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

SubnetDetails
Extends SubnetInfo
DNS domain for the subnet.String dnsDomain
DNS servers configured for the subnet.List<String> dnsServers
DNS search suffixes configured for the subnet.List<String> dnsSearchSuffixes
Default gateways configured for the subnet.List<String> defaultGateways
The name of the MS domain to which Windows servers should be joined when
provisioned on this subnet.
String msDomainName
The name of the MS workgroup to which Windows servers should be joined when
provisioned on this subnet. (Not used if msDomainName is set.)
String msWorkgroupName
WINS servers configured for the subnet.List<String> winsServers
NTP date servers configured for the subnet.List<String> ntpDateServers
The VLAN ID used to identify the subnet.String vlanId
Indicates the sources from which the subnet was discovered.List<String> groupIds
IDs of the trunk subnets which include this subnet.List<String> parentIds
IDs of the subnets which are contained in this trunk subnet.List<String> childIds
Indicates whether this subnet acts as a trunk.Boolean trunk
Static IP address ranges configured for allocation on this subnet.List<StaticIPAddressRange>
staticIpAddressRanges
SubnetInfo
The subnet ID, usually discovered from the managed environment.String id
Network address for the subnet.String address
Subnet mask.String mask
The source types from which the network was discovered/defined.List<NetworkSource> sources
Primary IP type for the subnet.IPType ipType
Indicates whether the subnet serves as a boot network.Boolean bootNetwork
Indicates whether the subnet is publicly addressable.Boolean isPublic
Indicates whether the subnet may be shared across services.Boolean shareable
Number of DHCP addresses configured for allocation on this subnet.Integer dhcpAddressCount
Number of DHCP addresses on this subnet that are allocated to a service.Integer 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 subnet.Integer staticAddressCount
Number of static addresses on this subnet that are allocated to a service.Integer 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 subnet.List<DeploymentService>
deploymentServices
Custom subnet notes.String notes
80 Data Model