InlineMigrateGatewayWorkflowSpec1

InlineMigrateGatewayWorkflowSpec1
InlineMigrateGatewayWorkflowSpec1
JSON Example
{
    "advertise_subnet_to_tier0": false,
    "ipv4_gateway": "string",
    "ipv6_gateway": "string",
    "ndra_profile_path": "string",
    "segment_path": "string",
    "tier1_path": "string"
}
boolean
advertise_subnet_to_tier0
Optional
Constraints: default: true

If this flag is true, the segment's subnets will be advertised to the Tier-0 router connected by the Tier-1 router specified by the property "tier1_path".

string As ipv4-cidr-block As ipv4-cidr-block
ipv4_gateway
Optional

Gateway IPv4 address in CIDR format.

string As ipv6-cidr-block As ipv6-cidr-block
ipv6_gateway
Optional

Gateway IPv6 address in CIDR format.

string
ndra_profile_path
Optional

Policy path of Neighbor Discovery Router Advertisement (NDRA) profile. This profile will be applied to the downlink logical router port created in the Tier-1 router specified by the property "tier1_path". If this field is empty, the NDRA profile of the Tier-1 router will be applied. This profile must match the NDRA profile in the underlay router to which the DVPG VLAN is connected.

string
segment_path
Required

Path of the segment which will connect to a Tier-1 router as the default gateway

string
tier1_path
Required

Path of Tier-1 router to which the segment specified by property "segment_path" will connect as default gateway.