Enum PublicAdvertisedPrefix.Ipv6AccessType (1.92.0)

public enum PublicAdvertisedPrefix.Ipv6AccessType extends Enum<PublicAdvertisedPrefix.Ipv6AccessType> implements ProtocolMessageEnum

The internet access type for IPv6 Public Advertised Prefixes.

Protobuf enum google.cloud.compute.v1.PublicAdvertisedPrefix.Ipv6AccessType

Implements

ProtocolMessageEnum

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

EXTERNAL = 35607499;

EXTERNAL_VALUE

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

EXTERNAL = 35607499;

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.

INTERNAL = 279295677;

INTERNAL_VALUE

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.

INTERNAL = 279295677;

UNDEFINED_IPV6_ACCESS_TYPE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_ACCESS_TYPE = 0;

UNDEFINED_IPV6_ACCESS_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_ACCESS_TYPE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()