You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add command to list, remove, create IP -4 and -6 addresses. Add a way to assign them to servers.
Maybe something like
gscloud ip ls # lists all
gscloud ip ls -4 # lists only IPv4
gscloud ip ls -6 # lists only IPv6
gscloud ip rm <id> # delete by ID or
gscloud ip rm <address> # delete by address
gscloud ip create --reverse-dns=example.com --assign-to=<server id> # will pull a IPv4 from pool
gscloud ip create -6 --reverse-dns=example.com --assign-to=<server id> # same with IPv6
# supporting additional flags like
--name=Example
--failover=yes
The text was updated successfully, but these errors were encountered:
Add command to list, remove, create IP -4 and -6 addresses. Add a way to assign them to servers.
Maybe something like
The text was updated successfully, but these errors were encountered: