nsxv_backend
nsxv_backend
A NSXVBackend represents OpenStack neutron nsxv information
JSON Example
{
"cluster_moid": "string",
"datacenter_moid": "string",
"datastore_id": "string",
"dvs_id": "string",
"external_network": "string",
"insecure": false,
"nsx_api_managers": "string",
"nsx_api_password": "string",
"nsx_api_user": "string",
"resource_pool_id": "string",
"vdn_scope_id": "string"
}
string
cluster_moid
Required
The ClusterMOID.
string
datacenter_moid
Required
The DatacenterMOID.
string
datastore_id
Required
The DatastoreID.
string
dvs_id
Required
The DVSID.
string
external_network
Required
The ExternalNetwork.
boolean
insecure
Required
The insecure flag for communicate with nsx api server.
string
nsx_api_managers
Required
The server name for nsx api.
string
nsx_api_password
Required
The password for api user, should be base64 encoded.
string
nsx_api_user
Required
The user name for nsx api.
string
resource_pool_id
Required
The ResourcePoolID.
string
vdn_scope_id
Required
The VDNScopeID.