Google Cloud Container V1 Client - Class Status (1.30.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class Status.

Status shows the current usage of a secondary IP range.

Protobuf type google.container.v1.UsableSubnetworkSecondaryRange.Status

Namespace

Google \ Cloud \ Container \ V1 \ UsableSubnetworkSecondaryRange

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

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

Generated from protobuf enum UNKNOWN = 0;

UNUSED

Value: 1

UNUSED denotes that this range is unclaimed by any cluster.

Generated from protobuf enum UNUSED = 1;

IN_USE_SERVICE

Value: 2

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.

Generated from protobuf enum IN_USE_SERVICE = 2;

IN_USE_SHAREABLE_POD

Value: 3

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.

Generated from protobuf enum IN_USE_SHAREABLE_POD = 3;

IN_USE_MANAGED_POD

Value: 4

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

Generated from protobuf enum IN_USE_MANAGED_POD = 4;