Class IstioEgressGateway

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

public final class IstioEgressGateway extends Object
Istio egress gateway configuration.
  • Constructor Details

    • IstioEgressGateway

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

    • enabled

      public boolean enabled()
      Get the enabled property: Whether to enable the egress gateway.
      Returns:
      the enabled value.
    • withEnabled

      public IstioEgressGateway withEnabled(boolean enabled)
      Set the enabled property: Whether to enable the egress gateway.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the IstioEgressGateway object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.