AKSSchemaResponseProperties

data class AKSSchemaResponseProperties(val agentCount: Int? = null, val agentVmSize: String? = null, val aksNetworkingConfiguration: AksNetworkingConfigurationResponse? = null, val clusterFqdn: String? = null, val clusterPurpose: String? = null, val loadBalancerSubnet: String? = null, val loadBalancerType: String? = null, val sslConfiguration: SslConfigurationResponse? = null, val systemServices: List<SystemServiceResponse>)

AKS properties

Constructors

Link copied to clipboard
constructor(agentCount: Int? = null, agentVmSize: String? = null, aksNetworkingConfiguration: AksNetworkingConfigurationResponse? = null, clusterFqdn: String? = null, clusterPurpose: String? = null, loadBalancerSubnet: String? = null, loadBalancerType: String? = null, sslConfiguration: SslConfigurationResponse? = null, systemServices: List<SystemServiceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentCount: Int? = null

Number of agents

Link copied to clipboard
val agentVmSize: String? = null

Agent virtual machine size

Link copied to clipboard

AKS networking configuration for vnet

Link copied to clipboard
val clusterFqdn: String? = null

Cluster full qualified domain name

Link copied to clipboard
val clusterPurpose: String? = null

Intended usage of the cluster

Link copied to clipboard

Load Balancer Subnet

Link copied to clipboard

Load Balancer Type

Link copied to clipboard

SSL configuration

Link copied to clipboard