1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Tue Oct 18 11:38:19 UTC 2022

This commit is contained in:
Automated 2022-10-18 11:38:19 +00:00
parent 389ff42bae
commit 5c08d21169
Failed to extract signature
159 changed files with 4170 additions and 656 deletions

View file

@ -82,11 +82,13 @@ FLAGS
addresses can only use PREMIUM.
--prefix-length=PREFIX_LENGTH
The prefix length of the IP range. It must be a value between 8 and 30
inclusive. If not present, it means the address field is a single IP
address.
The prefix length of the IP range. If the address is an IPv4 address,
it must be a value between 8 and 30 inclusive. If the address is an
IPv6 address, the only allowed value is 96. If not present, it means
the address field is a single IP address.
This field is not applicable to external addresses.
This field is not applicable to external IPv4 addresses or global IPv6
addresses.
--purpose=PURPOSE
The purpose of the address resource. This field is not applicable to

View file

@ -50,8 +50,13 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--file=FILE
Absolute path to OS policy assignment file on your local client. File
must be in either JSON or YAML format.
Absolute path to the OS policy assignment file on your local client.
File must be in either JSON or YAML format. This file defines the OS
policies that you want to apply to your VMs, the target VMs that you
want to apply the policies to, and the rollout rate at which to apply
the OS policies. For more information about this resource and sample OS
policy assignment files, see
https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies#os-policy-assignment.
OPTIONAL FLAGS
--async

View file

@ -49,8 +49,13 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--file=FILE
Absolute path to OS policy assignment file on your local client. File
must be in either JSON or YAML format.
Absolute path to the OS policy assignment file on your local client.
File must be in either JSON or YAML format. This file defines the OS
policies that you want to apply to your VMs, the target VMs that you
want to apply the policies to, and the rollout rate at which to apply
the OS policies. For more information about this resource and sample OS
policy assignment files, see
https://cloud.google.com/compute/docs/os-configuration-management/working-with-os-policies#os-policy-assignment.
OPTIONAL FLAGS
--async

View file

@ -9,8 +9,8 @@ SYNOPSIS
[--metadata-from-file=[METADATA_FROM_FILE,...]]
[--network=NETWORK; default="default"] [--preemptible] [--range=RANGE]
[--reserved] [--scopes=[SCOPES,...]]
[--service-account=SERVICE_ACCOUNT] [--subnetwork=SUBNETWORK]
[--tags=[TAGS,...]] [GCLOUD_WIDE_FLAG ...]
[--service-account=SERVICE_ACCOUNT] [--shielded-secure-boot]
[--subnetwork=SUBNETWORK] [--tags=[TAGS,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new Cloud TPU VM node.
@ -163,6 +163,10 @@ OPTIONAL FLAGS
Email address of the service account. If empty, default Google Compute
Engine service account will be used.
--shielded-secure-boot
Specifies that the TPU instances are created with secure boot enabled.
This implicitly makes them Shielded VM instances.
--subnetwork=SUBNETWORK
Subnetwork that this TPU will be a part of.