| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenancePolicy |
MaintenancePolicy.clone() |
MaintenancePolicy |
SetMaintenancePolicyRequest.getMaintenancePolicy()
Required.
|
MaintenancePolicy |
Cluster.getMaintenancePolicy()
Configure the maintenance policy for this cluster.
|
MaintenancePolicy |
MaintenancePolicy.set(String fieldName,
Object value) |
MaintenancePolicy |
MaintenancePolicy.setResourceVersion(String resourceVersion)
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).
|
MaintenancePolicy |
MaintenancePolicy.setWindow(MaintenanceWindow window)
Specifies the maintenance window in which maintenance may be performed.
|
| Modifier and Type | Method and Description |
|---|---|
SetMaintenancePolicyRequest |
SetMaintenancePolicyRequest.setMaintenancePolicy(MaintenancePolicy maintenancePolicy)
Required.
|
Cluster |
Cluster.setMaintenancePolicy(MaintenancePolicy maintenancePolicy)
Configure the maintenance policy for this cluster.
|
Copyright © 2011–2020 Google. All rights reserved.