nsx
nsx
A Nsx for networking
JSON Example
{
"hostname": "string",
"insecure": false,
"kind": "string",
"name": "string",
"password": "string",
"username": "string"
}
string
hostname
Required
The hostname of the nsx.
boolean
insecure
Required
The flag to check nsx certificate.
string
kind
Required
The kind of the nsx, could be nsxv|nsxt|nsxp|nsx-tvd.
string
name
Required
The name of the nsx.
string
password
Required
The password of the nsx, should be base64 encoded.
string
username
Required
The user of the nsx.