ClusterMaintenancePolicyMaintenanceExclusionArgs

data class ClusterMaintenancePolicyMaintenanceExclusionArgs(val id: Output<String>? = null, val window: Output<ClusterMaintenancePolicyMaintenanceExclusionWindowArgs>? = null) : ConvertibleToJava<ClusterMaintenancePolicyMaintenanceExclusionArgs>

Constructors

constructor(id: Output<String>? = null, window: Output<ClusterMaintenancePolicyMaintenanceExclusionWindowArgs>? = null)

Properties

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

A unique (per cluster) id for the window.

Link copied to clipboard

Represents an arbitrary window of time. Structure is documented below.

Functions

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