Compartilhar via


ConnectionMonitorResultProperties Class

Describes the properties of a connection monitor.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.ConnectionMonitorParameters
ConnectionMonitorResultProperties

Constructor

ConnectionMonitorResultProperties(*, source: _models.ConnectionMonitorSource | None = None, destination: _models.ConnectionMonitorDestination | None = None, auto_start: bool = True, monitoring_interval_in_seconds: int = 60, endpoints: List[_models.ConnectionMonitorEndpoint] | None = None, test_configurations: List[_models.ConnectionMonitorTestConfiguration] | None = None, test_groups: List[_models.ConnectionMonitorTestGroup] | None = None, outputs: List[_models.ConnectionMonitorOutput] | None = None, notes: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
source

Describes the source of connection monitor.

destination

Describes the destination of connection monitor.

auto_start

Determines if the connection monitor will start automatically once created.

Default value: True
monitoring_interval_in_seconds
int

Monitoring interval in seconds.

Default value: 60
endpoints

List of connection monitor endpoints.

test_configurations

List of connection monitor test configurations.

test_groups

List of connection monitor test groups.

outputs

List of connection monitor outputs.

notes
str

Optional notes to be associated with the connection monitor.

Variables

Name Description
source

Describes the source of connection monitor.

destination

Describes the destination of connection monitor.

auto_start

Determines if the connection monitor will start automatically once created.

monitoring_interval_in_seconds
int

Monitoring interval in seconds.

endpoints

List of connection monitor endpoints.

test_configurations

List of connection monitor test configurations.

test_groups

List of connection monitor test groups.

outputs

List of connection monitor outputs.

notes
str

Optional notes to be associated with the connection monitor.

provisioning_state

The provisioning state of the connection monitor. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

start_time

The date and time when the connection monitor was started.

monitoring_status
str

The monitoring status of the connection monitor.

connection_monitor_type

Type of connection monitor. Known values are: "MultiEndpoint" and "SingleSourceDestination".