Uses of Class
com.azure.resourcemanager.containerservice.models.IstioIngressGatewayMode
Packages that use IstioIngressGatewayMode
Package
Description
Package containing the data models for ContainerService.
-
Uses of IstioIngressGatewayMode in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type IstioIngressGatewayMode in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as IstioIngressGatewayModeModifier and TypeFieldDescriptionstatic final IstioIngressGatewayModeIstioIngressGatewayMode.EXTERNALThe ingress gateway is assigned a public IP address and is publicly accessible.static final IstioIngressGatewayModeIstioIngressGatewayMode.INTERNALThe ingress gateway is assigned an internal IP address and cannot is accessed publicly.Methods in com.azure.resourcemanager.containerservice.models that return IstioIngressGatewayModeModifier and TypeMethodDescriptionstatic IstioIngressGatewayModeIstioIngressGatewayMode.fromString(String name) Creates or finds a IstioIngressGatewayMode from its string representation.IstioIngressGateway.mode()Get the mode property: Mode of an ingress gateway.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type IstioIngressGatewayModeModifier and TypeMethodDescriptionstatic Collection<IstioIngressGatewayMode> IstioIngressGatewayMode.values()Gets known IstioIngressGatewayMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type IstioIngressGatewayModeModifier and TypeMethodDescriptionIstioIngressGateway.withMode(IstioIngressGatewayMode mode) Set the mode property: Mode of an ingress gateway.