InlineExtendDvpgWorkflowSpec1

InlineExtendDvpgWorkflowSpec1
InlineExtendDvpgWorkflowSpec1
JSON Example
{
    "bridge_profile_path": "string",
    "bridging_mode": "string",
    "dhcpv4_server_ips": [
        "string"
    ],
    "dhcpv6_server_ips": [
        "string"
    ],
    "dvpg_id": "string",
    "ip_subnets": {
        "subnets": [
            "string"
        ]
    },
    "overlay_transport_zone_path": "string",
    "project_id": "string",
    "segment_name_for_auto_creation": "string",
    "segment_path": "string",
    "uplink_teaming_policy_name": "string",
    "vlan_transport_zone_path": "string"
}
string
bridge_profile_path
Optional

Policy path to L2 Bridge profile. Same bridge profile can be configured on different segments. Each bridge profile on a segment must be unique. It is required if bridge mode is chosen as EDGE_BRIDGE.

string
bridging_mode
Optional
Constraints: default: EDGE_BRIDGE

Bridging mode.

array of string
dhcpv4_server_ips
Optional

IPs of DHCPv4 servers used by VMs connected to the DVPG in the subnet.

array of string
dhcpv6_server_ips
Optional

IPs of DHCPv6 servers used by VMs connected to the DVPG in the subnet.

string
dvpg_id
Required

DVPG ID.

ip_subnets
Required

IP subnets of a segment, one IPv4 subnet or one IPv6 subnet for single IP-stack, an IPv4 subnet and an IPv6 subnet for dual IP-stack.

string
overlay_transport_zone_path
Optional

The path of overlay transport zone in which the segment will be auto created. The default overlay-TZ will be used if it is not provided.

string
project_id
Optional

Project ID.

string
segment_name_for_auto_creation
Optional

The segment name with which to auto create a segment for bridging the DVPG. Do not set this property if an existing segment will be used to bridge the DVPG. Only one of this property or the "segment_path" property must be set.

string
segment_path
Optional

The path of an existing segment to bridge the DVPG. Do not set this property if a new segment will be created to bridge the DVPG. Only one of this property or the "segment_name_for_auto_creation" property must be set.

string
uplink_teaming_policy_name
Optional

The name of switching uplink teaming policy for bridge endpoint. This name corresponds to one of the switching uplink teaming policy names listed in the VLAN transport zone specified by the property "vlan_transport_zone_path".

string
vlan_transport_zone_path
Optional

The path of VLAN transport zone that represents the underlay L2 domain in which the DVPGs will be bridged to overlay segments. An unique VLAN transport zone should be assigned to each underlay L2 domain when needed for bridging. If two VLANs in two underlay L2 domains are combined together as one L2 broadcast-domain by certain L2 extension, the two underlay L2 domains still should have two different VLAN transport zones assigned to them. If it is not given when the 'bridging_mode' is EDGE_BRIDGE, the VLAN transport zone path in the config spec of the edge node(s) in the bridge profile of 'bridge_profile_path' will be used, or an error will be thrown if a unique VLAN transport zone path cannot be found in the spec of the edge node(s).