Interface ConnectionMonitor.DefinitionStages.WithDestinationPort
- All Known Subinterfaces:
ConnectionMonitor.Definition
- Enclosing interface:
ConnectionMonitor.DefinitionStages
public static interface ConnectionMonitor.DefinitionStages.WithDestinationPort
Sets the destination port used by connection monitor.
-
Method Summary
Modifier and TypeMethodDescriptionwithDestinationPort(int port) Specifies the ID of the resource used as the source by connection monitor.
-
Method Details
-
withDestinationPort
Specifies the ID of the resource used as the source by connection monitor.- Parameters:
port- the ID of the resource used as the source by connection monitor- Returns:
- next definition stage
-