Google Cloud Memcache V1Maintenance Policy Args
data class GoogleCloudMemcacheV1MaintenancePolicyArgs(val description: Output<String>? = null, val weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>) : ConvertibleToJava<GoogleCloudMemcacheV1MaintenancePolicyArgs>
Maintenance policy per instance.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>)
Properties
Link copied to clipboard
Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
Link copied to clipboard
Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.