Compute Engine v1 API - Enum PublicDelegatedPrefix.Types.Ipv6AccessType (3.22.0)

public enum PublicDelegatedPrefix.Types.Ipv6AccessType

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

Output only. [Output Only] The internet access type for IPv6 Public Delegated Prefixes. Inherited from parent prefix.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
External

The parent public advertised prefix will be announced to the internet. All children public delegated prefixes will have IPv6 access type as EXTERNAL.

Internal

The parent public advertised prefix will not be announced to the internet. Prefix will be used privately within Cloud. All children public delegated prefixes will have IPv6 access type as INTERNAL.

UndefinedIpv6AccessType

A value indicating that the enum field is not set.