Tenant

Tenant
Tenant

A tenant that owns a share in the VIM that supports multi-tenancy. Each VIM has at least one Tenant.

JSON Example
{
    "cloud_owner": "string",
    "cloud_region_id": "string",
    "vimId": "string",
    "vimName": "string",
    "tenants": [
        {
            "tenantId": "string",
            "vimName": "string",
            "tenantName": "string",
            "hcxUUID": "string",
            "hcxCloudUrl": "string",
            "username": "string",
            "tags": [
                {
                    "autoCreated": false
                }
            ],
            "vimType": "string",
            "vimUrl": "string",
            "location": {
                "city": "string",
                "country": "string",
                "cityAscii": "string",
                "latitude": "string",
                "longitude": "string"
            },
            "vimId": "string",
            "audit": {
                "creationUser": "string",
                "creationTimestamp": "string"
            },
            "connection": {
                "status": "string",
                "remoteStatus": "string",
                "vimConnectionStatus": "string"
            },
            "compatible": false,
            "vnfInstancesCounts": [
                {
                    "totalSize": 0,
                    "state": "string"
                }
            ],
            "stats": {
                "cpu": {
                    "used": 0,
                    "available": 0,
                    "unit": "string",
                    "capacity": 0
                },
                "memory": {
                    "used": 0,
                    "available": 0,
                    "unit": "string",
                    "capacity": 0
                },
                "storage": {
                    "used": 0,
                    "available": 0,
                    "unit": "string",
                    "capacity": 0
                }
            },
            "id": "string",
            "name": "string"
        }
    ]
}
string
cloud_owner
Optional

TBD

string
cloud_region_id
Optional

TBD

string
vimId
Optional

The identifier for the VIM.

string
vimName
Optional

The name of the VIM instance.

array of Vim
tenants
Optional

The container of the list of VIM instances.

Returned By