HubVirtualNetworkConnection Class
HubVirtualNetworkConnection Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_06_01.models._models_py3.SubResourceHubVirtualNetworkConnection
Constructor
HubVirtualNetworkConnection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, remote_virtual_network: typing.Union[_ForwardRef('SubResource'), NoneType] = None, allow_hub_to_remote_vnet_transit: typing.Union[bool, NoneType] = None, allow_remote_vnet_to_use_hub_vnet_gateways: typing.Union[bool, NoneType] = None, enable_internet_security: typing.Union[bool, NoneType] = None, routing_configuration: typing.Union[_ForwardRef('RoutingConfiguration'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- remote_virtual_network
- SubResource
Reference to the remote virtual network.
- allow_hub_to_remote_vnet_transit
- bool
Deprecated: VirtualHub to RemoteVnet transit to enabled or not.
- allow_remote_vnet_to_use_hub_vnet_gateways
- bool
Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.
- enable_internet_security
- bool
Enable internet security.
- routing_configuration
- RoutingConfiguration
The Routing Configuration indicating the associated and propagated route tables on this connection.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the hub virtual network connection resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for