Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

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. NoParameterMandatory/
Optional
DescriptionYou have to reserve the first four IP addresses
1network_view_nameRequired

Specifies the desired name of the network view, as shown in the NIOS appliance.

2tenant_idRequired

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"

}


  • No labels