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

public enum PublicAdvertisedPrefix.Types.Ipv6AccessType

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

The internet access type for IPv6 Public Advertised Prefixes.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
External

Default IPv6 access type. The prefix will be announced to the internet. All children Public Delegated Prefixes will have IPv6 access type as EXTERNAL.

Internal

The 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.