Uses of Class
com.azure.resourcemanager.containerservice.models.ProxyRedirectionMechanism
Packages that use ProxyRedirectionMechanism
Package
Description
Package containing the data models for ContainerService.
-
Uses of ProxyRedirectionMechanism in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type ProxyRedirectionMechanism in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classMode of traffic redirection.Fields in com.azure.resourcemanager.containerservice.models declared as ProxyRedirectionMechanismModifier and TypeFieldDescriptionstatic final ProxyRedirectionMechanismProxyRedirectionMechanism.CNICHAININGIstio will install a chained CNI plugin to redirect traffic (recommended).static final ProxyRedirectionMechanismProxyRedirectionMechanism.INIT_CONTAINERSIstio will inject an init container into each pod to redirect traffic (requires NET_ADMIN and NET_RAW).Methods in com.azure.resourcemanager.containerservice.models that return ProxyRedirectionMechanismModifier and TypeMethodDescriptionstatic ProxyRedirectionMechanismProxyRedirectionMechanism.fromString(String name) Creates or finds a ProxyRedirectionMechanism from its string representation.IstioComponents.proxyRedirectionMechanism()Get the proxyRedirectionMechanism property: Mode of traffic redirection.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ProxyRedirectionMechanismModifier and TypeMethodDescriptionstatic Collection<ProxyRedirectionMechanism> ProxyRedirectionMechanism.values()Gets known ProxyRedirectionMechanism values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ProxyRedirectionMechanismModifier and TypeMethodDescriptionIstioComponents.withProxyRedirectionMechanism(ProxyRedirectionMechanism proxyRedirectionMechanism) Set the proxyRedirectionMechanism property: Mode of traffic redirection.