@@ -313,16 +313,16 @@ if __name__ == "__main__":
313313 priv_router_id = 1884234
314314
315315 """
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 .
317317
318- Remove the comment symbol '#' below to order a hardware server.
318+ Remove the comment symbol '#' below to order a bare metal server.
319319 """
320320 # main.main(package_id, location_id, pub_vlan_id, priv_vlan_id, "vlan")
321321
322322 """
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 .
324324
325- Remove the comment symbol '#' below to order a hardware server.
325+ Remove the comment symbol '#' below to order a bare metal server.
326326 """
327327 # main.main(package_id, location_id, pub_router_id, priv_router_id, "router")
328328
@@ -651,17 +651,17 @@ if __name__ == "__main__":
651651 priv_router_id = 1881234
652652
653653 """
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 .
655655
656- Remove the comment symbol '#' below to order a hardware server.
656+ Remove the comment symbol '#' below to order a virtual server.
657657 """
658658
659659 # main.main(package_id, location_id, pub_vlan_id, priv_vlan_id, preset_id, "vlan")
660660
661661 """
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 .
663663
664- Remove the comment symbol '#' below to order a hardware server.
664+ Remove the comment symbol '#' below to order a virtual server.
665665 """
666666
667667 # main.main(package_id, location_id, pub_router_id, priv_router_id, preset_id, "router")
0 commit comments