Contents
getaddress
getaddress Get a reserved IP address.
Usage: gcutil [--global_flags] getaddress
[--command_flags] <address-name>
Flags for getaddress:
gcutil_lib.address_cmds:
--region: [Required] The region for this request.
gflags:
--flagfile: Insert flag definitions from the given file into the command line.
(default: '')
--undefok: comma-separated list of flag names that it is okay to specify on
the command line even if the program does not define a flag with that name.
IMPORTANT: flags in this list that have arguments MUST use the --flag=value
format.
(default: '')
listaddresses
listaddresses List the IP addresses for a project.
Usage: gcutil [--global_flags] listaddresses
[--command_flags]
Flags for listaddresses:
gcutil_lib.address_cmds:
--region: [Required] The region for this request.
gcutil_lib.command_base:
--columns: A comma-separated list of the desired columns to display. If 'all'
is specified, then all possible columns will be included. Valid columns are
<all|name|description|region|status|ip>.
(a comma separated list)
--[no]fetch_all_pages: Deprecated flag.
(default: 'true')
--filter: Filter expression for filtering listed resources. See gcutil
documentation for syntax of the filter expression here:
http://developers.google.com/compute/docs/gcutil/tips#filtering
--max_results: Maximum number of items to list [Default is to fetch all].
(a positive integer)
gcutil_lib.gcutil_flags:
--sort_by: <name|-name|region|-region|status|-status|ip|-ip>: Sort output
results by the given field name. Field names starting with a "-" will lead
to a descending order.
gflags:
--flagfile: Insert flag definitions from the given file into the command line.
(default: '')
--undefok: comma-separated list of flag names that it is okay to specify on
the command line even if the program does not define a flag with that name.
IMPORTANT: flags in this list that have arguments MUST use the --flag=value
format.
(default: '')
releaseaddress
releaseaddress Release one or more reserved IP addresses.
If multiple address names are specified, the
addresses will be released in parallel.
Usage: gcutil [--global_flags] releaseaddress
[--command_flags] <address-name-1> ...
<address-name-n>
Flags for releaseaddress:
gcutil_lib.address_cmds:
--region: [Required] The region for this request.
gcutil_lib.command_base:
-f,--[no]force: Override the "Release address" prompt
(default: 'false')
gflags:
--flagfile: Insert flag definitions from the given file into the command line.
(default: '')
--undefok: comma-separated list of flag names that it is okay to specify on
the command line even if the program does not define a flag with that name.
IMPORTANT: flags in this list that have arguments MUST use the --flag=value
format.
(default: '')
reserveaddress
reserveaddress Reserve a new IP address.
Usage: gcutil [--global_flags] reserveaddress
[--command_flags] <address-name>
Flags for reserveaddress:
gcutil_lib.address_cmds:
--description: An optional description for this address.
(default: '')
--region: [Required] The region for this request.
--source_address: If promoting an in-use ephemeral IP address, specify that
address here.
--[no]wait_until_complete: Specifies that gcutil should wait until the address
is successfully reserved before returning
(default: 'false')
gflags:
--flagfile: Insert flag definitions from the given file into the command line.
(default: '')
--undefok: comma-separated list of flag names that it is okay to specify on
the command line even if the program does not define a flag with that name.
IMPORTANT: flags in this list that have arguments MUST use the --flag=value
format.
(default: '')