Reference documentation and code samples for the Google Cloud Container V1 Client class EndTimeBehavior.
EndTimeBehavior specifies the behavior of the exclusion end time.
Protobuf type google.container.v1.MaintenanceExclusionOptions.EndTimeBehavior
Namespace
Google \ Cloud \ Container \ V1 \ MaintenanceExclusionOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
END_TIME_BEHAVIOR_UNSPECIFIED
Value: 0END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.
Generated from protobuf enum END_TIME_BEHAVIOR_UNSPECIFIED = 0;
UNTIL_END_OF_SUPPORT
Value: 1UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version.
Generated from protobuf enum UNTIL_END_OF_SUPPORT = 1;