AcsClusterPropertiesResponse

data class AcsClusterPropertiesResponse(val agentCount: Int? = null, val agentVmSize: String? = null, val clusterFqdn: String, val masterCount: Int? = null, val orchestratorProperties: KubernetesClusterPropertiesResponse? = null, val orchestratorType: String, val systemServices: List<SystemServiceResponse>? = null)

Information about the container service backing the cluster

Constructors

Link copied to clipboard
constructor(agentCount: Int? = null, agentVmSize: String? = null, clusterFqdn: String, masterCount: Int? = null, orchestratorProperties: KubernetesClusterPropertiesResponse? = null, orchestratorType: String, systemServices: List<SystemServiceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentCount: Int? = null

The number of agent nodes in the Container Service. This can be changed to scale the cluster.

Link copied to clipboard
val agentVmSize: String? = null

The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.

Link copied to clipboard

The FQDN of the cluster.

Link copied to clipboard
val masterCount: Int? = null

The number of master nodes in the container service.

Link copied to clipboard

Orchestrator specific properties

Link copied to clipboard

Type of orchestrator. It cannot be changed once the cluster is created.

Link copied to clipboard

The system services deployed to the cluster