Google Kubernetes Engine v1 API - Enum UsableSubnetworkSecondaryRange.Types.Status (3.17.0)

public enum UsableSubnetworkSecondaryRange.Types.Status

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum UsableSubnetworkSecondaryRange.Types.Status.

Status shows the current usage of a secondary IP range.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
InUseManagedPod

IN_USE_MANAGED_POD denotes this range was created by GKE and is claimed for pods. It cannot be used for other clusters.

InUseService

IN_USE_SERVICE denotes that this range is claimed by cluster(s) for services. User-managed services range can be shared between clusters within the same subnetwork.

InUseShareablePod

IN_USE_SHAREABLE_POD denotes this range was created by the network admin and is currently claimed by a cluster for pods. It can only be used by other clusters as a pod range.

Unknown

UNKNOWN is the zero value of the Status enum. It's not a valid status.

Unused

UNUSED denotes that this range is unclaimed by any cluster.