MaintenancePolicyArgs

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
fun MaintenancePolicyArgs(description: Output<String>? = null, weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>? = null)

Functions

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

Properties

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

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.