APIServerAccessProfileArgs

data class APIServerAccessProfileArgs(val enablePrivateCluster: Output<Boolean>? = null, val enableVnetIntegration: Output<Boolean>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<APIServerAccessProfileArgs>

Access profile for the Fleet hub API server.

Constructors

Link copied to clipboard
constructor(enablePrivateCluster: Output<Boolean>? = null, enableVnetIntegration: Output<Boolean>? = null, subnetId: Output<String>? = null)

Properties

Link copied to clipboard
val enablePrivateCluster: Output<Boolean>? = null

Whether to create the Fleet hub as a private cluster or not.

Link copied to clipboard
val enableVnetIntegration: Output<Boolean>? = null

Whether to enable apiserver vnet integration for the Fleet hub or not.

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

The subnet to be used when apiserver vnet integration is enabled. It is required when creating a new Fleet with BYO vnet.

Functions

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