Azure Kubernetes Service · Schema
ManagedClusterLoadBalancerProfile
Profile of the managed cluster load balancer.
AzureCloudContainersDevOpsKubernetesOrchestration
Properties
| Name | Type | Description |
|---|---|---|
| managedOutboundIPs | object | Desired managed outbound IPs for the cluster load balancer. |
| outboundIPPrefixes | object | Desired outbound IP Prefix resources for the cluster load balancer. |
| outboundIPs | object | Desired outbound IP resources for the cluster load balancer. |
| effectiveOutboundIPs | array | The effective outbound IP resources of the cluster load balancer. |
| allocatedOutboundPorts | integer | The desired number of allocated SNAT ports per VM. |
| idleTimeoutInMinutes | integer | Desired outbound flow idle timeout in minutes. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ManagedClusterLoadBalancerProfile",
"type": "object",
"description": "Profile of the managed cluster load balancer.",
"properties": {
"managedOutboundIPs": {
"type": "object",
"description": "Desired managed outbound IPs for the cluster load balancer."
},
"outboundIPPrefixes": {
"type": "object",
"description": "Desired outbound IP Prefix resources for the cluster load balancer."
},
"outboundIPs": {
"type": "object",
"description": "Desired outbound IP resources for the cluster load balancer."
},
"effectiveOutboundIPs": {
"type": "array",
"description": "The effective outbound IP resources of the cluster load balancer."
},
"allocatedOutboundPorts": {
"type": "integer",
"description": "The desired number of allocated SNAT ports per VM."
},
"idleTimeoutInMinutes": {
"type": "integer",
"description": "Desired outbound flow idle timeout in minutes."
}
}
}