Compute Engine v1 API - Enum Address.Types.Status (2.8.0)

public enum Address.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum Address.Types.Status.

[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.

Namespace

GoogleCloudGoogle.Cloud.ComputeV1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
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.