PageOfNsxTCluster
                                PageOfNsxTCluster                            
                            Represents a page of elements of a single type
JSON Example
                                    {
    "elements": [
        {
            "domains": [
                {
                    "id": "string",
                    "name": "string"
                }
            ],
            "id": "string",
            "isShareable": false,
            "isShared": false,
            "isVlcmCompatible": false,
            "nodes": [
                {
                    "fqdn": "string",
                    "id": "string",
                    "ipAddress": "string",
                    "name": "string"
                }
            ],
            "status": "One among: INITIALIZING, STABLE, DEGRADED, UNSTABLE, UNAVAILABLE, UNIDENTIFIED, UNDEFINED",
            "version": "string",
            "vip": "string",
            "vipFqdn": "string"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}