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

FirewallRule
Specifies the protocol type to be either TCP, UDP, or ICMP.PacketProtocol packetProtocol
Starting port range.Integer portRangeStart
Ending port range.Integer portRangeEnd
ICMP type (specified if protocolType is ICMP above).Integer icmpType
ICMP code (specified if protocolType is ICMP above).Integer icmpCode
List of IP Sources allowed access on the port range specified above.List<CidrIpRange> ipSources
FirewallRuleGroupInfo
ID of the FirewallRuleGroup.String firewallRuleGroupId
Name of the FirewallRuleGroup.String firewallRuleGroupName
ID of the underlying resourceString resourceId
ID of the capacity pool to which the firewall rule group belongsString capacityPoolId
Names of users authorized to perform operations on the FirewallRuleGroup.List<String> userNames
FirewallRuleGroupDetails
Extends FirewallRuleGroupInfo
List of firewall rules.List<FirewallRule> rules
ImageType
(Required) The value as an enumerated type.ImageTypeEnum enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
ImageTypeEnum
Possible values: OS, APPS, PATCH, UNKNOWN, OTHER
IPAddressAssignmentType
(Required) The value as an enumerated type.IPAddressAssignmentTypeEnum
enumValue
A more specific value not defined in the enumerated type, when the enumValue is
OTHER.
String otherValue
IPAddressAssignmentTypeEnum
Possible values:
Automatically assigned via DHCP.DHCP
Statically assigned using literal values.STATIC
Automatically assigned from the static IP address range set defined for the network.AUTOMATIC
FirewallRule 63