Compute Engine v1 API - Enum Subnetwork.Types.State (3.22.0)

public enum Subnetwork.Types.State

Reference documentation and code samples for the Compute Engine v1 API enum Subnetwork.Types.State.

Output only. [Output Only] The state of the subnetwork, which can be one of the following values:READY: Subnetwork is created and ready to useDRAINING: 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 ofREADY

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Draining

Subnetwork is being drained.

Ready

Subnetwork is ready for use.

UndefinedState

A value indicating that the enum field is not set.