Class IstioIngressGateway
java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioIngressGateway
Istio ingress gateway configuration. For now, we support up to one external ingress gateway named
`aks-istio-ingressgateway-external` and one internal ingress gateway named `aks-istio-ingressgateway-internal`.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()Get the enabled property: Whether to enable the ingress gateway.mode()Get the mode property: Mode of an ingress gateway.voidvalidate()Validates the instance.withEnabled(boolean enabled) Set the enabled property: Whether to enable the ingress gateway.Set the mode property: Mode of an ingress gateway.
-
Constructor Details
-
IstioIngressGateway
public IstioIngressGateway()Creates an instance of IstioIngressGateway class.
-
-
Method Details
-
mode
Get the mode property: Mode of an ingress gateway.- Returns:
- the mode value.
-
withMode
Set the mode property: Mode of an ingress gateway.- Parameters:
mode- the mode value to set.- Returns:
- the IstioIngressGateway object itself.
-
enabled
public boolean enabled()Get the enabled property: Whether to enable the ingress gateway.- Returns:
- the enabled value.
-
withEnabled
Set the enabled property: Whether to enable the ingress gateway.- Parameters:
enabled- the enabled value to set.- Returns:
- the IstioIngressGateway object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-