KubernetesClusterMaintenanceWindowArgs

data class KubernetesClusterMaintenanceWindowArgs(val alloweds: Output<List<KubernetesClusterMaintenanceWindowAllowedArgs>>? = null, val notAlloweds: Output<List<KubernetesClusterMaintenanceWindowNotAllowedArgs>>? = null) : ConvertibleToJava<KubernetesClusterMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(alloweds: Output<List<KubernetesClusterMaintenanceWindowAllowedArgs>>? = null, notAlloweds: Output<List<KubernetesClusterMaintenanceWindowNotAllowedArgs>>? = null)

Properties

Link copied to clipboard

One or more allowed blocks as defined below.

Link copied to clipboard

One or more not_allowed block as defined below.

Functions

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