ManagedClusterAppRoutingIstio Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClusterAppRoutingIstio

Implements

public final class ManagedClusterAppRoutingIstio
implements JsonSerializable<ManagedClusterAppRoutingIstio>

Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing. See https://aka.ms/gateway-on-istio for information on using Istio for ingress via the Gateway API.

Constructor Summary

Constructor Description
ManagedClusterAppRoutingIstio()

Creates an instance of ManagedClusterAppRoutingIstio class.

Method Summary

Modifier and Type Method and Description
static ManagedClusterAppRoutingIstio fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAppRoutingIstio from the JsonReader.

GatewayApiIstioEnabled mode()

Get the mode property: Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterAppRoutingIstio withMode(GatewayApiIstioEnabled mode)

Set the mode property: Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterAppRoutingIstio

public ManagedClusterAppRoutingIstio()

Creates an instance of ManagedClusterAppRoutingIstio class.

Method Details

fromJson

public static ManagedClusterAppRoutingIstio fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterAppRoutingIstio from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterAppRoutingIstio if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ManagedClusterAppRoutingIstio.

mode

public GatewayApiIstioEnabled mode()

Get the mode property: Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.

Returns:

the mode value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withMode

public ManagedClusterAppRoutingIstio withMode(GatewayApiIstioEnabled mode)

Set the mode property: Whether to enable Istio as a Gateway API implementation for managed ingress with App Routing.

Parameters:

mode - the mode value to set.

Returns:

the ManagedClusterAppRoutingIstio object itself.

Applies to