GoogleCloudMemcacheV1MaintenancePolicyResponse

data class GoogleCloudMemcacheV1MaintenancePolicyResponse(val createTime: String, val description: String, val updateTime: String, val weeklyMaintenanceWindow: List<WeeklyMaintenanceWindowResponse>)

Maintenance policy per instance.

Constructors

fun GoogleCloudMemcacheV1MaintenancePolicyResponse(createTime: String, description: String, updateTime: String, weeklyMaintenanceWindow: List<WeeklyMaintenanceWindowResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the policy was created.

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

The time when the policy was updated.

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.