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.IstioEgressGateway.withGatewayConfigurationName(String gatewayConfigurationName) Set the gatewayConfigurationName property: Name of the gateway configuration custom resource for the Istio add-on egress gateway.Set the name property: Name of the Istio add-on egress gateway.IstioEgressGateway.withNamespace(String namespace) Set the namespace property: Namespace that the Istio add-on egress gateway should be deployed in.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.