ManagedClusterWebAppRoutingGatewayApiImplementations Class

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

Implements

public final class ManagedClusterWebAppRoutingGatewayApiImplementations
implements JsonSerializable<ManagedClusterWebAppRoutingGatewayApiImplementations>

Configurations for Gateway API providers to be used for managed ingress with App Routing.

Constructor Summary

Constructor Description
ManagedClusterWebAppRoutingGatewayApiImplementations()

Creates an instance of ManagedClusterWebAppRoutingGatewayApiImplementations class.

Method Summary

Modifier and Type Method and Description
ManagedClusterAppRoutingIstio appRoutingIstio()

Get the appRoutingIstio property: Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing.

static ManagedClusterWebAppRoutingGatewayApiImplementations fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterWebAppRoutingGatewayApiImplementations from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedClusterWebAppRoutingGatewayApiImplementations withAppRoutingIstio(ManagedClusterAppRoutingIstio appRoutingIstio)

Set the appRoutingIstio property: Configuration for using a sidecar-less Istio control plane for managed ingress via the Gateway API with App Routing.

Methods inherited from java.lang.Object

Constructor Details

ManagedClusterWebAppRoutingGatewayApiImplementations

public ManagedClusterWebAppRoutingGatewayApiImplementations()

Creates an instance of ManagedClusterWebAppRoutingGatewayApiImplementations class.

Method Details

appRoutingIstio

public ManagedClusterAppRoutingIstio appRoutingIstio()

Get the appRoutingIstio property: 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.

Returns:

the appRoutingIstio value.

fromJson

public static ManagedClusterWebAppRoutingGatewayApiImplementations fromJson(JsonReader jsonReader)

Reads an instance of ManagedClusterWebAppRoutingGatewayApiImplementations from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedClusterWebAppRoutingGatewayApiImplementations 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 ManagedClusterWebAppRoutingGatewayApiImplementations.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAppRoutingIstio

public ManagedClusterWebAppRoutingGatewayApiImplementations withAppRoutingIstio(ManagedClusterAppRoutingIstio appRoutingIstio)

Set the appRoutingIstio property: 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.

Parameters:

appRoutingIstio - the appRoutingIstio value to set.

Returns:

the ManagedClusterWebAppRoutingGatewayApiImplementations object itself.

Applies to