GetKubernetesClusterIngressApplicationGateway

data class GetKubernetesClusterIngressApplicationGateway(val effectiveGatewayId: String, val gatewayId: String, val gatewayName: String, val ingressApplicationGatewayIdentities: List<GetKubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentity>, val subnetCidr: String, val subnetId: String)

Constructors

constructor(effectiveGatewayId: String, gatewayId: String, gatewayName: String, ingressApplicationGatewayIdentities: List<GetKubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentity>, subnetCidr: String, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Application Gateway associated with the ingress controller deployed to this Kubernetes Cluster.

Link copied to clipboard

The ID of the Application Gateway integrated with the ingress controller of this Kubernetes Cluster. This attribute is only set when gateway_id is specified when configuring the ingress_application_gateway addon.

Link copied to clipboard
Link copied to clipboard

The subnet CIDR used to create an Application Gateway, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. This attribute is only set when subnet_cidr is specified when configuring the ingress_application_gateway addon.

Link copied to clipboard

The ID of the subnet on which to create an Application Gateway, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. This attribute is only set when subnet_id is specified when configuring the ingress_application_gateway addon.