Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkPluginMode
Packages that use NetworkPluginMode
Package
Description
Package containing the data models for ContainerService.
-
Uses of NetworkPluginMode in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type NetworkPluginMode in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe mode the network plugin should use.Fields in com.azure.resourcemanager.containerservice.models declared as NetworkPluginModeModifier and TypeFieldDescriptionstatic final NetworkPluginModeNetworkPluginMode.OVERLAYUsed with networkPlugin=azure, pods are given IPs from the PodCIDR address space but use Azure Routing Domains rather than Kubenet's method of route tables.Methods in com.azure.resourcemanager.containerservice.models that return NetworkPluginModeModifier and TypeMethodDescriptionstatic NetworkPluginModeNetworkPluginMode.fromString(String name) Creates or finds a NetworkPluginMode from its string representation.ContainerServiceNetworkProfile.networkPluginMode()Get the networkPluginMode property: The mode the network plugin should use.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type NetworkPluginModeModifier and TypeMethodDescriptionstatic Collection<NetworkPluginMode> NetworkPluginMode.values()Gets known NetworkPluginMode values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NetworkPluginModeModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withNetworkPluginMode(NetworkPluginMode networkPluginMode) Set the networkPluginMode property: The mode the network plugin should use.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkPluginMode.withNetworkPluginMode(NetworkPluginMode networkPluginMode) Specifies the network plugin mode to be used for building the Kubernetes network.