VirtualNetworkPeeringPropertiesFormat Class
Properties of the virtual network peering.
Constructor
VirtualNetworkPeeringPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
allow_virtual_network_access
|
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space. |
|
allow_forwarded_traffic
|
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network. |
|
allow_gateway_transit
|
If gateway links can be used in remote virtual networking to link to this virtual network. |
|
use_remote_gateways
|
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway. |
|
remote_virtual_network
|
The reference to the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering). |
|
local_address_space
|
The local address space of the local virtual network that is peered. |
|
local_virtual_network_address_space
|
The current local address space of the local virtual network that is peered. |
|
remote_address_space
|
The reference to the address space peered with the remote virtual network. |
|
remote_virtual_network_address_space
|
The reference to the current address space of the remote virtual network. |
|
remote_bgp_communities
|
The reference to the remote virtual network's Bgp Communities. |
|
remote_virtual_network_encryption
|
The reference to the remote virtual network's encryption. |
|
peering_state
|
The status of the virtual network peering. Known values are: "Initiated", "Connected", and "Disconnected". |
|
peering_sync_level
|
The peering sync status of the virtual network peering. Known values are: "FullyInSync", "RemoteNotInSync", "LocalNotInSync", and "LocalAndRemoteNotInSync". |
|
provisioning_state
|
The provisioning state of the virtual network peering resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
|
do_not_verify_remote_gateways
|
If we need to verify the provisioning state of the remote gateway. |
|
resource_guid
|
The resourceGuid property of the Virtual Network peering resource. |
|
peer_complete_vnets
|
Whether complete virtual network address space is peered. |
|
enable_only_i_pv6_peering
|
Whether only Ipv6 address space is peered for subnet peering. |
|
local_subnet_names
|
List of local subnet names that are subnet peered with remote virtual network. |
|
remote_subnet_names
|
List of remote subnet names from remote virtual network that are subnet peered. |
Attributes
allow_forwarded_traffic
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
allow_forwarded_traffic: bool | None
allow_gateway_transit
If gateway links can be used in remote virtual networking to link to this virtual network.
allow_gateway_transit: bool | None
allow_virtual_network_access
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
allow_virtual_network_access: bool | None
do_not_verify_remote_gateways
If we need to verify the provisioning state of the remote gateway.
do_not_verify_remote_gateways: bool | None
enable_only_i_pv6_peering
Whether only Ipv6 address space is peered for subnet peering.
enable_only_i_pv6_peering: bool | None
local_address_space
The local address space of the local virtual network that is peered.
local_address_space: _models.AddressSpace | None
local_subnet_names
List of local subnet names that are subnet peered with remote virtual network.
local_subnet_names: list[str] | None
local_virtual_network_address_space
The current local address space of the local virtual network that is peered.
local_virtual_network_address_space: _models.AddressSpace | None
peer_complete_vnets
Whether complete virtual network address space is peered.
peer_complete_vnets: bool | None
peering_state
"Initiated", "Connected", and "Disconnected".
peering_state: str | _models.VirtualNetworkPeeringState | None
peering_sync_level
"FullyInSync", "RemoteNotInSync", "LocalNotInSync", and "LocalAndRemoteNotInSync".
peering_sync_level: str | _models.VirtualNetworkPeeringLevel | None
provisioning_state
"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".
provisioning_state: str | _models.ProvisioningState | None
remote_address_space
The reference to the address space peered with the remote virtual network.
remote_address_space: _models.AddressSpace | None
remote_bgp_communities
The reference to the remote virtual network's Bgp Communities.
remote_bgp_communities: _models.VirtualNetworkBgpCommunities | None
remote_subnet_names
List of remote subnet names from remote virtual network that are subnet peered.
remote_subnet_names: list[str] | None
remote_virtual_network
The reference to the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering).
remote_virtual_network: _models.SubResource | None
remote_virtual_network_address_space
The reference to the current address space of the remote virtual network.
remote_virtual_network_address_space: _models.AddressSpace | None
remote_virtual_network_encryption
The reference to the remote virtual network's encryption.
remote_virtual_network_encryption: _models.VirtualNetworkEncryption | None
resource_guid
The resourceGuid property of the Virtual Network peering resource.
resource_guid: str | None
use_remote_gateways
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
use_remote_gateways: bool | None