Enum NetworkProfileNetworkFeatures.SubnetPurposes (1.65.0)

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SUBNET_PURPOSE_CUSTOM_HARDWARE

SUBNET_PURPOSE_CUSTOM_HARDWARE = 283160275;

SUBNET_PURPOSE_CUSTOM_HARDWARE_VALUE

SUBNET_PURPOSE_CUSTOM_HARDWARE = 283160275;

SUBNET_PURPOSE_PRIVATE

SUBNET_PURPOSE_PRIVATE = 404371008;

SUBNET_PURPOSE_PRIVATE_VALUE

SUBNET_PURPOSE_PRIVATE = 404371008;

UNDEFINED_SUBNET_PURPOSES

A value indicating that the enum field is not set.

UNDEFINED_SUBNET_PURPOSES = 0;

UNDEFINED_SUBNET_PURPOSES_VALUE

A value indicating that the enum field is not set.

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