ConnectionMonitorResultProperties Class
Describes the properties of a connection monitor.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.network.v2019_08_01.models._models_py3.ConnectionMonitorParametersConnectionMonitorResultProperties
Constructor
ConnectionMonitorResultProperties(*, source: azure.mgmt.network.v2019_08_01.models._models_py3.ConnectionMonitorSource, destination: azure.mgmt.network.v2019_08_01.models._models_py3.ConnectionMonitorDestination, auto_start: typing.Union[bool, NoneType] = True, monitoring_interval_in_seconds: typing.Union[int, NoneType] = 60, start_time: typing.Union[datetime.datetime, NoneType] = None, monitoring_status: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- source
- ConnectionMonitorSource
Required. Describes the source of connection monitor.
- destination
- ConnectionMonitorDestination
Required. Describes the destination of connection monitor.
- auto_start
- bool
Determines if the connection monitor will start automatically once created.
- monitoring_interval_in_seconds
- int
Monitoring interval in seconds.
- start_time
- datetime
The date and time when the connection monitor was started.
- monitoring_status
- str
The monitoring status of the connection monitor.
Variables
- provisioning_state
- str or ProvisioningState
The provisioning state of the connection monitor. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for