vcenter

vcenter
vcenter

A Vcenter for hosting vm

JSON Example
{
    "hostname": "string",
    "insecure": false,
    "is_management": false,
    "name": "string",
    "password": "string",
    "username": "string"
}
string
hostname
Required

The hostname of the vcenter.

boolean
insecure
Required

The flag to check vcenter certificate.

boolean
is_management
Required

The flag to indicate if the vCenter is management vCenter.

string
name
Optional

The name of the vcenter.

string
password
Required

The password of the vcenter, should be base64 encoded.

string
username
Required

The user of the vcenter.