mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 17 10:38:17 UTC 2023
This commit is contained in:
parent
14441c7ea7
commit
a56fab68e5
151 changed files with 1878 additions and 2972 deletions
|
|
@ -33,6 +33,9 @@ COMMANDS
|
|||
list
|
||||
List addresses.
|
||||
|
||||
move
|
||||
Move an address to another project.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
|
|
|
|||
57
gcloud/compute/addresses/move
Normal file
57
gcloud/compute/addresses/move
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
NAME
|
||||
gcloud compute addresses move - move an address to another project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute addresses move NAME --target-project=TARGET_PROJECT
|
||||
[--description=DESCRIPTION] [--new-name=NEW_NAME]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
The following command moves address external-ip1 in region us-central1 to
|
||||
project test-playground with new address name test-ip1:
|
||||
|
||||
$ gcloud compute addresses move external-ip1 --new-name=test-ip1 \
|
||||
--target-project=test-playground --region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the address to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--target-project=TARGET_PROJECT
|
||||
The target project to move address to. It can be either a project name
|
||||
or a project numerical ID. It must not be the same as the current
|
||||
project.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
Description of moved new address.
|
||||
|
||||
--new-name=NEW_NAME
|
||||
Name of moved new address. If not specified, current address's name is
|
||||
used.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the address is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the address to operate on. 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,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha compute addresses move
|
||||
|
||||
$ gcloud beta compute addresses move
|
||||
|
||||
|
|
@ -318,12 +318,15 @@ FLAGS
|
|||
balancers as part of a connection tracking policy.
|
||||
|
||||
--load-balancing-scheme=LOAD_BALANCING_SCHEME; default="EXTERNAL"
|
||||
Specifies the load balancer type. Choose EXTERNAL for load balancers
|
||||
that receive traffic from external clients. Choose EXTERNAL_MANAGED for
|
||||
Envoy-based External HTTP(S) Load Balancing. Choose INTERNAL for
|
||||
Internal TCP/UDP Load Balancing. Choose INTERNAL_MANAGED for Internal
|
||||
HTTP(S) Load Balancing. Choose INTERNAL_SELF_MANAGED for Traffic
|
||||
Director. For more information, refer to this guide:
|
||||
Specifies the load balancer type. Choose EXTERNAL for the classic
|
||||
HTTP(S) load balancers, the external TCP/UDP network load balancers,
|
||||
and the external TCP/SSL proxy load balancers. Choose EXTERNAL_MANAGED
|
||||
for the Envoy-based global and regional external HTTP(S) load
|
||||
balancers. Choose INTERNAL for internal TCP/UDP load balancers. Choose
|
||||
INTERNAL_MANAGED for Envoy-based internal load balancers such as the
|
||||
internal HTTP(S) load balancers and the internal TCP proxy load
|
||||
balancers. Choose INTERNAL_SELF_MANAGED for Traffic Director. For more
|
||||
information, refer to this guide:
|
||||
https://cloud.google.com/load-balancing/docs/choosing-load-balancer.
|
||||
LOAD_BALANCING_SCHEME must be one of: INTERNAL, EXTERNAL,
|
||||
INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED, INTERNAL_MANAGED.
|
||||
|
|
|
|||
|
|
@ -253,17 +253,18 @@ OPTIONAL FLAGS
|
|||
|
||||
--os=OS
|
||||
Specifies the OS of the disk image being imported. OS must be one of:
|
||||
centos-7, debian-10, debian-11, debian-8, debian-9, opensuse-15,
|
||||
rhel-6, rhel-6-byol, rhel-7, rhel-7-byol, rhel-8, rhel-8-byol,
|
||||
rhel-9, rhel-9-byol, rocky-8, rocky-9, sles-12, sles-12-byol,
|
||||
sles-15, sles-15-byol, sles-sap-12, sles-sap-12-byol, sles-sap-15,
|
||||
sles-sap-15-byol, ubuntu-1404, ubuntu-1604, ubuntu-1804, ubuntu-2004,
|
||||
ubuntu-2204, windows-10-x64-byol, windows-10-x86-byol,
|
||||
windows-11-x64-byol, windows-2008r2, windows-2008r2-byol,
|
||||
windows-2012, windows-2012-byol, windows-2012r2, windows-2012r2-byol,
|
||||
windows-2016, windows-2016-byol, windows-2019, windows-2019-byol,
|
||||
windows-2022, windows-2022-byol, windows-7-x64-byol,
|
||||
windows-7-x86-byol, windows-8-x64-byol, windows-8-x86-byol.
|
||||
centos-7, centos-stream-8, centos-stream-9, debian-10, debian-11,
|
||||
debian-8, debian-9, opensuse-15, rhel-6, rhel-6-byol, rhel-7,
|
||||
rhel-7-byol, rhel-8, rhel-8-byol, rhel-9, rhel-9-byol, rocky-8,
|
||||
rocky-9, sles-12, sles-12-byol, sles-15, sles-15-byol, sles-sap-12,
|
||||
sles-sap-12-byol, sles-sap-15, sles-sap-15-byol, ubuntu-1404,
|
||||
ubuntu-1604, ubuntu-1804, ubuntu-2004, ubuntu-2204,
|
||||
windows-10-x64-byol, windows-10-x86-byol, windows-11-x64-byol,
|
||||
windows-2008r2, windows-2008r2-byol, windows-2012, windows-2012-byol,
|
||||
windows-2012r2, windows-2012r2-byol, windows-2016, windows-2016-byol,
|
||||
windows-2019, windows-2019-byol, windows-2022, windows-2022-byol,
|
||||
windows-7-x64-byol, windows-7-x86-byol, windows-8-x64-byol,
|
||||
windows-8-x86-byol.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -71,10 +71,15 @@ OPTIONAL FLAGS
|
|||
An optional description for this group.
|
||||
|
||||
--initial-delay=INITIAL_DELAY
|
||||
Specifies the length of time during which the instance is known to be
|
||||
initializing and should not be autohealed even if unhealthy. This value
|
||||
cannot be greater than 1 hour. See $ gcloud topic datetimes for
|
||||
information on duration formats.
|
||||
Specifies the number of seconds that a new VM takes to initialize and
|
||||
run its startup script. During a VM's initial delay period, the MIG
|
||||
ignores unsuccessful health checks because the VM might be in the
|
||||
startup process. This prevents the MIG from prematurely recreating a
|
||||
VM. If the health check receives a healthy response during the initial
|
||||
delay, it indicates that the startup process is complete and the VM is
|
||||
ready. The value of initial delay must be between 0 and 3600 seconds.
|
||||
The default value is 0. See $ gcloud topic datetimes for information on
|
||||
duration formats.
|
||||
|
||||
--instance-redistribution-type=TYPE
|
||||
Specifies the type of the instance redistribution policy. An instance
|
||||
|
|
|
|||
|
|
@ -146,10 +146,15 @@ FLAGS
|
|||
Clears all autohealing policy fields for the managed instance group.
|
||||
|
||||
--initial-delay=INITIAL_DELAY
|
||||
Specifies the length of time during which the instance is known to be
|
||||
initializing and should not be autohealed even if unhealthy. This
|
||||
value cannot be greater than 1 hour. See $ gcloud topic datetimes for
|
||||
information on duration formats.
|
||||
Specifies the number of seconds that a new VM takes to initialize and
|
||||
run its startup script. During a VM's initial delay period, the MIG
|
||||
ignores unsuccessful health checks because the VM might be in the
|
||||
startup process. This prevents the MIG from prematurely recreating a
|
||||
VM. If the health check receives a healthy response during the
|
||||
initial delay, it indicates that the startup process is complete and
|
||||
the VM is ready. The value of initial delay must be between 0 and
|
||||
3600 seconds. The default value is 0. See $ gcloud topic datetimes
|
||||
for information on duration formats.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -165,17 +165,18 @@ OPTIONAL FLAGS
|
|||
|
||||
--os=OS
|
||||
Specifies the OS of the image being imported. OS must be one of:
|
||||
centos-7, debian-10, debian-11, debian-8, debian-9, opensuse-15,
|
||||
rhel-6, rhel-6-byol, rhel-7, rhel-7-byol, rhel-8, rhel-8-byol, rhel-9,
|
||||
rhel-9-byol, rocky-8, rocky-9, sles-12, sles-12-byol, sles-15,
|
||||
sles-15-byol, sles-sap-12, sles-sap-12-byol, sles-sap-15,
|
||||
sles-sap-15-byol, ubuntu-1404, ubuntu-1604, ubuntu-1804, ubuntu-2004,
|
||||
ubuntu-2204, windows-10-x64-byol, windows-10-x86-byol,
|
||||
windows-11-x64-byol, windows-2008r2, windows-2008r2-byol, windows-2012,
|
||||
windows-2012-byol, windows-2012r2, windows-2012r2-byol, windows-2016,
|
||||
windows-2016-byol, windows-2019, windows-2019-byol, windows-2022,
|
||||
windows-2022-byol, windows-7-x64-byol, windows-7-x86-byol,
|
||||
windows-8-x64-byol, windows-8-x86-byol.
|
||||
centos-7, centos-stream-8, centos-stream-9, debian-10, debian-11,
|
||||
debian-8, debian-9, opensuse-15, rhel-6, rhel-6-byol, rhel-7,
|
||||
rhel-7-byol, rhel-8, rhel-8-byol, rhel-9, rhel-9-byol, rocky-8,
|
||||
rocky-9, sles-12, sles-12-byol, sles-15, sles-15-byol, sles-sap-12,
|
||||
sles-sap-12-byol, sles-sap-15, sles-sap-15-byol, ubuntu-1404,
|
||||
ubuntu-1604, ubuntu-1804, ubuntu-2004, ubuntu-2204,
|
||||
windows-10-x64-byol, windows-10-x86-byol, windows-11-x64-byol,
|
||||
windows-2008r2, windows-2008r2-byol, windows-2012, windows-2012-byol,
|
||||
windows-2012r2, windows-2012r2-byol, windows-2016, windows-2016-byol,
|
||||
windows-2019, windows-2019-byol, windows-2022, windows-2022-byol,
|
||||
windows-7-x64-byol, windows-7-x86-byol, windows-8-x64-byol,
|
||||
windows-8-x86-byol.
|
||||
|
||||
--private-network-ip=PRIVATE_NETWORK_IP
|
||||
Specifies the RFC1918 IP to assign to the instance. The IP should be in
|
||||
|
|
|
|||
|
|
@ -158,17 +158,18 @@ OPTIONAL FLAGS
|
|||
|
||||
--os=OS
|
||||
Specifies the OS of the machine image being imported. OS must be one
|
||||
of: centos-7, debian-10, debian-11, debian-8, debian-9, opensuse-15,
|
||||
rhel-6, rhel-6-byol, rhel-7, rhel-7-byol, rhel-8, rhel-8-byol, rhel-9,
|
||||
rhel-9-byol, rocky-8, rocky-9, sles-12, sles-12-byol, sles-15,
|
||||
sles-15-byol, sles-sap-12, sles-sap-12-byol, sles-sap-15,
|
||||
sles-sap-15-byol, ubuntu-1404, ubuntu-1604, ubuntu-1804, ubuntu-2004,
|
||||
ubuntu-2204, windows-10-x64-byol, windows-10-x86-byol,
|
||||
windows-11-x64-byol, windows-2008r2, windows-2008r2-byol, windows-2012,
|
||||
windows-2012-byol, windows-2012r2, windows-2012r2-byol, windows-2016,
|
||||
windows-2016-byol, windows-2019, windows-2019-byol, windows-2022,
|
||||
windows-2022-byol, windows-7-x64-byol, windows-7-x86-byol,
|
||||
windows-8-x64-byol, windows-8-x86-byol.
|
||||
of: centos-7, centos-stream-8, centos-stream-9, debian-10, debian-11,
|
||||
debian-8, debian-9, opensuse-15, rhel-6, rhel-6-byol, rhel-7,
|
||||
rhel-7-byol, rhel-8, rhel-8-byol, rhel-9, rhel-9-byol, rocky-8,
|
||||
rocky-9, sles-12, sles-12-byol, sles-15, sles-15-byol, sles-sap-12,
|
||||
sles-sap-12-byol, sles-sap-15, sles-sap-15-byol, ubuntu-1404,
|
||||
ubuntu-1604, ubuntu-1804, ubuntu-2004, ubuntu-2204,
|
||||
windows-10-x64-byol, windows-10-x86-byol, windows-11-x64-byol,
|
||||
windows-2008r2, windows-2008r2-byol, windows-2012, windows-2012-byol,
|
||||
windows-2012r2, windows-2012r2-byol, windows-2016, windows-2016-byol,
|
||||
windows-2019, windows-2019-byol, windows-2022, windows-2022-byol,
|
||||
windows-7-x64-byol, windows-7-x86-byol, windows-8-x64-byol,
|
||||
windows-8-x86-byol.
|
||||
|
||||
--restart-on-failure
|
||||
The VMs created from the imported machine image are restarted if they
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue