HP CloudSystem Matrix/Matrix Operating Environment 7.2 Integration Interfaces API and CLI Operations Reference Guide

Optional. A list of storage tags. For physical disks only. Ignored for virtual
disks. For virtual disks, volume names are copied from the boot disk.
List tags
Optional. The raid level for the disk. Defaults to any. For physical disks
only. Ignored for virtual disks.
RaidLevelEnum raidLevel
Optional. Mark the disk as needing redundant SAN paths. Defaults to
single path. For physical disks only. Ignored for virtual disks.
Boolean redundantPaths
Optional. The Raw Disk Mapping (RDM) type for the disk. Defaults to
NONE. For physical disks only. Ignored for virtual disks.
RawMappingTypeEnum
rawMappingType
Request ID for the operation.String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerGroupNot
FoundException
ServiceNotFoundException
IOSoapException
setLogicalServerGroupActiveServerCount
Activates or deactivates logical servers as necessary to achieve a target
number of active logical servers in a logical server group. The existing
setLogicalServerGroupActive
ServerCount
Name
number of active logical servers is evaluated against the target. If they
are the same, no action is taken. If the target is greater, the required
number of logical servers in a DEACTIVATED state is activated. If the
target is less, the required number of logical servers in an UP state is
deactivated. No logical servers are added to the logical server group in
any case. (Note that the logical servers to be affected may be selected
before the operation is processed, so an independent operation may
cause the resulting active server count to differ from what was requested.)
The ID or name of the service containing the logical server group.String serviceNameParameters
The name of the logical server group.String
logicalServerGroupName
The target number of active logical servers.int targetServerCount
Accept a partial result when too few logical servers are available to
achieve the target count. If false, an error is returned in this case and the
operation is not partially performed.
boolean
acceptPartialResult
Optional list of server pools from which to allocate physical servers, if
necessary. If null, the pools currently available to the requesting user are
used.
List<String>
serverPoolNames
Request ID for the operation, or an empty string may be returned if no
change is initiated.
String requestIdReturns
InvalidParameterExceptionExceptions
LogicalServerGroupNot
FoundException
NoServerPoolsAvailable
Exception
ServerPoolNotFound
Exception
ServiceNotFoundException
IOSoapException
Logical Server Group 33