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

LogicalDisk
A logical name for the disk, based on the stereotypeName.String name
The name that appears in the template and applies across the Logical Server group.
This name is used as a parameter to the addDiskToLogicalServerGroup operation.
String stereotypeName
Minimum disk size, in the units specified by sizeUnits.Integer size
Disk size units.ByteSize sizeUnits
RAID level defined for the disk.RaidLevel raidLevel
The type of storage represented by the disk. Only applicable for physical disks.StorageType storageType
Indicates whether the disk is a boot disk. A null value indicates unspecified”.Boolean isBootable
Indicates whether the disk is shared across servers. A null value indicates
unspecified”.
Boolean isShareable
Indicates whether a SAN disk has redundant paths. A null value indicates
unspecified”.
Boolean isSinglePath
Raw Disk Mapping (RDM) type of the disk.RawMappingType
rawMappingType
Cost associated with the disk resource, per GB.Cost cost
A unique identifier for the resource that is allocated to the logical disk. A null value
indicates that no resource is currently allocated.
String resourceBindingId
An ID of a SAN volume template to use for the disk. Only applicable for physical
disks.
String templateBindingId
Disk notes specified in the service templateString notes
Time at which the logical object was created, in milliseconds since the epochLong createEpoch
Time at which the logical object was last modified, in milliseconds since the epoch.Long lastModifiedEpoch
Additional properties defined in the template.List<Property>
userDefinedProperties
LogicalFirewallRuleGroup
Resource binding ID.String resourceBindingId
List of firewall rules associated with this group.List<FirewallRule> rules
Description.String notes
LogicalIPAddress
The IP address, or a logical representation for DHCP assigned addresses.String address
Manner in which the IP address is assigned.IPAddressAssignmentType
assignmentType
Cost associated with the IP address.Cost cost
Time at which the logical object was created, in milliseconds since the epoch.Long createEpoch
Time at which the logical object was last modified, in milliseconds since the epoch.Long lastModifiedEpoch
List of NAT entries associated with this LogicalIPAddress.List<NatEntry> natEntries
LogicalDisk 65