Interface ConnectivityCheck.DefinitionStages
-
- Enclosing interface:
- ConnectivityCheck
public static interface ConnectivityCheck.DefinitionStagesGrouping of connectivity check parameters definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConnectivityCheck.DefinitionStages.FromSourcePortSets the source port from which a connectivity check will be performed.static interfaceConnectivityCheck.DefinitionStages.FromSourceVirtualMachineSets the source property.static interfaceConnectivityCheck.DefinitionStages.ToDestinationSets the destination property.static interfaceConnectivityCheck.DefinitionStages.ToDestinationPortSets the destination port on which check connectivity will be performed.static interfaceConnectivityCheck.DefinitionStages.WithExecuteThe stage of the definition which contains all the minimum required inputs for execution, but also allows for any other optional settings to be specified.
-