Package | Description |
---|---|
com.microsoft.azure.management.containerservice |
This package contains the classes for ContainerServiceManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static NetworkPlugin |
NetworkPlugin.AZURE
Static value azure for NetworkPlugin.
|
static NetworkPlugin |
NetworkPlugin.KUBENET
Static value kubenet for NetworkPlugin.
|
Modifier and Type | Method and Description |
---|---|
static NetworkPlugin |
NetworkPlugin.fromString(String name)
Creates or finds a NetworkPlugin from its string representation.
|
NetworkPlugin |
ContainerServiceNetworkProfile.networkPlugin()
Get the networkPlugin value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<NetworkPlugin> |
NetworkPlugin.values() |
Modifier and Type | Method and Description |
---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank.withNetworkPlugin(NetworkPlugin networkPlugin)
Specifies the network plugin type to be used for building the Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin)
Set the networkPlugin value.
|
Copyright © 2019. All rights reserved.