Google Cloud Container V1 Client - Class MaintenancePolicy (1.10.3)

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

MaintenancePolicy defines the maintenance policy to be used for the cluster.

Generated from protobuf message google.container.v1.MaintenancePolicy

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ window Google\Cloud\Container\V1\MaintenanceWindow

Specifies the maintenance window in which maintenance may be performed.

↳ resource_version string

A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a get() request to the cluster to get the current resource version and include it with requests to set the policy.

getWindow

Specifies the maintenance window in which maintenance may be performed.

Returns
TypeDescription
Google\Cloud\Container\V1\MaintenanceWindow|null

hasWindow

clearWindow

setWindow

Specifies the maintenance window in which maintenance may be performed.

Parameter
NameDescription
var Google\Cloud\Container\V1\MaintenanceWindow
Returns
TypeDescription
$this

getResourceVersion

A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields).

Make a get() request to the cluster to get the current resource version and include it with requests to set the policy.

Returns
TypeDescription
string

setResourceVersion

A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields).

Make a get() request to the cluster to get the current resource version and include it with requests to set the policy.

Parameter
NameDescription
var string
Returns
TypeDescription
$this