Idem.AZURE.NETWORK.NETWORK_INTERFACES

Idem.AZURE.NETWORK.NETWORK_INTERFACES
Idem.AZURE.NETWORK.NETWORK_INTERFACES
JSON Example
{
    "account": "string",
    "count": 0,
    "dns_settings": {
        "dns_servers": [
            "string"
        ],
        "internal_dns_name_label": "string"
    },
    "enable_accelerated_networking": false,
    "ip_configurations": [
        {
            "name": "string",
            "primary": false,
            "private_ip_address": "string",
            "private_ip_address_allocation": "string",
            "private_ip_address_version": "string",
            "public_ip_address_id": "string",
            "subnet_id": "string"
        }
    ],
    "location": "string",
    "name": "string",
    "network_interface_name": "string",
    "network_security_group_id": "string",
    "resource_group_name": "string",
    "resource_id": "string",
    "subscription_id": "string"
}
string
account
Required

The name of the vRA cloud account to use during provisioning

integer
count
Optional

The number of resource instances to be created.

object
dns_settings
Optional

The DNS settings in network interface.

boolean
enable_accelerated_networking
Optional

If the network interface is accelerated networking enabled.

array of object
ip_configurations
Required

A list of IPConfigurations of the network interface. Each ip configuration supports fields:

string
location
Required

Resource location. This field can not be updated.

string
name
Required

The identifier for this state.

string
network_interface_name
Required

The name of the network interface.

string
network_security_group_id
Optional

ID of the network security group.

string
resource_group_name
Required

The name of the resource group.

string
resource_id
Optional

Network Interface resource id on Azure.

string
subscription_id
Optional

Subscription Unique id.

object
tags
Optional

Resource tags.