DiscoveredNode

DiscoveredNode
DiscoveredNode
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"
        }
    ],
    "boot_bank_volume_details": [
        {
            "capacity": "string",
            "name": "string",
            "type": "string"
        }
    ],
    "certificate": "string",
    "cm_local_id": "string",
    "external_id": "string",
    "hardware_id": "string",
    "ip_addresses": [
        "string"
    ],
    "node_type": "string",
    "origin_id": "string",
    "origin_properties": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "os_type": "string",
    "os_version": "string",
    "owner_nsx": "string",
    "parent_compute_collection": "string",
    "patch_level": "string",
    "pnic_details": [
        {
            "device": "string",
            "dpu_id": "string"
        }
    ],
    "stateless": false
}