VmToolsInfo

VmToolsInfo
VmToolsInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_last_sync_time": 0,
    "description": "string",
    "display_name": "string",
    "resource_type": "string",
    "scope": [
        {
            "scope_id": "string",
            "scope_type": "string"
        }
    ],
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "external_id": "string",
    "file_agent_version": "string",
    "host_local_id": "string",
    "network_agent_version": "string",
    "source": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "svmStatus": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "_last_sync_time": 0,
            "description": "string",
            "display_name": "string",
            "resource_type": "string",
            "scope": [
                {
                    "scope_id": "string",
                    "scope_type": "string"
                }
            ],
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "connectivity_status": false,
            "service_name": "string",
            "solution_id": "string"
        }
    ],
    "svm_connectivity": false,
    "tools_version": "string",
    "vm_type": "string"
}