IstioIngressGateway Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. IstioIngressGateway
- com.
Implements
public final class IstioIngressGateway
implements JsonSerializable<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
Constructor | Description |
---|---|
IstioIngressGateway() |
Creates an instance of Istio |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Get the enabled property: Whether to enable the ingress gateway. |
static
Istio |
fromJson(JsonReader jsonReader)
Reads an instance of Istio |
Istio |
mode()
Get the mode property: Mode of an ingress gateway. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Istio |
withEnabled(boolean enabled)
Set the enabled property: Whether to enable the ingress gateway. |
Istio |
withMode(IstioIngressGatewayMode mode)
Set the mode property: Mode of an ingress gateway. |
Methods inherited from java.lang.Object
Constructor Details
IstioIngressGateway
public IstioIngressGateway()
Creates an instance of IstioIngressGateway class.
Method Details
enabled
public boolean enabled()
Get the enabled property: Whether to enable the ingress gateway.
Returns:
fromJson
public static IstioIngressGateway fromJson(JsonReader jsonReader)
Reads an instance of IstioIngressGateway from the JsonReader.
Parameters:
Returns:
Throws:
mode
public IstioIngressGatewayMode mode()
Get the mode property: Mode of an ingress gateway.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public IstioIngressGateway withEnabled(boolean enabled)
Set the enabled property: Whether to enable the ingress gateway.
Parameters:
Returns:
withMode
public IstioIngressGateway withMode(IstioIngressGatewayMode mode)
Set the mode property: Mode of an ingress gateway.
Parameters:
Returns: