Enum NetworkProfileNetworkFeatures.SubnetworkStackTypes (1.105.0)

public enum NetworkProfileNetworkFeatures.SubnetworkStackTypes extends Enum<NetworkProfileNetworkFeatures.SubnetworkStackTypes> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.NetworkProfileNetworkFeatures.SubnetworkStackTypes

Implements

ProtocolMessageEnum

Static Fields

Name Description
IPV4_IPV6

New VMs in this subnet can have both IPv4 and IPv6 addresses.

IPV4_IPV6 = 22197249;

IPV4_IPV6_VALUE

New VMs in this subnet can have both IPv4 and IPv6 addresses.

IPV4_IPV6 = 22197249;

IPV4_ONLY

New VMs in this subnet will only be assigned IPv4 addresses.

IPV4_ONLY = 22373798;

IPV4_ONLY_VALUE

New VMs in this subnet will only be assigned IPv4 addresses.

IPV4_ONLY = 22373798;

IPV6_ONLY

New VMs in this subnet will only be assigned IPv6 addresses.

IPV6_ONLY = 79632100;

IPV6_ONLY_VALUE

New VMs in this subnet will only be assigned IPv6 addresses.

IPV6_ONLY = 79632100;

UNDEFINED_SUBNETWORK_STACK_TYPES

A value indicating that the enum field is not set.

UNDEFINED_SUBNETWORK_STACK_TYPES = 0;

UNDEFINED_SUBNETWORK_STACK_TYPES_VALUE

A value indicating that the enum field is not set.

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