Compartilhar via


ReachabilityAnalysisIntentProperties Class

Represents the Reachability Analysis Intent properties.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.network._serialization.Model
ReachabilityAnalysisIntentProperties

Constructor

ReachabilityAnalysisIntentProperties(*, source_resource_id: str, destination_resource_id: str, ip_traffic: _models.IPTraffic, provisioning_state: str | _models.ProvisioningState | None = None, description: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

description
str
source_resource_id
str

Source resource id to verify the reachability path of. Required.

destination_resource_id
str

Destination resource id to verify the reachability path of. Required.

ip_traffic

IP traffic information. Required.

Variables

Name Description
provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

description
str
source_resource_id
str

Source resource id to verify the reachability path of. Required.

destination_resource_id
str

Destination resource id to verify the reachability path of. Required.

ip_traffic

IP traffic information. Required.