Compute Engine v1 API - Enum PublicDelegatedPrefix.Types.Mode (3.24.0)

public enum PublicDelegatedPrefix.Types.Mode

Reference documentation and code samples for the Compute Engine v1 API enum PublicDelegatedPrefix.Types.Mode.

The public delegated prefix mode for IPv6 only.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Delegation

The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.

ExternalIpv6ForwardingRuleCreation

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.

ExternalIpv6SubnetworkCreation

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.

InternalIpv6SubnetworkCreation

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.

UndefinedMode

A value indicating that the enum field is not set.