Interface Topology.DefinitionStages.WithTargetNetwork
- All Known Subinterfaces:
Topology.Definition, Topology.DefinitionStages.WithExecute
- Enclosing interface:
Topology.DefinitionStages
public static interface Topology.DefinitionStages.WithTargetNetwork
Sets the target virtual network.
-
Method Summary
Modifier and TypeMethodDescriptionwithTargetNetwork(String networkId) Set the target virtual network.
-
Method Details
-
withTargetNetwork
Set the target virtual network.- Parameters:
networkId- the target network id value to set- Returns:
- the Topology object itself.
-