LogicalRouterUpLinkPort

LogicalRouterUpLinkPort
LogicalRouterUpLinkPort
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"
        }
    ],
    "logical_router_id": "string",
    "service_bindings": [
        {
            "service_id": {
                "is_valid": false,
                "target_display_name": "string",
                "target_id": "string",
                "target_type": "string"
            }
        }
    ],
    "edge_cluster_member_index": [
        0
    ],
    "igmp_config": {
        "igmp_local_join_groups": [
            "string"
        ]
    },
    "linked_logical_switch_port_id": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "mac_address": "string",
    "mtu": 0,
    "ndra_prefix_config": [
        {
            "network_prefix": "string",
            "prefix_preferred_time": 0,
            "prefix_valid_time": 0
        }
    ],
    "ndra_profile_id": "string",
    "pim_config": {
        "enabled": false,
        "hello_interval": 0,
        "hold_interval": 0
    },
    "subnets": [
        {
            "ip_addresses": [
                "string"
            ],
            "prefix_length": 0
        }
    ],
    "urpf_mode": "string"
}