Maintenance Policy Args
data class MaintenancePolicyArgs(val description: Output<String>? = null, val weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>? = null) : ConvertibleToJava<MaintenancePolicyArgs>
Maintenance policy for an instance.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>? = null)
Properties
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
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.