Uses of Class
com.azure.resourcemanager.containerservice.models.IstioEgressGateway
Packages that use IstioEgressGateway
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of IstioEgressGateway in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type IstioEgressGatewayModifier and TypeClassDescriptionfinal classIstio egress gateway configuration.Methods in com.azure.resourcemanager.containerservice.models that return IstioEgressGatewayModifier and TypeMethodDescriptionstatic IstioEgressGatewayIstioEgressGateway.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IstioEgressGateway from the JsonReader.IstioEgressGateway.withEnabled(boolean enabled) Set the enabled property: Whether to enable the egress gateway.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type IstioEgressGatewayModifier and TypeMethodDescriptionIstioComponents.egressGateways()Get the egressGateways property: Istio egress gateways.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type IstioEgressGatewayModifier and TypeMethodDescriptionIstioComponents.withEgressGateways(List<IstioEgressGateway> egressGateways) Set the egressGateways property: Istio egress gateways.