Class ConnectionMonitorParameters
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorParameters
Parameters that define the operation to create a connection monitor.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet determines if the connection monitor will start automatically once created.Get describes the destination of connection monitor.Get list of connection monitor endpoints.Get monitoring interval in seconds.notes()Get optional notes to be associated with the connection monitor.outputs()Get list of connection monitor outputs.source()Get describes the source of connection monitor.Get list of connection monitor test configurations.Get list of connection monitor test groups.withAutoStart(Boolean autoStart) Set determines if the connection monitor will start automatically once created.withDestination(ConnectionMonitorDestination destination) Set describes the destination of connection monitor.withEndpoints(List<ConnectionMonitorEndpoint> endpoints) Set list of connection monitor endpoints.withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds) Set monitoring interval in seconds.Set optional notes to be associated with the connection monitor.withOutputs(List<ConnectionMonitorOutput> outputs) Set list of connection monitor outputs.withSource(ConnectionMonitorSource source) Set describes the source of connection monitor.withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set list of connection monitor test configurations.withTestGroups(List<ConnectionMonitorTestGroup> testGroups) Set list of connection monitor test groups.
- 
Constructor Details- 
ConnectionMonitorParameterspublic ConnectionMonitorParameters()
 
- 
- 
Method Details- 
sourceGet describes the source of connection monitor.- Returns:
- the source value
 
- 
withSourceSet describes the source of connection monitor.- Parameters:
- source- the source value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
destinationGet describes the destination of connection monitor.- Returns:
- the destination value
 
- 
withDestinationSet describes the destination of connection monitor.- Parameters:
- destination- the destination value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
autoStartGet determines if the connection monitor will start automatically once created.- Returns:
- the autoStart value
 
- 
withAutoStartSet determines if the connection monitor will start automatically once created.- Parameters:
- autoStart- the autoStart value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
monitoringIntervalInSecondsGet monitoring interval in seconds.- Returns:
- the monitoringIntervalInSeconds value
 
- 
withMonitoringIntervalInSecondspublic ConnectionMonitorParameters withMonitoringIntervalInSeconds(Integer monitoringIntervalInSeconds) Set monitoring interval in seconds.- Parameters:
- monitoringIntervalInSeconds- the monitoringIntervalInSeconds value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
endpointsGet list of connection monitor endpoints.- Returns:
- the endpoints value
 
- 
withEndpointsSet list of connection monitor endpoints.- Parameters:
- endpoints- the endpoints value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
testConfigurationsGet list of connection monitor test configurations.- Returns:
- the testConfigurations value
 
- 
withTestConfigurationspublic ConnectionMonitorParameters withTestConfigurations(List<ConnectionMonitorTestConfiguration> testConfigurations) Set list of connection monitor test configurations.- Parameters:
- testConfigurations- the testConfigurations value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
testGroupsGet list of connection monitor test groups.- Returns:
- the testGroups value
 
- 
withTestGroupsSet list of connection monitor test groups.- Parameters:
- testGroups- the testGroups value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
outputsGet list of connection monitor outputs.- Returns:
- the outputs value
 
- 
withOutputsSet list of connection monitor outputs.- Parameters:
- outputs- the outputs value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
- 
notesGet optional notes to be associated with the connection monitor.- Returns:
- the notes value
 
- 
withNotesSet optional notes to be associated with the connection monitor.- Parameters:
- notes- the notes value to set
- Returns:
- the ConnectionMonitorParameters object itself.
 
 
-