Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkPlugin
Packages that use NetworkPlugin
Package
Description
Package containing the data models for ContainerService.
-
Uses of NetworkPlugin in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type NetworkPlugin in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classNetwork plugin used for building the Kubernetes network.Fields in com.azure.resourcemanager.containerservice.models declared as NetworkPluginModifier and TypeFieldDescriptionstatic final NetworkPluginNetworkPlugin.AZUREUse the Azure CNI network plugin.static final NetworkPluginNetworkPlugin.KUBENETUse the Kubenet network plugin.static final NetworkPluginNetworkPlugin.NONENo CNI plugin is pre-installed.Methods in com.azure.resourcemanager.containerservice.models that return NetworkPluginModifier and TypeMethodDescriptionstatic NetworkPluginNetworkPlugin.fromString(String name) Creates or finds a NetworkPlugin from its string representation.ContainerServiceNetworkProfile.networkPlugin()Get the networkPlugin property: Network plugin used for building the Kubernetes network.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type NetworkPluginModifier and TypeMethodDescriptionstatic Collection<NetworkPlugin> NetworkPlugin.values()Gets known NetworkPlugin values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NetworkPluginModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin) Set the networkPlugin property: Network plugin used for building the Kubernetes network.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank.withNetworkPlugin(NetworkPlugin networkPlugin) Specifies the network plugin type to be used for building the Kubernetes network.