ManagedClusterPropertiesForSnapshotResponse

data class ManagedClusterPropertiesForSnapshotResponse(val enableRbac: Boolean? = null, val kubernetesVersion: String? = null, val networkProfile: NetworkProfileForSnapshotResponse, val sku: ManagedClusterSKUResponse? = null)

managed cluster properties for snapshot, these properties are read only.

Constructors

constructor(enableRbac: Boolean? = null, kubernetesVersion: String? = null, networkProfile: NetworkProfileForSnapshotResponse, sku: ManagedClusterSKUResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableRbac: Boolean? = null

Whether the cluster has enabled Kubernetes Role-Based Access Control or not.

Link copied to clipboard

The current kubernetes version.

Link copied to clipboard

The current network profile.

Link copied to clipboard

The current managed cluster sku.