LogicalRouterDownLinkPort

LogicalRouterDownLinkPort
LogicalRouterDownLinkPort
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"
            }
        }
    ],
    "enable_multicast": false,
    "linked_logical_switch_port_id": {
        "is_valid": false,
        "target_display_name": "string",
        "target_id": "string",
        "target_type": "string"
    },
    "mac_address": "string",
    "ndra_prefix_config": [
        {
            "network_prefix": "string",
            "prefix_preferred_time": 0,
            "prefix_valid_time": 0
        }
    ],
    "ndra_profile_id": "string",
    "routing_policies": [
        {
            "next_hop_prefix_lists_mappings": [
                {
                    "next_hop": "string",
                    "prefix_lists": [
                        "string"
                    ]
                }
            ],
            "routing_policy_type": "string"
        }
    ],
    "subnets": [
        {
            "ip_addresses": [
                "string"
            ],
            "prefix_length": 0
        }
    ],
    "urpf_mode": "string"
}