Uses of Class
com.azure.resourcemanager.containerservice.models.NetworkDataplane
Packages that use NetworkDataplane
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of NetworkDataplane in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as NetworkDataplaneModifier and TypeFieldDescriptionstatic final NetworkDataplaneNetworkDataplane.AZUREStatic value azure for NetworkDataplane.static final NetworkDataplaneNetworkDataplane.CILIUMStatic value cilium for NetworkDataplane.Methods in com.azure.resourcemanager.containerservice.models that return NetworkDataplaneModifier and TypeMethodDescriptionstatic NetworkDataplaneNetworkDataplane.fromString(String name) Creates or finds a NetworkDataplane from its string representation.ContainerServiceNetworkProfile.networkDataplane()Get the networkDataplane property: Network dataplane used in the Kubernetes cluster.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type NetworkDataplaneModifier and TypeMethodDescriptionstatic Collection<NetworkDataplane>NetworkDataplane.values()Gets known NetworkDataplane values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type NetworkDataplaneModifier and TypeMethodDescriptionKubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkDataPlan.withNetworkDataPlan(NetworkDataplane networkDataPlan) Specifies the network data plan to be used for building the Kubernetes network.ContainerServiceNetworkProfile.withNetworkDataplane(NetworkDataplane networkDataplane) Set the networkDataplane property: Network dataplane used in the Kubernetes cluster.