mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu May 23 09:22:11 UTC 2024
This commit is contained in:
parent
3b84182be4
commit
e617a432f4
175 changed files with 2973 additions and 461 deletions
|
|
@ -343,6 +343,17 @@ FLAGS
|
|||
to. You must provide exactly two replica zones, and one zone must
|
||||
be the same as the instance zone.
|
||||
|
||||
labels
|
||||
List of label KEY=VALUE pairs separated by : character to add to
|
||||
the disk.
|
||||
|
||||
Example: Key1=Value1:Key2=Value2:Key3=Value3.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values
|
||||
must contain only hyphens (-), underscores (_), lowercase
|
||||
characters, and numbers.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Specifies a textual description for the instance template.
|
||||
|
||||
|
|
|
|||
|
|
@ -42,10 +42,11 @@ SYNOPSIS
|
|||
[--network-tier=NETWORK_TIER] [--preemptible]
|
||||
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP] [--region=REGION]
|
||||
[--no-restart-on-failure] [--shielded-integrity-monitoring]
|
||||
[--shielded-secure-boot] [--shielded-vtpm] [--stack-type=STACK_TYPE]
|
||||
[--subnet=SUBNET] [--subnet-region=SUBNET_REGION]
|
||||
[--tags=TAG,[TAG,...]] [--address=ADDRESS | --no-address]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--stack-type=STACK_TYPE] [--subnet=SUBNET]
|
||||
[--subnet-region=SUBNET_REGION] [--tags=TAG,[TAG,...]]
|
||||
[--address=ADDRESS | --no-address]
|
||||
[--custom-cpu=CUSTOM_CPU --custom-memory=CUSTOM_MEMORY
|
||||
: --custom-extensions --custom-vm-type=CUSTOM_VM_TYPE]
|
||||
[--image-project=IMAGE_PROJECT --image=IMAGE
|
||||
|
|
@ -376,6 +377,17 @@ FLAGS
|
|||
to. You must provide exactly two replica zones, and one zone must
|
||||
be the same as the instance zone.
|
||||
|
||||
labels
|
||||
List of label KEY=VALUE pairs separated by : character to add to
|
||||
the disk.
|
||||
|
||||
Example: Key1=Value1:Key2=Value2:Key3=Value3.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values
|
||||
must contain only hyphens (-), underscores (_), lowercase
|
||||
characters, and numbers.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Specifies a textual description for the instance template.
|
||||
|
||||
|
|
@ -691,6 +703,14 @@ FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--resource-policies=[RESOURCE_POLICY,...]
|
||||
A list of resource policy names (not URLs) to be added to each instance
|
||||
created using this instance template. If you attach any resource
|
||||
policies to an instance template, you can only use that instance
|
||||
template to create instances that are in the same region as the
|
||||
resource policies. Do not include resource policies that are located in
|
||||
different regions in the same instance template.
|
||||
|
||||
--restart-on-failure
|
||||
The instances will be restarted if they are terminated by Compute
|
||||
Engine. This does not affect terminations performed by the user.
|
||||
|
|
|
|||
|
|
@ -431,6 +431,17 @@ FLAGS
|
|||
to. You must provide exactly two replica zones, and one zone must
|
||||
be the same as the instance zone.
|
||||
|
||||
labels
|
||||
List of label KEY=VALUE pairs separated by : character to add to
|
||||
the disk.
|
||||
|
||||
Example: Key1=Value1:Key2=Value2:Key3=Value3.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values
|
||||
must contain only hyphens (-), underscores (_), lowercase
|
||||
characters, and numbers.
|
||||
|
||||
--csek-key-file=FILE
|
||||
Path to a Customer-Supplied Encryption Key (CSEK) key file that maps
|
||||
Compute Engine resources to user managed keys to be used when creating,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,8 @@ SYNOPSIS
|
|||
[--preemptible]
|
||||
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP]
|
||||
[--provisioning-model=PROVISIONING_MODEL] [--no-restart-on-failure]
|
||||
[--provisioning-model=PROVISIONING_MODEL]
|
||||
[--resource-policies=[RESOURCE_POLICY,...]] [--no-restart-on-failure]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot]
|
||||
[--shielded-vtpm] [--source-instance-template=SOURCE_INSTANCE_TEMPLATE]
|
||||
[--stack-type=STACK_TYPE] [--subnet=SUBNET] [--tags=TAG,[TAG,...]]
|
||||
|
|
@ -383,6 +384,17 @@ FLAGS
|
|||
to. You must provide exactly two replica zones, and one zone must
|
||||
be the same as the instance zone.
|
||||
|
||||
labels
|
||||
List of label KEY=VALUE pairs separated by : character to add to
|
||||
the disk.
|
||||
|
||||
Example: Key1=Value1:Key2=Value2:Key3=Value3.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values
|
||||
must contain only hyphens (-), underscores (_), lowercase
|
||||
characters, and numbers.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Specifies a textual description of the instances.
|
||||
|
||||
|
|
@ -751,6 +763,10 @@ FLAGS
|
|||
Default. Standard provisioning model for VM instances, which has
|
||||
user-controlled runtime but no Spot discounts.
|
||||
|
||||
--resource-policies=[RESOURCE_POLICY,...]
|
||||
A list of resource policy names to be added to the instance. The
|
||||
policies must exist in the same region as the instance.
|
||||
|
||||
--restart-on-failure
|
||||
The instances will be restarted if they are terminated by Compute
|
||||
Engine. This does not affect terminations performed by the user.
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ COMMANDS
|
|||
policies.
|
||||
|
||||
update
|
||||
(ALPHA) Update a Google Cloud's operations suite agents (Ops Agents)
|
||||
(ALPHA) Update a Google Cloud operations suite agent (Ops Agent)
|
||||
policy.
|
||||
|
||||
NOTES
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha compute instances ops-agents policies update - update a Google
|
||||
Cloud's operations suite agents (Ops Agents) policy
|
||||
Cloud operations suite agent (Ops Agent) policy
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instances ops-agents policies update POLICY_ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue