IstioComponentsArgs

data class IstioComponentsArgs(val egressGateways: Output<List<IstioEgressGatewayArgs>>? = null, val ingressGateways: Output<List<IstioIngressGatewayArgs>>? = null) : ConvertibleToJava<IstioComponentsArgs>

Istio components configuration.

Constructors

Link copied to clipboard
constructor(egressGateways: Output<List<IstioEgressGatewayArgs>>? = null, ingressGateways: Output<List<IstioIngressGatewayArgs>>? = null)

Properties

Link copied to clipboard

Istio egress gateways.

Link copied to clipboard

Istio ingress gateways.

Functions

Link copied to clipboard
open override fun toJava(): IstioComponentsArgs