RegisterVimResponse

RegisterVimResponse
RegisterVimResponse
JSON Example
{
    "tenantId": "string",
    "vimName": "string",
    "tenantName": "string",
    "state": "string",
    "hcxCloudUrl": "string",
    "username": "string",
    "password": "string",
    "tags": [
        {
            "autoCreated": false
        }
    ],
    "vimType": "string",
    "vimUrl": "string",
    "hcxUUID": "string",
    "hcxTenantId": "string",
    "organization": "string",
    "enterprise": "string",
    "configuration": {
        "isolationMode": "string"
    },
    "location": {
        "city": "string",
        "country": "string",
        "cityAscii": "string",
        "latitude": "string",
        "longitude": "string"
    },
    "vimId": "string",
    "audit": {
        "creationUser": "string",
        "creationTimestamp": 0
    }
}
string
tenantId
Optional

The TCA generated identifier for the tenant associated with the VIM.

string
vimName
Optional

The user-friendly name to be given to the VIM registered in TCA.

string
tenantName
Optional

The name of tenant, who owns the VIM (or a share of the VIM, in case of multi-tenant VIM, e.g. VMware vCloud Director, VIO).

string
state
Optional

The state of the VIM registration operation.

string
hcxCloudUrl
Optional

The Control-Plane server URL, e.g. 'https://cp-server/', that manages the VIM.

string
username
Optional

The username associated with the tenants ownership in the VIM.

string
password
Optional

The password associated with the username. Mandatory if the 'username' is specified.

array of Tag
tags
Optional

A container for the list of tags to be associated with the VIM.

string
vimType
Optional

The type of VIM. Allowed values include 'VC', 'VCD', 'VIO', 'KUBERNETES', 'VMC', 'AZURE', 'GOOGLECLOUD', 'IBMCLOUD'. The 'VC' stands for VMware vCenter™; 'VCD' for VMware vCloud-Director™, and 'VIO' for VMware-Integrated-Openstack™.

string
vimUrl
Optional

The URL to externally access the VIM. This corresponds to the API-service URL in case of Kubernetes VIM.

string
hcxUUID
Optional

An internal Unique identifier of the VIM, managed by the TCA Control-Plane.

string
hcxTenantId
Optional

An internal Unique identifier of the tenant, managed by the TCA Control-Plane.

string
organization
Optional

The tenancy name of the tenant, managed internally by the VIM.

string
enterprise
Optional

The tenancy enterprise (if any) of the tenant, managed internally by the VIM.

object
configuration
Optional

Describes the automation mode configuration of the VIM.

object
location
Optional

Describes the geographical location of the VIM (or its component, managed by the tenant).

string
vimId
Optional

The unique identifier to be used for referencing the VIM when using other APIs or Operations.

object
audit
Optional

The user details to log in the Audit-Trails.