IntentContent Class
Intent information.
All required parameters must be populated in order to send to server.
Constructor
IntentContent(*, source_resource_id: str, destination_resource_id: str, ip_traffic: _models.IPTraffic, description: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
Default value: None
|
|
source_resource_id
|
Source resource id of the intent. Required. |
|
destination_resource_id
|
Destination resource id of the intent. Required. |
|
ip_traffic
|
IP traffic information. Required. |