mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -17,6 +17,7 @@ SYNOPSIS
|
|||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
|
||||
[--instance-template-region=INSTANCE_TEMPLATE_REGION]
|
||||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--internal-ipv6-address=INTERNAL_IPV6_ADDRESS]
|
||||
[--internal-ipv6-prefix-length=INTERNAL_IPV6_PREFIX_LENGTH]
|
||||
|
|
@ -387,6 +388,9 @@ FLAGS
|
|||
with 30 second increments, with a range of 90 to 330 seconds. If unset,
|
||||
the default behavior of the host error recovery is used.
|
||||
|
||||
--instance-template-region=INSTANCE_TEMPLATE_REGION
|
||||
Specifies the region of the regional instance template.
|
||||
|
||||
--instance-termination-action=INSTANCE_TERMINATION_ACTION
|
||||
Specifies the termination action that will be taken upon VM preemption
|
||||
(--provisioning-model=SPOT or --preemptible) or automatic instance
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instance-templates delete NAME [NAME ...]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instance-templates delete deletes one or more
|
||||
|
|
@ -19,6 +19,16 @@ POSITIONAL ARGUMENTS
|
|||
NAME [NAME ...]
|
||||
Names of the instance templates to delete.
|
||||
|
||||
FLAGS
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the instance templates are global.
|
||||
|
||||
--region=REGION
|
||||
Region of the instance templates to delete. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ NAME
|
|||
machine instance template
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instance-templates describe NAME [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta compute instance-templates describe NAME
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instance-templates describe displays all data
|
||||
|
|
@ -18,6 +19,16 @@ POSITIONAL ARGUMENTS
|
|||
NAME
|
||||
Name of the instance template to describe.
|
||||
|
||||
FLAGS
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the instance template is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the instance template to describe. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instance-templates list [NAME ...]
|
||||
[--regexp=REGEXP, -r REGEXP] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--regexp=REGEXP, -r REGEXP] [--global | --regions=[REGION,...]]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instance-templates list displays all Google
|
||||
|
|
@ -37,6 +37,15 @@ FLAGS
|
|||
|
||||
Flag --regexp is deprecated. Use --filter="name~'REGEXP'" instead.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If provided, only global resources are shown.
|
||||
|
||||
--regions=[REGION,...]
|
||||
If provided, only regional resources are shown. If arguments are
|
||||
provided, only resources from the given regions are shown.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue