Kubernetes Cluster Ingress Application Gateway Args
data class KubernetesClusterIngressApplicationGatewayArgs(val effectiveGatewayId: Output<String>? = null, val gatewayId: Output<String>? = null, val gatewayName: Output<String>? = null, val ingressApplicationGatewayIdentities: Output<List<KubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentityArgs>>? = null, val subnetCidr: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<KubernetesClusterIngressApplicationGatewayArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterIngressApplicationGatewayArgs(effectiveGatewayId: Output<String>? = null, gatewayId: Output<String>? = null, gatewayName: Output<String>? = null, ingressApplicationGatewayIdentities: Output<List<KubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentityArgs>>? = null, subnetCidr: Output<String>? = null, subnetId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The name of the Application Gateway to be used or created in the Nodepool Resource Group, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. See this page for further details.
Link copied to clipboard
Link copied to clipboard
The subnet CIDR to be used to create an Application Gateway, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. See this page for further details.