Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkPluginMode
Packages that use NetworkPluginMode
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NetworkPluginMode in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as NetworkPluginModeModifier and TypeFieldDescriptionstatic final NetworkPluginModeNetworkPluginMode.OVERLAYStatic value overlay for NetworkPluginMode.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.