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

SubnetInfo
The subnet ID, usually discovered from the managed environmentString id
Network address for the subnetString address
Subnet maskString mask
The source types from which the network was discovered/definedList<NetworkSource> sources
Primary IP type for the subnetIPType ipType
Indicates whether the subnet serves as a boot networkBoolean bootNetwork
Indicates whether the subnet is publicly addressableBoolean isPublic
Indicates whether the subnet may be shared across servicesBoolean shareable
Number of DHCP addresses configured for allocation on this subnetInteger dhcpAddressCount
Number of DHCP addresses on this subnet that are allocated to a serviceInteger dhcpAddressesInUse
Number of DHCP addresses on this subnet that are assigned to a server currently
in maintenance, and are therefore unavailable
Integer
dhcpAddressesInMaintenance
Number of static addresses configured for allocation on this subnetInteger staticAddressCount
Number of static addresses on this subnet that are allocated to a serviceInteger staticAddressesInUse
Number of static addresses on this subnet that are assigned to a server currently in
maintenance, and are therefore unavailable
Integer
staticAddressesInMaintenance
Currently limited to one deployment service per subnetList<DeploymentService>
deploymentServices
Custom subnet notesString notes
TemplateInfo
Name of the templateString name
Time at which the template was created, in milliseconds since the epochLong createEpoch
(Required) Time at which the template was last modified, in milliseconds since the
epoch
Long lastModifiedEpoch
Aggregate cost of resources for a service based on the templateCost cost
Indicates whether the template is published for general useBoolean isPublished
Custom template notesString notes
VirtualizationType
(Required) The value as an enumerated typeVirtualizationTypeEnum
enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER
String otherValue
VirtualizationTypeEnum
Possible values: ESX, XEN, HYPER_V, MSVS, GSX, INTEGRITY_VM, UNKNOWN, OTHER
The XEN, MSVS, and GSX values are currently not used in IO logical servers.
SubnetInfo 45