Contents
getregion
getregion Get a region.
Usage: gcutil [--global_flags] getregion
[--command_flags] <region-name>
listregions
listregions List the regions for a project.
Usage: gcutil [--global_flags] listregions
[--command_flags]
Flags for listregions:
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|status|deprecation|cpus|disks-total-gb|in-use-addresse
s|static-addresses>.
(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|status|-status|cpus|-cpus|disks-total-gb|-disks-total-g
b|static-addresses|-static-addresses>: 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: '')