Class IstioIngressGateway

java.lang.Object
com.azure.resourcemanager.containerservice.models.IstioIngressGateway

public final class IstioIngressGateway extends Object
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 Details

    • IstioIngressGateway

      public IstioIngressGateway()
      Creates an instance of IstioIngressGateway class.
  • Method Details

    • mode

      public IstioIngressGatewayMode 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

      public IstioIngressGateway withEnabled(boolean enabled)
      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.