VimList

VimList
VimList

The list of VIM objects.

JSON Example
{
    "items": [
        {
            "vimType": "vimType",
            "hcxUUID": "hcxUUID",
            "vimUrl": "vimUrl",
            "vimId": "vimId",
            "hcxCloudUrl": "hcxCloudUrl",
            "tags": [
                {
                    "name": "{}",
                    "autoCreated": true
                },
                {
                    "name": "{}",
                    "autoCreated": true
                }
            ],
            "compatible": true,
            "vimName": "vimName",
            "tenantName": "tenantName",
            "stats": {
                "memory": {
                    "unit": "unit",
                    "available": 1,
                    "used": 6,
                    "capacity": 5
                },
                "cpu": {
                    "unit": "unit",
                    "available": 1,
                    "used": 6,
                    "capacity": 5
                },
                "storage": {
                    "unit": "unit",
                    "available": 1,
                    "used": 6,
                    "capacity": 5
                }
            },
            "audit": {
                "creationUser": "creationUser",
                "creationTimestamp": "creationTimestamp"
            },
            "tenantId": "tenantId",
            "name": "name",
            "location": {
                "country": "country",
                "city": "city",
                "latitude": "latitude",
                "cityAscii": "cityAscii",
                "longitude": "longitude"
            },
            "connection": {
                "vimConnectionStatus": "vimConnectionStatus",
                "status": "status",
                "remoteStatus": "remoteStatus"
            },
            "id": "id",
            "username": "username",
            "vnfInstancesCounts": [
                {
                    "totalSize": 0,
                    "state": "state"
                },
                {
                    "totalSize": 0,
                    "state": "state"
                }
            ]
        },
        {
            "vimType": "vimType",
            "hcxUUID": "hcxUUID",
            "vimUrl": "vimUrl",
            "vimId": "vimId",
            "hcxCloudUrl": "hcxCloudUrl",
            "tags": [
                {
                    "name": "{}",
                    "autoCreated": true
                },
                {
                    "name": "{}",
                    "autoCreated": true
                }
            ],
            "compatible": true,
            "vimName": "vimName",
            "tenantName": "tenantName",
            "stats": {
                "memory": {
                    "unit": "unit",
                    "available": 1,
                    "used": 6,
                    "capacity": 5
                },
                "cpu": {
                    "unit": "unit",
                    "available": 1,
                    "used": 6,
                    "capacity": 5
                },
                "storage": {
                    "unit": "unit",
                    "available": 1,
                    "used": 6,
                    "capacity": 5
                }
            },
            "audit": {
                "creationUser": "creationUser",
                "creationTimestamp": "creationTimestamp"
            },
            "tenantId": "tenantId",
            "name": "name",
            "location": {
                "country": "country",
                "city": "city",
                "latitude": "latitude",
                "cityAscii": "cityAscii",
                "longitude": "longitude"
            },
            "connection": {
                "vimConnectionStatus": "vimConnectionStatus",
                "status": "status",
                "remoteStatus": "remoteStatus"
            },
            "id": "id",
            "username": "username",
            "vnfInstancesCounts": [
                {
                    "totalSize": 0,
                    "state": "state"
                },
                {
                    "totalSize": 0,
                    "state": "state"
                }
            ]
        }
    ]
}
array of Vim
items
Optional

The container of the list of VIM instances.

Returned By