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