Reference documentation and code samples for the Google Cloud Maintenance Api V1 Client class Control.
Sets the type of control supported. comment (as in logs).
Protobuf type google.cloud.maintenance.api.v1.MaintenanceControl.Control
Namespace
Google \ Cloud \ Maintenance \ Api \ V1 \ MaintenanceControlMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTROL_UNSPECIFIED
Value: 0Unspecified control.
Generated from protobuf enum CONTROL_UNSPECIFIED = 0;
APPLY
Value: 1Apply control.
Generated from protobuf enum APPLY = 1;
MANAGE_POLICY
Value: 2Manage policy control.
Generated from protobuf enum MANAGE_POLICY = 2;
RESCHEDULE
Value: 3Reschedule control.
Generated from protobuf enum RESCHEDULE = 3;