mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Oct 1 11:06:24 UTC 2025
This commit is contained in:
parent
1dea1ef852
commit
a0434a4d7a
247 changed files with 8086 additions and 424 deletions
|
|
@ -774,7 +774,7 @@ FLAGS
|
|||
to. Mutually exclusive with --network and --subnet flags.
|
||||
|
||||
vlan
|
||||
VLAN tag of a dynamic network interface, must be an integer in the
|
||||
VLAN ID of a Dynamic Network Interface, must be an integer in the
|
||||
range from 2 to 255 inclusively.
|
||||
|
||||
--network-performance-configs=[PROPERTY=VALUE,...]
|
||||
|
|
|
|||
|
|
@ -673,6 +673,10 @@ FLAGS
|
|||
Specifies the network attachment that this interface should connect
|
||||
to. Mutually exclusive with --network and --subnet flags.
|
||||
|
||||
vlan
|
||||
VLAN ID of a Dynamic Network Interface, must be an integer in the
|
||||
range from 2 to 255 inclusively.
|
||||
|
||||
--network-tier=NETWORK_TIER
|
||||
Specifies the network tier that will be used to configure the instance.
|
||||
NETWORK_TIER must be one of: PREMIUM, STANDARD. The default value is
|
||||
|
|
|
|||
|
|
@ -843,7 +843,7 @@ FLAGS
|
|||
to. Mutually exclusive with --network and --subnet flags.
|
||||
|
||||
vlan
|
||||
VLAN tag of a dynamic network interface, must be an integer in the
|
||||
VLAN ID of a Dynamic Network Interface, must be an integer in the
|
||||
range from 2 to 255 inclusively.
|
||||
|
||||
igmp-query
|
||||
|
|
|
|||
|
|
@ -776,6 +776,10 @@ FLAGS
|
|||
Specifies the network attachment that this interface should connect
|
||||
to. Mutually exclusive with --network and --subnet flags.
|
||||
|
||||
vlan
|
||||
VLAN ID of a Dynamic Network Interface, must be an integer in the
|
||||
range from 2 to 255 inclusively.
|
||||
|
||||
--network-performance-configs=[PROPERTY=VALUE,...]
|
||||
Configures network performance settings for the instance. If this flag
|
||||
is not specified, the instance will be created with its default network
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud beta compute instances network-interfaces add - add a dynamic
|
||||
network interface to a Compute Engine instance
|
||||
gcloud beta compute instances network-interfaces add - add a Dynamic
|
||||
Network Interface to a Compute Engine instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instances network-interfaces add INSTANCE_NAME
|
||||
|
|
@ -16,12 +16,13 @@ SYNOPSIS
|
|||
[--address=ADDRESS | --no-address] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instances network-interfaces add adds a dynamic
|
||||
network interface to a Compute Engine instance. For example:
|
||||
(BETA) gcloud beta compute instances network-interfaces add adds a Dynamic
|
||||
Network Interface to a Compute Engine instance.
|
||||
|
||||
$ gcloud beta compute instances network-interfaces add \
|
||||
instance-name --parent-nic-name nic1 --vlan 2
|
||||
--network network-1 --subnetwork subnetwork-1
|
||||
EXAMPLES
|
||||
To add a Dynamic Network Interface to a Compute Engine instance, run: $ gcloud beta compute instances network-interfaces add \
|
||||
instance-name --parent-nic-name=nic1 --vlan=2 \
|
||||
--network=network-1 --subnetwork=subnetwork-1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE_NAME
|
||||
|
|
@ -173,8 +174,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute instances network-interfaces add
|
||||
|
||||
$ gcloud alpha compute instances network-interfaces add
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud beta compute instances network-interfaces delete - delete a dynamic
|
||||
network interface from a Compute Engine instance
|
||||
gcloud beta compute instances network-interfaces delete - delete a Dynamic
|
||||
Network Interface from a Compute Engine instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instances network-interfaces delete INSTANCE_NAME
|
||||
|
|
@ -9,10 +9,11 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instances network-interfaces delete deletes a
|
||||
dynamic network interface from a Compute Engine instance. For example:
|
||||
Dynamic Network Interface from a Compute Engine instance.
|
||||
|
||||
$ gcloud beta compute instances network-interfaces delete \
|
||||
instance-name --network-interface nic1.2
|
||||
EXAMPLES
|
||||
To delete a Dynamic Network Interface from a Compute Engine instance, run: $ gcloud beta compute instances network-interfaces delete \
|
||||
instance-name --network-interface=nic1.2
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE_NAME
|
||||
|
|
@ -58,8 +59,10 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud compute instances network-interfaces delete
|
||||
|
||||
$ gcloud alpha compute instances network-interfaces delete
|
||||
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
add
|
||||
(BETA) Add a dynamic network interface to a Compute Engine instance.
|
||||
(BETA) Add a Dynamic Network Interface to a Compute Engine instance.
|
||||
|
||||
delete
|
||||
(BETA) Delete a dynamic network interface from a Compute Engine
|
||||
(BETA) Delete a Dynamic Network Interface from a Compute Engine
|
||||
instance.
|
||||
|
||||
get-effective-firewalls
|
||||
|
|
|
|||
|
|
@ -41,12 +41,13 @@ FLAGS
|
|||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--view=VIEW
|
||||
Specifies the information that the output should contain. VIEW must be
|
||||
(only one value is supported):
|
||||
Specifies the information to include in the output. VIEW must be (only
|
||||
one value is supported):
|
||||
|
||||
WITH_UTILIZATION
|
||||
Output includes the IP utilization data of all subnetwork ranges,
|
||||
showing total allocated and free IPv4 and IPv6 IPs.
|
||||
Output includes the IP address utilization data of all subnetwork
|
||||
ranges, showing total allocated and free IPv4 and IPv6 IP
|
||||
addresses.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -53,12 +53,13 @@ FLAGS
|
|||
If provided, only resources from the given regions are queried.
|
||||
|
||||
--view=VIEW
|
||||
Specifies the information that the output should contain. VIEW must be
|
||||
(only one value is supported):
|
||||
Specifies the information to include in the output. VIEW must be (only
|
||||
one value is supported):
|
||||
|
||||
WITH_UTILIZATION
|
||||
Output includes the IP utilization data of all subnetwork ranges,
|
||||
showing total allocated and free IPv4 and IPv6 IPs.
|
||||
Output includes the IP address utilization data of all subnetwork
|
||||
ranges, showing total allocated and free IPv4 and IPv6 IP
|
||||
addresses.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--[no-]enable-emergent-maintenance]
|
||||
[--remove-share-with=PROJECT,[PROJECT,...]]
|
||||
[--reservation-sharing-policy=RESERVATION_SHARING_POLICY]
|
||||
[--share-setting=SHARE_SETTING]
|
||||
[--scheduling-type=SCHEDULING_TYPE] [--share-setting=SHARE_SETTING]
|
||||
[--share-with=SHARE_WITH,[SHARE_WITH,...]] [--vm-count=VM_COUNT]
|
||||
[--zone=ZONE]
|
||||
[--delete-after-duration=DELETE_AFTER_DURATION
|
||||
|
|
@ -78,6 +78,16 @@ FLAGS
|
|||
The reservation won't be shared with Google Cloud services. If you
|
||||
omit this flag during creation, the default value is DISALLOW_ALL.
|
||||
|
||||
--scheduling-type=SCHEDULING_TYPE
|
||||
How Compute Engine schedules maintenance events for your reserved
|
||||
hosts. SCHEDULING_TYPE must be one of:
|
||||
|
||||
GROUPED
|
||||
In GROUPED mode, maintenance is synchronized across all your VMs.
|
||||
INDEPENDENT
|
||||
In INDEPENDENT mode, your VMs have different, unsynchronized
|
||||
maintenance schedules.
|
||||
|
||||
--share-setting=SHARE_SETTING
|
||||
The projects that can use the reservation. SHARE_SETTING must be one
|
||||
of:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,14 @@ SYNOPSIS
|
|||
[--use-dl-images] [--use-with-notebook] [--vm-only] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) (DEPRECATED) Create Google Compute TPUs along with VMs.
|
||||
|
||||
This command is deprecated and will be removed in a future release. We
|
||||
recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
EXAMPLES
|
||||
To create both TPU and VM, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ SYNOPSIS
|
|||
gcloud beta compute tpus execution-groups delete EXECUTION_GROUP_NAME
|
||||
[--tpu-only] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) (DEPRECATED) Delete TPU Node + VM created by execution group.
|
||||
|
||||
This command is deprecated and will be removed in a future release. We
|
||||
recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
EXAMPLES
|
||||
To delete both, the TPU and the VM, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ SYNOPSIS
|
|||
gcloud beta compute tpus execution-groups describe EXECUTION_GROUP_NAME
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) (DEPRECATED) Describe Google Compute TPU + VM combination.
|
||||
|
||||
This command is deprecated and will be removed in a future release. We
|
||||
recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
EXAMPLES
|
||||
To describe the TPU and VM combination, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,13 @@ SYNOPSIS
|
|||
gcloud beta compute tpus execution-groups COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Command group that helps create and manage Cloud TPUs and Compute
|
||||
VMs.
|
||||
(BETA) (DEPRECATED) Command group that helps create and manage Cloud TPUs
|
||||
and Compute VMs.
|
||||
|
||||
This command group is deprecated and will be removed in a future release.
|
||||
We recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -18,22 +23,22 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create Google Compute TPUs along with VMs.
|
||||
(BETA) (DEPRECATED) Create Google Compute TPUs along with VMs.
|
||||
|
||||
delete
|
||||
(BETA) Delete TPU Node + VM created by execution group.
|
||||
(BETA) (DEPRECATED) Delete TPU Node + VM created by execution group.
|
||||
|
||||
describe
|
||||
(BETA) Describe Google Compute TPU + VM combination.
|
||||
(BETA) (DEPRECATED) Describe Google Compute TPU + VM combination.
|
||||
|
||||
list
|
||||
(BETA) List TPU Node+VM groups created by execution group.
|
||||
(BETA) (DEPRECATED) List TPU Node+VM groups created by execution group.
|
||||
|
||||
resume
|
||||
(BETA) Creates Google Compute TPU and resumes the VM.
|
||||
(BETA) (DEPRECATED) Creates Google Compute TPU and resumes the VM.
|
||||
|
||||
suspend
|
||||
(BETA) Deletes Google Compute TPU and suspends the VM.
|
||||
(BETA) (DEPRECATED) Deletes Google Compute TPU and suspends the VM.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
|
|
@ -7,6 +7,14 @@ SYNOPSIS
|
|||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) (DEPRECATED) List TPU Node+VM groups created by execution group.
|
||||
|
||||
This command is deprecated and will be removed in a future release. We
|
||||
recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
EXAMPLES
|
||||
To list all active execution groups, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,14 @@ SYNOPSIS
|
|||
[--tf-version=TF_VERSION] [--vm-only] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) (DEPRECATED) Creates Google Compute TPU and resumes the VM.
|
||||
|
||||
This command is deprecated and will be removed in a future release. We
|
||||
recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
EXAMPLES
|
||||
To resume a suspended TPU VM combination, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ SYNOPSIS
|
|||
gcloud beta compute tpus execution-groups suspend EXECUTION_GROUP_NAME
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) (DEPRECATED) Deletes Google Compute TPU and suspends the VM.
|
||||
|
||||
This command is deprecated and will be removed in a future release. We
|
||||
recommend that you use the TPU-VM or Queued Resource API. See
|
||||
https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm for more
|
||||
information.
|
||||
|
||||
EXAMPLES
|
||||
To delete the TPU and suspend the VM, run:
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ GROUPS
|
|||
(BETA) List or Describe Available Cloud TPU accelerator types.
|
||||
|
||||
execution-groups
|
||||
(BETA) Command group that helps create and manage Cloud TPUs and
|
||||
Compute VMs.
|
||||
(BETA) (DEPRECATED) Command group that helps create and manage Cloud
|
||||
TPUs and Compute VMs.
|
||||
|
||||
locations
|
||||
(BETA) List or Describe Available Cloud TPU Locations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue