Google Cloud Gke Hub V1 Client - Class Code (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class Code.

Code describes the state of a MembershipBinding resource.

Protobuf type google.cloud.gkehub.v1.MembershipBindingLifecycleState.Code

Namespace

Google \ Cloud \ GkeHub \ V1 \ MembershipBindingLifecycleState

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CODE_UNSPECIFIED

Value: 0

The code is not set.

Generated from protobuf enum CODE_UNSPECIFIED = 0;

CREATING

Value: 1

The membershipbinding is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

The membershipbinding active.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

The membershipbinding is being deleted.

Generated from protobuf enum DELETING = 3;

UPDATING

Value: 4

The membershipbinding is being updated.

Generated from protobuf enum UPDATING = 4;