LicenseServerDetails

LicenseServerDetails
LicenseServerDetails
AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "name": "string",
    "status": "string",
    "product_version": "string",
    "registration_date": "string",
    "last_usage_reported": "string",
    "next_usage_required": "string",
    "vcf_ops": {
        "name": "string",
        "id": "string"
    },
    "licenses": [
        {
            "id": "string",
            "name": "string"
        }
    ]
}