Google Cloud Container V1 Client - Class ExclusionUntilEndOfSupport (2.9.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class ExclusionUntilEndOfSupport.

Defines the maintenance exclusion for the node pool.

Generated from protobuf message google.container.v1.NodePool.ExclusionUntilEndOfSupport

Namespace

Google \ Cloud \ Container \ V1 \ NodePool

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enabled bool

Optional. Indicates whether the exclusion is enabled.

↳ start_time Google\Protobuf\Timestamp

Output only. The start time of the maintenance exclusion. It is output only. It is the exclusion creation time.

↳ end_time Google\Protobuf\Timestamp

Output only. The end time of the maintenance exclusion. It is output only. It is the cluster control plane version's end of support time, or end of extended support time when the cluster is on extended support channel.

getEnabled

Optional. Indicates whether the exclusion is enabled.

Returns
Type Description
bool

setEnabled

Optional. Indicates whether the exclusion is enabled.

Parameter
Name Description
var bool
Returns
Type Description
$this

getStartTime

Output only. The start time of the maintenance exclusion. It is output only. It is the exclusion creation time.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. The start time of the maintenance exclusion. It is output only. It is the exclusion creation time.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

Output only. The end time of the maintenance exclusion. It is output only. It is the cluster control plane version's end of support time, or end of extended support time when the cluster is on extended support channel.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The end time of the maintenance exclusion. It is output only. It is the cluster control plane version's end of support time, or end of extended support time when the cluster is on extended support channel.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this