NSX-T Data Center REST API
MigrateGatewayWorkflowSpec (type)
{ "additionalProperties": false, "description": "Migrate default gateway workflow spec", "extends": { "$ref": "WorkflowSpec }, "id": "MigrateGatewayWorkflowSpec", "module_id": "OverlayAdoption", "polymorphic-type-descriptor": { "type-identifier": "MigrateGatewayWorkflowSpec" }, "properties": { "advertise_subnet_to_tier0": { "default": true, "description": "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\".", "readonly": false, "required": false, "title": "Advertise subnet flag", "type": "boolean" }, "ipv4_gateway": { "description": "Gateway IPv4 address in CIDR format.", "format": "ipv4-cidr-block", "readonly": false, "required": false, "title": "IPv4 gateway", "type": "string" }, "ipv6_gateway": { "description": "Gateway IPv6 address in CIDR format.", "format": "ipv6-cidr-block", "readonly": false, "required": false, "title": "IPv6 gateway", "type": "string" }, "ndra_profile_path": { "description": "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.", "readonly": false, "required": false, "title": "NDRA profile path", "type": "string" }, "segment_path": { "description": "Path of the segment which will connect to a Tier-1 router as the default gateway", "readonly": false, "required": true, "title": "Segment path", "type": "string" }, "tier1_path": { "description": "Path of Tier-1 router to which the segment specified by property \"segment_path\" will connect as default gateway.", "readonly": false, "required": true, "title": "Tier-1 router path", "type": "string" }, "type": { "$ref": "WorkflowSpecType, "description": "Workflow spec type.", "readonly": false, "required": true, "title": "Workflow spec type" } }, "title": "Migrate default gateway workflow spec", "type": "object" }