GoogleCloudMemcacheV1beta2MaintenancePolicyArgs

data class GoogleCloudMemcacheV1beta2MaintenancePolicyArgs(val description: Output<String>? = null, val weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>) : ConvertibleToJava<GoogleCloudMemcacheV1beta2MaintenancePolicyArgs>

Maintenance policy per instance.

Constructors

fun GoogleCloudMemcacheV1beta2MaintenancePolicyArgs(description: Output<String>? = null, weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMemcacheV1beta2MaintenancePolicyArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

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.