Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::PublicDelegatedPrefix::Mode.
The public delegated prefix mode for IPv6 only.
Constants
UNDEFINED_MODE
value: 0
A value indicating that the enum field is not set.
DELEGATION
value: 264_149_288
The public delegated prefix is used for further sub-delegation only. Such
prefixes cannot set allocatablePrefixLength.
EXTERNAL_IPV6_FORWARDING_RULE_CREATION
value: 398_684_356
The public delegated prefix is used for creating forwarding rules only.
Such prefixes cannot set publicDelegatedSubPrefixes. Parent public
delegated prefix must have IPv6 access type as EXTERNAL.
EXTERNAL_IPV6_SUBNETWORK_CREATION
value: 61_198_284
The public delegated prefix is used for creating dual-mode subnetworks
only. Such prefixes cannot set publicDelegatedSubPrefixes. Parent public
delegated prefix must have IPv6 access type as EXTERNAL.
INTERNAL_IPV6_SUBNETWORK_CREATION
value: 153_239_834
The public delegated prefix is used for creating dual stack or IPv6-only
subnetwork with internal access only. Such prefixes cannot set
publicDelegatedSubPrefixes and allocatablePrefixLength. Parent public
delegated prefix must have IPv6 access type as INTERNAL.