PreconfiguredHostSwitchSpec

PreconfiguredHostSwitchSpec
PreconfiguredHostSwitchSpec

Preconfigured host switch specification is used for manually configured transport node. It is user's responsibility to ensure correct configuration is provided to NSX. This type is only valid for supported KVM fabric nodes.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "host_switches": [
        {
            "endpoints": [
                {
                    "device_name": "string"
                }
            ],
            "host_switch_id": "string",
            "transport_zone_endpoints": [
                {
                    "transport_zone_id": "string",
                    "transport_zone_profile_ids": [
                        {
                            "profile_id": "string",
                            "resource_type": "string"
                        }
                    ]
                }
            ]
        }
    ]
}