Load Balancer Profile Response
data class LoadBalancerProfileResponse(val availabilityZones: List<String>? = null, val cloudProviderProfile: CloudProviderProfileResponse? = null, val count: Int? = null, val linuxProfile: LinuxProfilePropertiesResponse? = null, val maxCount: Int? = null, val maxPods: Int? = null, val minCount: Int? = null, val mode: String? = null, val name: String? = null, val nodeImageVersion: String? = null, val nodeLabels: Map<String, String>? = null, val nodeTaints: List<String>? = null, val osType: String? = null, val vmSize: String? = null)
LoadBalancerProfile - Profile of the cluster load balancer.
Constructors
Link copied to clipboard
fun LoadBalancerProfileResponse(availabilityZones: List<String>? = null, cloudProviderProfile: CloudProviderProfileResponse? = null, count: Int? = null, linuxProfile: LinuxProfilePropertiesResponse? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, mode: String? = null, name: String? = null, nodeImageVersion: String? = null, nodeLabels: Map<String, String>? = null, nodeTaints: List<String>? = null, osType: String? = null, vmSize: String? = null)