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