Google Cloud Maintenance Api V1beta Client - Class Control (0.1.0)

Reference documentation and code samples for the Google Cloud Maintenance Api V1beta Client class Control.

Sets the type of control supported. comment (as in logs).

Protobuf type google.cloud.maintenance.api.v1beta.MaintenanceControl.Control

Namespace

Google \ Cloud \ Maintenance \ Api \ V1beta \ MaintenanceControl

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONTROL_UNSPECIFIED

Value: 0

Unspecified control.

Generated from protobuf enum CONTROL_UNSPECIFIED = 0;

APPLY

Value: 1

Apply control.

Generated from protobuf enum APPLY = 1;

MANAGE_POLICY

Value: 2

Manage policy control.

Generated from protobuf enum MANAGE_POLICY = 2;

RESCHEDULE

Value: 3

Reschedule control.

Generated from protobuf enum RESCHEDULE = 3;