InlineNsxManager1

InlineNsxManager1
InlineNsxManager1
JSON Example
{
    "id": "urn:vcloud:nsxtmanager:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "url": "string",
    "username": "string",
    "password": "string",
    "isDedicatedForClassicTenants": false,
    "clusterId": "string",
    "active": false
}
string
id
Optional

The identifier of the NSX Manager in URN format.

string
name
Required

The display name for the NSX Manager.

string
description
Optional

The description for the NSX Manager.

string
url
Required

The URL of the NSX Manager.

string
username
Required

The username used for connecting to and managing objects in the NSX Manager.

string
password
Optional

The password for the specified username when connecting to and managing objects in the NSX Manager.

boolean
isDedicatedForClassicTenants
Optional

Whether this NSX Manager is dedicated for legacy VRA-style tenants only and unable to participate in modern constructs such as Regions and Zones. Legacy VRA-style is deprecated and this field exists for the purpose of VRA backwards compatibility only.

string
clusterId
Optional

The cluster ID of the NSX Manager. Each NSX installation has a single cluster. This is not a Tenant Manager URN.

boolean
active
Optional

Indicates whether the NSX Manager can or cannot be used to manage networking constructs within Tenant Manager.

Used By