github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/alb/CreateALB/README.md (about) 1 # CreateALB example 2 3 This example shows how to create a new an ALB. 4 5 Example: 6 7 ``` 8 go run main.go -type type -vlanID vlanid -zone z -region us-south -clusterNameOrID mycluster -enable 9 ```