Interface NextHop.DefinitionStages.WithNetworkInterface
-
- All Known Subinterfaces:
NextHop.Definition,NextHop.DefinitionStages.WithExecute
- Enclosing interface:
- NextHop.DefinitionStages
public static interface NextHop.DefinitionStages.WithNetworkInterfaceSets the NIC ID. (If VM has multiple NICs and IP forwarding is enabled on any of the nics, then this parameter must be specified. Otherwise optional).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextHop.DefinitionStages.WithExecutewithTargetNetworkInterfaceId(String targetNetworkInterfaceId)Set the targetNetworkInterfaceId value.
-
-
-
Method Detail
-
withTargetNetworkInterfaceId
NextHop.DefinitionStages.WithExecute withTargetNetworkInterfaceId(String targetNetworkInterfaceId)
Set the targetNetworkInterfaceId value.- Parameters:
targetNetworkInterfaceId- the targetNetworkInterfaceId value to set- Returns:
- the VerificationIPFlow object itself.
-
-