NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VirtualNetworkApplianceDeploymentConfig (schema)
The Vsphere deployment configuration determines where to deploy thevirtual network appliance(VNA).
It contains settings that are applied during install time.
| Name | Description | Type | Notes |
|---|---|---|---|
| cluster_or_resource_pool_id | vCenter Cluster or Resource Pool Managed Object ID (MoID) The virtual network appliance(VNA) vm will be deployed on the specified cluster or resource pool. Note - all the hosts must have nsx fabric prepared in the specified cluster. |
string | Required |
| compute_manager_id | Vsphere compute manager identifier for identifying the vCenter server. The NSX assigned identifier for the vCenter server which registered with NSX. For details refer the API https://<nsx-mgr>/api/v1/fabric/compute-managers |
string | Required |
| datastore_id | vCenter Storage/Datastore Managed Object ID (MoID) The virtual network appliance(VNA) vm will be deployed on the specified datastore. User must ensure that storage is accessible by the specified cluster/host. |
string | Required |
| reservation_info | Resource reservation settings. Resource reservation for memory and CPU resources. |
ReservationInfo |