ClusterNodeVMDeploymentRequestList

ClusterNodeVMDeploymentRequestList
ClusterNodeVMDeploymentRequestList

List of ClusterNodeVMDeploymentRequests

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "results": [
        {
            "deployment_config": {
                "placement_type": "string"
            },
            "vm_id": "string",
            "user_settings": {
                "cli_username": "string",
                "audit_username": "string",
                "root_password": "string",
                "cli_password": "string",
                "audit_password": "string"
            },
            "roles": [
                "string"
            ],
            "form_factor": "string"
        }
    ]
}