VirtualHub Class

VirtualHub Resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2019_12_01.models._models_py3.Resource
VirtualHub

Constructor

VirtualHub(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, virtual_wan: typing.Union[_ForwardRef('SubResource'), NoneType] = None, vpn_gateway: typing.Union[_ForwardRef('SubResource'), NoneType] = None, p2_s_vpn_gateway: typing.Union[_ForwardRef('SubResource'), NoneType] = None, express_route_gateway: typing.Union[_ForwardRef('SubResource'), NoneType] = None, azure_firewall: typing.Union[_ForwardRef('SubResource'), NoneType] = None, virtual_network_connections: typing.Union[typing.List[_ForwardRef('HubVirtualNetworkConnection')], NoneType] = None, address_prefix: typing.Union[str, NoneType] = None, route_table: typing.Union[_ForwardRef('VirtualHubRouteTable'), NoneType] = None, security_provider_name: typing.Union[str, NoneType] = None, virtual_hub_route_table_v2_s: typing.Union[typing.List[_ForwardRef('VirtualHubRouteTableV2')], NoneType] = None, sku: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

virtual_wan
SubResource

The VirtualWAN to which the VirtualHub belongs.

vpn_gateway
SubResource

The VpnGateway associated with this VirtualHub.

p2_s_vpn_gateway
SubResource

The P2SVpnGateway associated with this VirtualHub.

express_route_gateway
SubResource

The expressRouteGateway associated with this VirtualHub.

azure_firewall
SubResource

The azureFirewall associated with this VirtualHub.

virtual_network_connections
list[HubVirtualNetworkConnection]

List of all vnet connections with this VirtualHub.

address_prefix
str

Address-prefix for this VirtualHub.

route_table
VirtualHubRouteTable

The routeTable associated with this virtual hub.

security_provider_name
str

The Security Provider name.

virtual_hub_route_table_v2_s
list[VirtualHubRouteTableV2]

List of all virtual hub route table v2s associated with this VirtualHub.

sku
str

The sku of this VirtualHub.

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

provisioning_state
str or ProvisioningState

The provisioning state of the virtual hub resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".