InstanceMaintenancePolicyArgs

data class InstanceMaintenancePolicyArgs(val createTime: Output<String>? = null, val description: Output<String>? = null, val updateTime: Output<String>? = null, val weeklyMaintenanceWindows: Output<List<InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs>>? = null) : ConvertibleToJava<InstanceMaintenancePolicyArgs>

Constructors

Link copied to clipboard
constructor(createTime: Output<String>? = null, description: Output<String>? = null, updateTime: Output<String>? = null, weeklyMaintenanceWindows: Output<List<InstanceMaintenancePolicyWeeklyMaintenanceWindowArgs>>? = null)

Properties

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

(Output) Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.

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
val updateTime: Output<String>? = null

(Output) Output only. The time when the policy was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.

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. Structure is documented below.

Functions

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