Idem.AZURE.NETWORK.VIRTUAL_NETWORK_PEERINGS
{
"account": "string",
"allow_forwarded_traffic": false,
"allow_gateway_transit": false,
"allow_virtual_network_access": false,
"count": 0,
"do_not_verify_remote_gateways": false,
"name": "string",
"remote_virtual_network": {
"id": "string"
},
"resource_group_name": "string",
"resource_id": "string",
"subscription_id": "string",
"sync_remote_address_space": false,
"use_remote_gateways": false,
"virtual_network_name": "string",
"virtual_network_peering_name": "string"
}
The name of the vRA cloud account to use during provisioning
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
If gateway links can be used in remote virtual networking to link to this virtual network.
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.
The number of resource instances to be created.
If we need to verify the provisioning state of the remote gateway.
The identifier for this state.
remote_virtual_network
The name of the resource group.
Virtual Network resource id on Azure.
Subscription Unique id.
Parameter indicates the intention to sync the peering with the current address space on the remote vNet after it's updated.
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.
The name of the virtual network.
The name of the peering.