OutboundVnetRouting Class
Outbound traffic options over virtual network.
Constructor
OutboundVnetRouting(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
all_traffic
|
Enables all other routing options defined in OutboundVnetRouting if this setting is set to true. |
|
application_traffic
|
This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled. |
|
content_share_traffic
|
Enables accessing content over virtual network. Previously called VnetContentShareEnabled. |
|
image_pull_traffic
|
Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled. |
|
backup_restore_traffic
|
Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled. |
Attributes
all_traffic
Enables all other routing options defined in OutboundVnetRouting if this setting is set to true.
all_traffic: bool | None
application_traffic
This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied. Previously called VnetRouteAllEnabled.
application_traffic: bool | None
backup_restore_traffic
Enables Backup and Restore operations over virtual network. Previously called VnetBackupRestoreEnabled.
backup_restore_traffic: bool | None
content_share_traffic
Enables accessing content over virtual network. Previously called VnetContentShareEnabled.
content_share_traffic: bool | None
image_pull_traffic
Enables pulling image over Virtual Network. Previously called VnetImagePullEnabled.
image_pull_traffic: bool | None