InlineLogicalPort1

InlineLogicalPort1
InlineLogicalPort1
JSON Example
{
    "logical_switch_id": "string",
    "init_state": "string",
    "switching_profile_ids": [
        {
            "value": "string",
            "key": "string"
        }
    ],
    "attachment": {
        "attachment_type": "string",
        "context": {
            "allocate_addresses": "string",
            "resource_type": "string"
        },
        "id": "string"
    },
    "admin_state": "string",
    "extra_configs": [
        {
            "config_pair": {
                "value": "string",
                "key": "string"
            }
        }
    ],
    "address_bindings": [
        {
            "vlan": 0,
            "ip_address": "string",
            "mac_address": "string"
        }
    ]
}
string
logical_switch_id
Required

Id of the Logical switch that this port belongs to.

string
init_state
Optional

Set initial state when a new logical port is created. 'UNBLOCKED_VLAN' means new port will be unblocked on traffic in creation, also VLAN will be set with corresponding logical switch setting.

switching_profile_ids
Optional

switching_profile_ids

attachment
Optional

attachment

string
admin_state
Required

Represents Desired state of the logical port

Possible values are : UP, DOWN,
extra_configs
Optional

This property could be used for vendor specific configuration in key value string pairs. Logical port setting will override logical switch setting if the same key was set on both logical switch and logical port.

address_bindings
Optional

Address bindings for logical port