Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic support for IP addresses #78

Closed
bkircher opened this issue Sep 15, 2020 · 1 comment
Closed

Add basic support for IP addresses #78

bkircher opened this issue Sep 15, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@bkircher
Copy link
Contributor

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
@bkircher bkircher added the enhancement New feature or request label Sep 15, 2020
@bkircher bkircher added this to the v0.5.0 milestone Sep 15, 2020
bkircher added a commit that referenced this issue Oct 11, 2020
bkircher added a commit that referenced this issue Oct 11, 2020
bkircher added a commit that referenced this issue Oct 13, 2020
@bkircher
Copy link
Contributor Author

Done with 3409fd4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant