Interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkDataPlan<ParentT>
- Type Parameters:
ParentT- the stage of the network mode definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesCluster.DefinitionStages.NetworkProfileDefinition<ParentT>,KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<ParentT>,KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages
public static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkDataPlan<ParentT>
The stage of a network profile definition allowing to specify the network data plan.
-
Method Summary
Modifier and TypeMethodDescriptionwithNetworkDataPlan(NetworkDataplane networkDataPlan) Specifies the network data plan to be used for building the Kubernetes network.
-
Method Details
-
withNetworkDataPlan
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withNetworkDataPlan(NetworkDataplane networkDataPlan) Specifies the network data plan to be used for building the Kubernetes network.- Parameters:
networkDataPlan- the network data plan to be used for building the Kubernetes network- Returns:
- the next stage of the definition
-