APIServerAccessProfileResponse

data class APIServerAccessProfileResponse(val enablePrivateCluster: Boolean? = null, val enableVnetIntegration: Boolean? = null, val subnetId: String? = null)

Access profile for the Fleet hub API server.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val subnetId: String? = null

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