public enum Address.Types.StatusReference documentation and code samples for the Compute Engine v1 API enum Address.Types.Status.
Output 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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
InUse |
Address is being used by another resource and is not available. |
Reserved |
Address is reserved and available to use. |
Reserving |
Address is being reserved. |
UndefinedStatus |
A value indicating that the enum field is not set. |