Enum PublicDelegatedPrefixPublicDelegatedSubPrefix.Ipv6AccessType (1.92.0)

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

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

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

Implements

ProtocolMessageEnum

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

EXTERNAL = 35607499;

EXTERNAL_VALUE

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

EXTERNAL = 35607499;

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.

INTERNAL = 279295677;

INTERNAL_VALUE

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.

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()