/AWS1/CL_HPPNETWORKINGREQUEST¶
The networking configuration for the cluster's control plane.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_subnetids
TYPE /AWS1/CL_HPPSUBNETIDLIST_W=>TT_SUBNETIDLIST
TT_SUBNETIDLIST
¶
The list of subnet IDs where PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and PCS resources. Subnet IDs have the form
subnet-0123456789abcdef0
.Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.
PCS currently supports only 1 subnet in this list.
it_securitygroupids
TYPE /AWS1/CL_HPPSECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST
TT_SECURITYGROUPIDLIST
¶
A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
iv_networktype
TYPE /AWS1/HPPNETWORKTYPE
/AWS1/HPPNETWORKTYPE
¶
The IP address version the cluster uses. The default is
IPV4
.
Queryable Attributes¶
subnetIds¶
The list of subnet IDs where PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and PCS resources. Subnet IDs have the form
subnet-0123456789abcdef0
.Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.
PCS currently supports only 1 subnet in this list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUBNETIDS() |
Getter for SUBNETIDS, with configurable default |
ASK_SUBNETIDS() |
Getter for SUBNETIDS w/ exceptions if field has no value |
HAS_SUBNETIDS() |
Determine if SUBNETIDS has a value |
securityGroupIds¶
A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS, with configurable default |
ASK_SECURITYGROUPIDS() |
Getter for SECURITYGROUPIDS w/ exceptions if field has no va |
HAS_SECURITYGROUPIDS() |
Determine if SECURITYGROUPIDS has a value |
networkType¶
The IP address version the cluster uses. The default is
IPV4
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NETWORKTYPE() |
Getter for NETWORKTYPE, with configurable default |
ASK_NETWORKTYPE() |
Getter for NETWORKTYPE w/ exceptions if field has no value |
HAS_NETWORKTYPE() |
Determine if NETWORKTYPE has a value |