You can create a network view in a NIOS appliance using infoblox_network_view
resource block.
All the parameters used to create a network view are required. If you do not create a network view, it uses the optional parameters and will reside under the default network view.
The following table describes the parameters used to create a network view:
Sr. No | Parameter | Mandatory/ Optional | DescriptionYou have to reserve the first four IP addresses |
---|---|---|---|
1 | network_view_name | Required | Specifies the desired name of the network view, as shown in the NIOS appliance. |
2 | tenant_id | Required | Specifies the unique identifier of the tenant in the cloud. Tenant ID is the name of the cloud provider with which you want to integrate. However, if there is no cloud provider, you can specify any dummy value. The tenant ID differentiates the cloud providers in NIOS. For more information, see Viewing All Tenants. |
Example for Creating a Network View in NIOS Appliance
To create a network view in NIOS appliance using the infoblox_network_view
resource block, see the following example:
resource "infoblox_network_view" "demo_network_view"
{
network_view_name="demo1"
tenant_id="test"
}