Enum VRF.State (0.41.0)

public enum VRF.State extends Enum<VRF.State> implements ProtocolMessageEnum

The possible states for this VRF.

Protobuf enum google.cloud.baremetalsolution.v2.VRF.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PROVISIONED

The vrf is provisioned.

PROVISIONED = 2;

PROVISIONED_VALUE

The vrf is provisioned.

PROVISIONED = 2;

PROVISIONING

The vrf is provisioning.

PROVISIONING = 1;

PROVISIONING_VALUE

The vrf is provisioning.

PROVISIONING = 1;

STATE_UNSPECIFIED

The unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()