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

A list of networks the load balancer needs to have access to.List<String> subnetIds
A list of tags used to match a specific load balancer during allocation.List<String> tags
LogicalLoadBalancerProtocol
(Required) The value as an enumerated type.LogicalLoadBalancerProtocolEnum
enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
LogicalLoadBalancerProtocolEnum
Possible values: TCP, HTTP, HTTPS, OTHER
LogicalNetworkInterface
Name assigned to the network interface.String name
Subnet to which the network interface is connected.LogicalSubnet logicalSubnet
IP address configured for the network interface.LogicalIPAddress
logicalIPAddress
Indicates whether the network interface is a server’s primary one.Boolean isPrimary
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
LogicalServerDetails
Extends LogicalServerInfo
A list of automatically triggered actions defined for the logical server.List<ServiceAction>serverActions
The logical disks attached to the logical server.List<LogicalDisk>logicalDisks
System software to be deployed on the logical server.List<LogicalSoftware>software
Network interfaces defined for the logical server.List<LogicalNetworkInterface>
logicalNetworkInterfaces
LogicalServerGroupDetails
Extends LogicalServerGroupInfo
Additional properties defined in the template.List<Property>
userDefinedProperties
A list of automatically triggered actions defined for the logical server group.List<ServiceAction> groupActions
Details of the logical servers in the group.List<LogicalServerDetails>
logicalServers
List of LogicalFirewallRuleGroups associated with this LogicalServerGroup.List<LogicalFirewallRuleGroup>
logicalFirewallRuleGroups
LogicalLoadBalancerProtocol 67