Enum Subnetwork.State (1.30.0)

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

[Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY

Protobuf enum google.cloud.compute.v1.Subnetwork.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DRAINING

Subnetwork is being drained.

DRAINING = 480455402;

DRAINING_VALUE

Subnetwork is being drained.

DRAINING = 480455402;

READY

Subnetwork is ready for use.

READY = 77848963;

READY_VALUE

Subnetwork is ready for use.

READY = 77848963;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

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