Google Cloud Config Delivery V1beta Client - Class State (0.2.0)

Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class State.

State indicates the desired state for the fleet package.

Unspecified value is equivalent to ACTIVE. If state is set to SUSPENDED, active rollout (if any) will continue but no new rollouts will be scheduled.

Protobuf type google.cloud.configdelivery.v1beta.FleetPackage.State

Namespace

Google \ Cloud \ ConfigDelivery \ V1beta \ FleetPackage

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

FleetPackage is intended to be active.

Generated from protobuf enum ACTIVE = 1;

SUSPENDED

Value: 2

FleetPackage is intended to be suspended.

Generated from protobuf enum SUSPENDED = 2;