/AWS1/CL_NWMVPCOPTIONS¶
Describes the VPC options.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_ipv6support
TYPE /AWS1/NWMBOOLEAN
/AWS1/NWMBOOLEAN
¶
Indicates whether IPv6 is supported.
iv_appliancemodesupport
TYPE /AWS1/NWMBOOLEAN
/AWS1/NWMBOOLEAN
¶
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.
iv_dnssupport
TYPE /AWS1/NWMBOOLEAN
/AWS1/NWMBOOLEAN
¶
Indicates whether DNS is supported.
iv_secgroupreferencingsupp
TYPE /AWS1/NWMBOOLEAN
/AWS1/NWMBOOLEAN
¶
Indicates whether security group referencing is enabled for this VPC attachment. The default is
true
. However, at the core network policy-level the default is set tofalse
.
Queryable Attributes¶
Ipv6Support¶
Indicates whether IPv6 is supported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IPV6SUPPORT() |
Getter for IPV6SUPPORT |
ApplianceModeSupport¶
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLIANCEMODESUPPORT() |
Getter for APPLIANCEMODESUPPORT |
DnsSupport¶
Indicates whether DNS is supported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DNSSUPPORT() |
Getter for DNSSUPPORT |
SecurityGroupReferencingSupport¶
Indicates whether security group referencing is enabled for this VPC attachment. The default is
true
. However, at the core network policy-level the default is set tofalse
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SECGROUPREFERENCINGSUPP() |
Getter for SECGROUPREFERENCINGSUPPORT |