mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
104
gcloud/vmware/private-clouds/management-dns-zone-bindings/create
Normal file
104
gcloud/vmware/private-clouds/management-dns-zone-bindings/create
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings create - create a
|
||||
management DNS zone binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings create
|
||||
(MANAGEMENT_DNS_ZONE_BINDING
|
||||
: --location=LOCATION --private-cloud=PRIVATE_CLOUD)
|
||||
(--vmware-engine-network=VMWARE_ENGINE_NETWORK
|
||||
| --vpc-network=VPC_NETWORK) [--async] [--description=DESCRIPTION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a management DNS zone binding.
|
||||
|
||||
EXAMPLES
|
||||
To create a management DNS zone binding called my-mgmt-dns-zone-binding
|
||||
that corresponds to the vmware engine network sample-vmware-engine-network
|
||||
in private cloud my-private-cloud, in location us-east2-b, run:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings create \
|
||||
my-mgmt-dns-zone-binding --project=my-project \
|
||||
--private-cloud=my-private-cloud --location=us-east2-b \
|
||||
--vmware-engine-network=sample-vmware-engine-network
|
||||
|
||||
Or:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings create \
|
||||
my-mgmt-dns-zone-binding --private-cloud=my-private-cloud \
|
||||
--vmware-engine-network=sample-vmware-engine-network
|
||||
|
||||
In the second example, the project and location are taken from gcloud
|
||||
properties core/project and compute/zone respectively.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Management DNS zone binding resource - management_dns_zone_binding. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument management_dns_zone_binding on the command line
|
||||
with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
MANAGEMENT_DNS_ZONE_BINDING
|
||||
ID of the management DNS zone binding or fully qualified identifier
|
||||
for the management DNS zone binding.
|
||||
|
||||
To set the management-dns-zone-binding attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the private cloud or cluster.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property compute/zone.
|
||||
|
||||
--private-cloud=PRIVATE_CLOUD
|
||||
VMware Engine private cloud.
|
||||
|
||||
To set the private-cloud attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --private-cloud on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--vmware-engine-network=VMWARE_ENGINE_NETWORK
|
||||
Resource name of VMware Engine network to bind to the management DNS
|
||||
zone of the private cloud.
|
||||
|
||||
--vpc-network=VPC_NETWORK
|
||||
Resource name of the Google Cloud VPC network to bind to the
|
||||
management DNS zone of the private cloud.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Text describing the binding resource that represents the network
|
||||
getting bound to the management DNS zone.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -0,0 +1,84 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings delete - delete a
|
||||
management DNS zone binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings delete
|
||||
(MANAGEMENT_DNS_ZONE_BINDING
|
||||
: --location=LOCATION --private-cloud=PRIVATE_CLOUD) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete a management DNS zone binding.
|
||||
|
||||
EXAMPLES
|
||||
To delete a management DNS zone binding called my-mgmt-dns-zone-binding in
|
||||
private cloud my-private-cloud, in location us-east2-b, run:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings delete \
|
||||
my-mgmt-dns-zone-binding --project=my-project \
|
||||
--private-cloud=my-private-cloud --location=us-east2-b
|
||||
|
||||
Or:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings delete \
|
||||
my-mgmt-dns-zone-binding --private-cloud=my-private-cloud
|
||||
|
||||
In the second example, the project and location are taken from gcloud
|
||||
properties core/project and compute/zone respectively.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Management DNS zone binding resource - management_dns_zone_binding. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument management_dns_zone_binding on the command line
|
||||
with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
MANAGEMENT_DNS_ZONE_BINDING
|
||||
ID of the management DNS zone binding or fully qualified identifier
|
||||
for the management DNS zone binding.
|
||||
|
||||
To set the management-dns-zone-binding attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the private cloud or cluster.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property compute/zone.
|
||||
|
||||
--private-cloud=PRIVATE_CLOUD
|
||||
VMware Engine private cloud.
|
||||
|
||||
To set the private-cloud attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --private-cloud on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -0,0 +1,81 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings describe -
|
||||
describe a management DNS zone binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings describe
|
||||
(MANAGEMENT_DNS_ZONE_BINDING
|
||||
: --location=LOCATION --private-cloud=PRIVATE_CLOUD)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a management DNS zone binding.
|
||||
|
||||
EXAMPLES
|
||||
To get a description of a management DNS zone binding called
|
||||
my-mgmt-dns-zone-binding that corresponds to the vmware engine network
|
||||
sample-vmware-engine-network in private cloud my-private-cloud, in location
|
||||
us-east2-b, run:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings \
|
||||
describe my-mgmt-dns-zone-binding --project=my-project \
|
||||
--private-cloud=my-private-cloud --location=us-east2-b
|
||||
|
||||
Or:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings \
|
||||
describe my-mgmt-dns-zone-binding \
|
||||
--private-cloud=my-private-cloud
|
||||
|
||||
In the second example, the project and location are taken from gcloud
|
||||
properties core/project and compute/zone respectively.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Management DNS zone binding resource - management_dns_zone_binding. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument management_dns_zone_binding on the command line
|
||||
with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
MANAGEMENT_DNS_ZONE_BINDING
|
||||
ID of the management DNS zone binding or fully qualified identifier
|
||||
for the management DNS zone binding.
|
||||
|
||||
To set the management-dns-zone-binding attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the private cloud or cluster.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property compute/zone.
|
||||
|
||||
--private-cloud=PRIVATE_CLOUD
|
||||
VMware Engine private cloud.
|
||||
|
||||
To set the private-cloud attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --private-cloud on the command line.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings - manage
|
||||
Management DNS zone bindings in Google Cloud VMware Engine
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Management DNS zone bindings in Google Cloud VMware Engine.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create a management DNS zone binding.
|
||||
|
||||
delete
|
||||
Delete a management DNS zone binding.
|
||||
|
||||
describe
|
||||
Describe a management DNS zone binding.
|
||||
|
||||
list
|
||||
List management DNS zone bindings in a VMware Engine private cloud.
|
||||
|
||||
repair
|
||||
Repair a management DNS zone binding.
|
||||
|
||||
update
|
||||
Update a management DNS zone binding.
|
||||
|
|
@ -0,0 +1,92 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings list - list
|
||||
management DNS zone bindings in a VMware Engine private cloud
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings list
|
||||
(--private-cloud=PRIVATE_CLOUD : --location=LOCATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List management DNS zone bindings in a VMware Engine private cloud.
|
||||
|
||||
EXAMPLES
|
||||
To list management DNS zone bindings in the my-private-cloud private cloud,
|
||||
run:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings list \
|
||||
--private-cloud=my-private-cloud --project=my-project \
|
||||
--location=us-east2-b
|
||||
|
||||
REQUIRED FLAGS
|
||||
Private cloud resource - private_cloud. The arguments in this group can be
|
||||
used to specify the attributes of this resource. (NOTE) Some attributes
|
||||
are not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument --private-cloud on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--private-cloud=PRIVATE_CLOUD
|
||||
ID of the private cloud or fully qualified identifier for the private
|
||||
cloud.
|
||||
|
||||
To set the private-cloud attribute:
|
||||
▸ provide the argument --private-cloud on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the private cloud or cluster.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --private-cloud on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property compute/zone.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -0,0 +1,85 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings repair - repair a
|
||||
management DNS zone binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings repair
|
||||
(MANAGEMENT_DNS_ZONE_BINDING
|
||||
: --location=LOCATION --private-cloud=PRIVATE_CLOUD) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Repair a management DNS zone binding.
|
||||
|
||||
EXAMPLES
|
||||
To repair a management DNS zone binding called my-mgmt-dns-zone-binding in
|
||||
private cloud my-private-cloud, in project my-project, in location
|
||||
us-east2-b, run:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings repair \
|
||||
my-mgmt-dns-zone-binding --project=my-project \
|
||||
--private-cloud=my-private-cloud --location=us-east2-b
|
||||
|
||||
Or:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings repair \
|
||||
my-mgmt-dns-zone-binding --private-cloud=my-private-cloud
|
||||
|
||||
In the second example, the project and location are taken from gcloud
|
||||
properties core/project and compute/zone respectively.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Management DNS zone binding resource - management_dns_zone_binding. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument management_dns_zone_binding on the command line
|
||||
with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
MANAGEMENT_DNS_ZONE_BINDING
|
||||
ID of the management DNS zone binding or fully qualified identifier
|
||||
for the management DNS zone binding.
|
||||
|
||||
To set the management-dns-zone-binding attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the private cloud or cluster.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property compute/zone.
|
||||
|
||||
--private-cloud=PRIVATE_CLOUD
|
||||
VMware Engine private cloud.
|
||||
|
||||
To set the private-cloud attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --private-cloud on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -0,0 +1,91 @@
|
|||
NAME
|
||||
gcloud vmware private-clouds management-dns-zone-bindings update - update a
|
||||
management DNS zone binding
|
||||
|
||||
SYNOPSIS
|
||||
gcloud vmware private-clouds management-dns-zone-bindings update
|
||||
(MANAGEMENT_DNS_ZONE_BINDING
|
||||
: --location=LOCATION --private-cloud=PRIVATE_CLOUD)
|
||||
--description=DESCRIPTION [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a management DNS zone binding.
|
||||
|
||||
EXAMPLES
|
||||
To update a management DNS zone binding called my-mgmt-dns-zone-binding in
|
||||
private cloud my-private-cloud and zone us-west2-a with description New
|
||||
Description, run:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings update \
|
||||
my-mgmt-dns-zone-binding --project=my-project \
|
||||
--private-cloud=my-private-cloud --location=us-east2-b \
|
||||
--description="New Description"
|
||||
|
||||
Or:
|
||||
|
||||
$ gcloud vmware private-clouds management-dns-zone-bindings update \
|
||||
my-mgmt-dns-zone-binding --private-cloud=my-private-cloud \
|
||||
--description="New Description"
|
||||
|
||||
In the second example, the project and location are taken from gcloud properties `core/project` and compute/zone.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Management DNS zone binding resource - management_dns_zone_binding. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument management_dns_zone_binding on the command line
|
||||
with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
MANAGEMENT_DNS_ZONE_BINDING
|
||||
ID of the management DNS zone binding or fully qualified identifier
|
||||
for the management DNS zone binding.
|
||||
|
||||
To set the management-dns-zone-binding attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the private cloud or cluster.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property compute/zone.
|
||||
|
||||
--private-cloud=PRIVATE_CLOUD
|
||||
VMware Engine private cloud.
|
||||
|
||||
To set the private-cloud attribute:
|
||||
▸ provide the argument management_dns_zone_binding on the command
|
||||
line with a fully specified name;
|
||||
▸ provide the argument --private-cloud on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--description=DESCRIPTION
|
||||
Text describing the binding resource that represents the network
|
||||
getting bound to the management DNS zone.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete. The default is True. Enabled by default, use --no-async to
|
||||
disable.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
Loading…
Add table
Add a link
Reference in a new issue