Idem.AZURE.NETWORK.VIRTUAL_NETWORK_PEERINGS

Idem.AZURE.NETWORK.VIRTUAL_NETWORK_PEERINGS
Idem.AZURE.NETWORK.VIRTUAL_NETWORK_PEERINGS
JSON Example
{
    "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"
}
string
account
Required

The name of the vRA cloud account to use during provisioning

boolean
allow_forwarded_traffic
Optional

Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.

boolean
allow_gateway_transit
Optional

If gateway links can be used in remote virtual networking to link to this virtual network.

boolean
allow_virtual_network_access
Optional

Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.

integer
count
Optional

The number of resource instances to be created.

boolean
do_not_verify_remote_gateways
Optional

If we need to verify the provisioning state of the remote gateway.

string
name
Required

The identifier for this state.

object
remote_virtual_network
Optional

remote_virtual_network

string
resource_group_name
Optional

The name of the resource group.

string
resource_id
Optional

Virtual Network resource id on Azure.

string
subscription_id
Optional

Subscription Unique id.

boolean
sync_remote_address_space
Optional

Parameter indicates the intention to sync the peering with the current address space on the remote vNet after it's updated.

boolean
use_remote_gateways
Optional

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.

string
virtual_network_name
Optional

The name of the virtual network.

string
virtual_network_peering_name
Optional

The name of the peering.