@@ -313,16 +313,16 @@ if __name__ == "__main__":
313
313
priv_router_id = 1884234
314
314
315
315
"""
316
- Step 5, To order a hardware server by backend/frontend vlanId use the below option .
316
+ Step 5, To order a bare metal server by backend/frontend vlan .
317
317
318
- Remove the comment symbol '#' below to order a hardware server.
318
+ Remove the comment symbol '#' below to order a bare metal server.
319
319
"""
320
320
# main.main(package_id, location_id, pub_vlan_id, priv_vlan_id, "vlan")
321
321
322
322
"""
323
- Step 6, To order a hardware server by backend/frontend routerId use the below option .
323
+ Step 6, To order a bare metal server by backend/frontend router .
324
324
325
- Remove the comment symbol '#' below to order a hardware server.
325
+ Remove the comment symbol '#' below to order a bare metal server.
326
326
"""
327
327
# main.main(package_id, location_id, pub_router_id, priv_router_id, "router")
328
328
@@ -651,17 +651,17 @@ if __name__ == "__main__":
651
651
priv_router_id = 1881234
652
652
653
653
"""
654
- Step 6, To order a hardware server by backend/frontend vlanId use the below option .
654
+ Step 6, To order a virtual server by backend/frontend vlan .
655
655
656
- Remove the comment symbol '#' below to order a hardware server.
656
+ Remove the comment symbol '#' below to order a virtual server.
657
657
"""
658
658
659
659
# main.main(package_id, location_id, pub_vlan_id, priv_vlan_id, preset_id, "vlan")
660
660
661
661
"""
662
- Step 7, To order a hardware server by backend/frontend routerId use the below option .
662
+ Step 7, To order a virtual server by backend/frontend router .
663
663
664
- Remove the comment symbol '#' below to order a hardware server.
664
+ Remove the comment symbol '#' below to order a virtual server.
665
665
"""
666
666
667
667
# main.main(package_id, location_id, pub_router_id, priv_router_id, preset_id, "router")
0 commit comments