Interface ConnectionMonitor.DefinitionStages
-
- Enclosing interface:
- ConnectionMonitor
public static interface ConnectionMonitor.DefinitionStagesGrouping of connection monitor definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConnectionMonitor.DefinitionStages.WithAutoStartDetermines if the connection monitor will start automatically once created.static interfaceConnectionMonitor.DefinitionStages.WithCreateThe stage of the connection monitor definition allowing creating and updating.static interfaceConnectionMonitor.DefinitionStages.WithDestinationSets the destination.static interfaceConnectionMonitor.DefinitionStages.WithDestinationPortSets the destination port used by connection monitor.static interfaceConnectionMonitor.DefinitionStages.WithMonitoringIntervalSets monitoring interval in seconds.static interfaceConnectionMonitor.DefinitionStages.WithSourceSets the source property.static interfaceConnectionMonitor.DefinitionStages.WithSourcePortSets the source port used by connection monitor.static interfaceConnectionMonitor.DefinitionStages.WithTagsThe stage of the connection monitor definition allowing to add or update tags.
-