DvpgMappingInfo

DvpgMappingInfo
DvpgMappingInfo

Mapping info for a DVPG to which an overlay segment has been bridged.

JSON Example
{
    "bridge_profile_path": "string",
    "bridging_mode": "string",
    "dvpg_id": "string",
    "dvpg_name": "string",
    "ipv4_subnet": "string",
    "ipv6_subnet": "string",
    "vlan_id": "string"
}
string
bridge_profile_path
Optional

Policy path of the L2 bridge profile that has been used for bridging the segment and DVPG

string
bridging_mode
Optional

Bridging mode.

string
dvpg_id
Optional

DVPG ID to which the overlay segment has been bridged.

string
dvpg_name
Optional

DVPG name.

string
ipv4_subnet
Optional

IPv4 subnet of some/all vNICs connected to the DVPG. This value would have been provided when extend DVPG workflow was performed.

string
ipv6_subnet
Optional

IPv6 subnet of some/all vNICs connected to the DVPG. This value would have been provided when extend DVPG workflow was performed.

string
vlan_id
Optional

VLAN ID of the DVPG that has been bridged to overlay segment.