AKSSchema Response Properties
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
fun AKSSchemaResponseProperties(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>)