UplinkHostSwitchProfile

UplinkHostSwitchProfile
UplinkHostSwitchProfile

Profile for uplink policies

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "required_capabilities": [
        "string"
    ],
    "lags": [
        {
            "id": "string",
            "load_balance_algorithm": "string",
            "mode": "string",
            "name": "string",
            "number_of_uplinks": 0,
            "timeout_type": "string",
            "uplinks": [
                {
                    "uplink_info": "string",
                    "uplink_name": "string",
                    "uplink_type": "string"
                }
            ]
        }
    ],
    "mtu": 0,
    "named_teamings": [
        {
            "active_list": [
                {
                    "uplink_info": "string",
                    "uplink_name": "string",
                    "uplink_type": "string"
                }
            ],
            "policy": "string",
            "rolling_order": false,
            "standby_list": [
                {
                    "uplink_info": "string",
                    "uplink_name": "string",
                    "uplink_type": "string"
                }
            ],
            "name": "string"
        }
    ],
    "overlay_encap": "string",
    "teaming": {
        "active_list": [
            {
                "uplink_info": "string",
                "uplink_name": "string",
                "uplink_type": "string"
            }
        ],
        "policy": "string",
        "rolling_order": false,
        "standby_list": [
            {
                "uplink_info": "string",
                "uplink_name": "string",
                "uplink_type": "string"
            }
        ]
    },
    "transport_vlan": 0
}