VirtualNetworkPeeringPropertiesFormatOutput interface
Properties of the virtual network peering.
Properties
| allow |
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network. |
| allow |
If gateway links can be used in remote virtual networking to link to this virtual network. |
| allow |
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space. |
| do |
If we need to verify the provisioning state of the remote gateway. |
| peering |
The status of the virtual network peering. |
| peering |
The peering sync status of the virtual network peering. |
| provisioning |
The provisioning state of the virtual network peering resource. |
| remote |
The reference to the address space peered with the remote virtual network. |
| remote |
The reference to the remote virtual network's Bgp Communities. |
| remote |
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 |
The reference to the current address space of the remote virtual network. |
| remote |
The reference to the remote virtual network's encryption |
| resource |
The resourceGuid property of the Virtual Network peering resource. |
| use |
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. |
Property Details
allowForwardedTraffic
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
allowForwardedTraffic?: boolean
Property Value
boolean
allowGatewayTransit
If gateway links can be used in remote virtual networking to link to this virtual network.
allowGatewayTransit?: boolean
Property Value
boolean
allowVirtualNetworkAccess
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
allowVirtualNetworkAccess?: boolean
Property Value
boolean
doNotVerifyRemoteGateways
If we need to verify the provisioning state of the remote gateway.
doNotVerifyRemoteGateways?: boolean
Property Value
boolean
peeringState
The status of the virtual network peering.
peeringState?: "Initiated" | "Connected" | "Disconnected"
Property Value
"Initiated" | "Connected" | "Disconnected"
peeringSyncLevel
The peering sync status of the virtual network peering.
peeringSyncLevel?: "FullyInSync" | "RemoteNotInSync" | "LocalNotInSync" | "LocalAndRemoteNotInSync"
Property Value
"FullyInSync" | "RemoteNotInSync" | "LocalNotInSync" | "LocalAndRemoteNotInSync"
provisioningState
The provisioning state of the virtual network peering resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
remoteAddressSpace
The reference to the address space peered with the remote virtual network.
remoteAddressSpace?: AddressSpaceOutput
Property Value
remoteBgpCommunities
The reference to the remote virtual network's Bgp Communities.
remoteBgpCommunities?: VirtualNetworkBgpCommunitiesOutput
Property Value
remoteVirtualNetwork
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).
remoteVirtualNetwork?: SubResourceOutput
Property Value
remoteVirtualNetworkAddressSpace
The reference to the current address space of the remote virtual network.
remoteVirtualNetworkAddressSpace?: AddressSpaceOutput
Property Value
remoteVirtualNetworkEncryption
The reference to the remote virtual network's encryption
remoteVirtualNetworkEncryption?: VirtualNetworkEncryptionOutput
Property Value
resourceGuid
The resourceGuid property of the Virtual Network peering resource.
resourceGuid?: string
Property Value
string
useRemoteGateways
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.
useRemoteGateways?: boolean
Property Value
boolean