Uses of Class
com.microsoft.azure.management.containerservice.NetworkPlugin
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of NetworkPlugin in com.microsoft.azure.management.containerservice
Modifier and TypeFieldDescriptionstatic final NetworkPlugin
NetworkPlugin.AZURE
Static value azure for NetworkPlugin.static final NetworkPlugin
NetworkPlugin.KUBENET
Static value kubenet for NetworkPlugin.Modifier and TypeMethodDescriptionstatic NetworkPlugin
NetworkPlugin.fromString
(String name) Creates or finds a NetworkPlugin from its string representation.ContainerServiceNetworkProfile.networkPlugin()
Get network plugin used for building Kubernetes network.Modifier and TypeMethodDescriptionContainerServiceNetworkProfile.withNetworkPlugin
(NetworkPlugin networkPlugin) Set network plugin used for building Kubernetes network.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank.withNetworkPlugin
(NetworkPlugin networkPlugin) Specifies the network plugin type to be used for building the Kubernetes network.