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
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getWindow
Specifies the maintenance window in which maintenance may be performed.
Returns | |
---|---|
Type | Description |
Google\Cloud\Container\V1\MaintenanceWindow|null |
hasWindow
clearWindow
setWindow
Specifies the maintenance window in which maintenance may be performed.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Container\V1\MaintenanceWindow
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |