GoogleCloudMemcacheV1MaintenancePolicyArgs

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

Maintenance policy per instance.

Constructors

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

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.

Functions

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