ClusterAccessProfileArgs

data class ClusterAccessProfileArgs(val enableInternalIngress: Output<Boolean>) : ConvertibleToJava<ClusterAccessProfileArgs>

Cluster access profile.

Constructors

Link copied to clipboard
constructor(enableInternalIngress: Output<Boolean>)

Properties

Link copied to clipboard

Whether to create cluster using private IP instead of public IP. This property must be set at create time.

Functions

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