HubVirtualNetworkConnectionProperties Class

Parameters for HubVirtualNetworkConnection.

Constructor

HubVirtualNetworkConnectionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
remote_virtual_network

Reference to the remote virtual network.

allow_hub_to_remote_vnet_transit

Deprecated: VirtualHub to RemoteVnet transit to enabled or not.

allow_remote_vnet_to_use_hub_vnet_gateways

Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.

connection_policy

The resource id of the ConnectionPolicy associated with this HubVirtualNetworkConnection.

enable_internet_security

Enable internet security.

routing_configuration

The Routing Configuration indicating the associated and propagated route tables on this connection.

enable_only_ipv6_peering

Enable Only IPv6 Peering for this connection. Known values are: "Enabled" and "Disabled".

provisioning_state

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

Attributes

allow_hub_to_remote_vnet_transit

VirtualHub to RemoteVnet transit to enabled or not.

allow_hub_to_remote_vnet_transit: bool | None

allow_remote_vnet_to_use_hub_vnet_gateways

Allow RemoteVnet to use Virtual Hub's gateways.

allow_remote_vnet_to_use_hub_vnet_gateways: bool | None

connection_policy

The resource id of the ConnectionPolicy associated with this HubVirtualNetworkConnection.

connection_policy: _models.SubResource | None

enable_internet_security

Enable internet security.

enable_internet_security: bool | None

enable_only_ipv6_peering

"Enabled" and "Disabled".

enable_only_ipv6_peering: str | _models.EnableOnlyIpv6PeeringState | None

provisioning_state

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

provisioning_state: str | _models.ProvisioningState | None

remote_virtual_network

Reference to the remote virtual network.

remote_virtual_network: _models.SubResource | None

routing_configuration

The Routing Configuration indicating the associated and propagated route tables on this connection.

routing_configuration: _models.RoutingConfiguration | None