Enum Address.Status (1.51.0)

public enum Address.Status extends Enum<Address.Status> implements ProtocolMessageEnum

[Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.

Protobuf enum google.cloud.compute.v1.Address.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IN_USE

Address is being used by another resource and is not available.

IN_USE = 17393485;

IN_USE_VALUE

Address is being used by another resource and is not available.

IN_USE = 17393485;

RESERVED

Address is reserved and available to use.

RESERVED = 432241448;

RESERVED_VALUE

Address is reserved and available to use.

RESERVED = 432241448;

RESERVING

Address is being reserved.

RESERVING = 514587225;

RESERVING_VALUE

Address is being reserved.

RESERVING = 514587225;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

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