VRSLCM

VRSLCM
VRSLCM
AllOf
This class requires all of the following:
JSON Example
{
    "host": "string",
    "port": 0,
    "user": "string",
    "active": false,
    "metered": false,
    "id": 0,
    "lastChanged": 0,
    "status": {
        "code": "string",
        "lastChanged": 0,
        "text": "string"
    },
    "environments": [
        {
            "name": "string",
            "id": "string",
            "status": "string",
            "datacenter": {
                "datacenterId": "string",
                "datacenterName": "string"
            },
            "products": [
                {
                    "productId": 0,
                    "host": "string",
                    "ip": "string",
                    "port": 0,
                    "productType": "string",
                    "registered": false,
                    "version": "string",
                    "sslCertificateFingerprint": "string"
                }
            ]
        }
    ],
    "productType": "string"
}