Idem.AZURE.NETWORK.VIRTUAL_NETWORKS
{
"account": "string",
"address_space": [
"string"
],
"bgp_communities": {
"virtual_network_community": "string"
},
"count": 0,
"ddos_protection_plan": {
"id": "string"
},
"dhcp_options": {
"dns_servers": [
"string"
]
},
"enable_ddos_protection": false,
"enable_vm_protection": false,
"extended_location": {
"name": "string",
"type": "string"
},
"flow_timeout_in_minutes": 0,
"location": "string",
"name": "string",
"resource_group_name": "string",
"resource_id": "string",
"subnets": [
{
"address_prefix": "string",
"name": "string",
"security_group_id": "string"
}
],
"subscription_id": "string",
"virtual_network_name": "string"
}
The name of the vRA cloud account to use during provisioning
An array of IP address ranges that can be used by subnets of the virtual network.
Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.
The number of resource instances to be created.
ddos_protection_plan
DhcpOptions contains an array of DNS servers available to VMs deployed in the virtual network. Standard DHCP option for a subnet overrides VNET DHCP options.
Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource.
Indicates if VM protection is enabled for all the subnets in the virtual network.
The extended location of the virtual network.
The FlowTimeout value (in minutes) for the Virtual Network
Resource location. This field can not be updated.
The identifier for this state.
The name of the resource group.
Virtual Network resource id on Azure.
List of Subnet in a virtual network resource.Each Subnet will have fields
Subscription Unique id.
Resource tags.
The name of the virtual network.