Interface Topology.DefinitionStages.WithTargetNetwork
-
- All Known Subinterfaces:
Topology.Definition,Topology.DefinitionStages.WithExecute
- Enclosing interface:
- Topology.DefinitionStages
public static interface Topology.DefinitionStages.WithTargetNetworkSets the target virtual network.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topology.DefinitionStages.WithExecuteAndSubnetwithTargetNetwork(String networkId)Set the target virtual network.
-
-
-
Method Detail
-
withTargetNetwork
Topology.DefinitionStages.WithExecuteAndSubnet withTargetNetwork(String networkId)
Set the target virtual network.- Parameters:
networkId- the target network id value to set- Returns:
- the Topology object itself.
-
-