Maintenance Policy Response
data class MaintenancePolicyResponse(val createTime: String, val description: String, val updateTime: String, val weeklyMaintenanceWindow: List<WeeklyMaintenanceWindowResponse>)
Maintenance policy for an instance.
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, updateTime: String, weeklyMaintenanceWindow: List<WeeklyMaintenanceWindowResponse>)
Properties
Link copied to clipboard
The time when the policy was created.
Link copied to clipboard
Optional. 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 last updated.
Link copied to clipboard
Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.