ComputeCollectionTransportNodeTemplateStateList

ComputeCollectionTransportNodeTemplateStateList
ComputeCollectionTransportNodeTemplateStateList

Transport node creation state list

AllOf
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": [
        {
            "compute_collection_id": "string",
            "template_states": [
                {
                    "state": "string",
                    "node_id": "string",
                    "transport_node_id": "string"
                }
            ]
        }
    ]
}