ExtendDvpgWorkflowSpec

ExtendDvpgWorkflowSpec
ExtendDvpgWorkflowSpec

Extend DVPG workflow spec.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "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"
}