public enum Address.Status extends Enum<Address.Status> implements ProtocolMessageEnumOutput only. [Output Only] The status of the address, which can be one ofRESERVING, 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
IN_USE |
Address is being used by another resource and is not available. |
IN_USE_VALUE |
Address is being used by another resource and is not available. |
RESERVED |
Address is reserved and available to use. |
RESERVED_VALUE |
Address is reserved and available to use. |
RESERVING |
Address is being reserved. |
RESERVING_VALUE |
Address is being reserved. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
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() |
|