Maintenance Policy Args
data class MaintenancePolicyArgs(val resourceVersion: Output<String>? = null, val window: Output<MaintenanceWindowArgs>? = null) : ConvertibleToJava<MaintenancePolicyArgs>
MaintenancePolicy defines the maintenance policy to be used for the cluster.
Constructors
Link copied to clipboard
fun MaintenancePolicyArgs(resourceVersion: Output<String>? = null, window: Output<MaintenanceWindowArgs>? = null)
Functions
Properties
Link copied to clipboard
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.