InlineTransportNode1

InlineTransportNode1
InlineTransportNode1
JSON Example
{
    "host_switches": [
        {
            "pnics": [
                {
                    "uplink_name": "string",
                    "device_name": "string"
                }
            ],
            "host_switch_name": "string",
            "static_ip_pool_id": "string",
            "host_switch_profile_ids": [
                {
                    "value": "string",
                    "key": "string"
                }
            ]
        }
    ],
    "host_switch_spec": {
        "resource_type": "string"
    },
    "node_id": "string",
    "maintenance_mode": "string",
    "transport_zone_endpoints": [
        {
            "transport_zone_id": "string",
            "transport_zone_profile_ids": [
                {
                    "profile_id": "string",
                    "resource_type": "string"
                }
            ]
        }
    ]
}
array of HostSwitch
host_switches
Optional

This property is deprecated in favor of 'host_switch_spec'. Property 'host_switches' can only be used for NSX managed transport nodes. 'host_switch_spec' can be used for both NSX managed or manually preconfigured host switches.

host_switch_spec
Optional

host_switch_spec

string
node_id
Required

Unique Id of the fabric node

string
maintenance_mode
Optional

The property is read-only, used for querying result. User could update transport node maintenance mode by UpdateTransportNodeMaintenanceMode call.

Possible values are : ENABLED, FORCE_ENABLED, DISABLED,
transport_zone_endpoints
Optional

Transport zone endpoints.