mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -43,8 +43,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 backend-services add-service-bindings
|
||||
|
||||
$ gcloud alpha compute backend-services add-service-bindings
|
||||
|
||||
|
|
|
|||
|
|
@ -43,8 +43,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 backend-services remove-service-bindings
|
||||
|
||||
$ gcloud alpha compute backend-services remove-service-bindings
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ SYNOPSIS
|
|||
| --target-ssl-proxy=TARGET_SSL_PROXY
|
||||
| --target-tcp-proxy=TARGET_TCP_PROXY
|
||||
| --target-vpn-gateway=TARGET_VPN_GATEWAY) [--allow-global-access]
|
||||
[--description=DESCRIPTION] [--ip-protocol=IP_PROTOCOL]
|
||||
[--is-mirroring-collector]
|
||||
[--description=DESCRIPTION] [--disable-automate-dns-zone]
|
||||
[--ip-protocol=IP_PROTOCOL] [--is-mirroring-collector]
|
||||
[--load-balancing-scheme=LOAD_BALANCING_SCHEME] [--network=NETWORK]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--service-directory-registration=SERVICE_DIRECTORY_REGISTRATION]
|
||||
|
|
@ -174,6 +174,13 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Optional textual description for the forwarding rule.
|
||||
|
||||
--disable-automate-dns-zone
|
||||
If specified, then a DNS zone will not be auto-generated for this
|
||||
Private Service Connect forwarding rule. This can only be specified if
|
||||
the forwarding rule's target is a service attachment
|
||||
(--target-service-attachment=SERVICE_ATTACHMENT) or Google APIs bundle
|
||||
(--target-google-apis-bundle=API_BUNDLE)
|
||||
|
||||
--ip-protocol=IP_PROTOCOL
|
||||
IP protocol that the rule will serve. The default is TCP.
|
||||
|
||||
|
|
|
|||
|
|
@ -261,8 +261,8 @@ OPTIONAL FLAGS
|
|||
windows-10-x86-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-7-x64-byol, windows-7-x86-byol, windows-8-x64-byol,
|
||||
windows-8-x86-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,
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ SYNOPSIS
|
|||
[--min-count=MIN_COUNT] [--min-cpu-platform=PLATFORM]
|
||||
[--min-node-cpu=MIN_NODE_CPU] [--network=NETWORK]
|
||||
[--network-interface=[PROPERTY=VALUE,...]]
|
||||
[--network-performance-configs=[PROPERTY=VALUE,...]]
|
||||
[--network-tier=NETWORK_TIER]
|
||||
[--post-key-revocation-action-type=POLICY] [--preemptible]
|
||||
[--provisioning-model=PROVISIONING_MODEL]
|
||||
|
|
@ -536,6 +537,17 @@ OPTIONAL FLAGS
|
|||
Specifies the Network Interface Controller (NIC) type for the
|
||||
interface. NIC_TYPE must be one of: GVNIC, VIRTIO_NET.
|
||||
|
||||
--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
|
||||
performance configuration.
|
||||
|
||||
total-egress-bandwidth-tier
|
||||
Total egress bandwidth is the available outbound bandwidth from a
|
||||
VM, regardless of whether the traffic is going to internal IP or
|
||||
external IP destinations. The following tier values are allowed:
|
||||
[DEFAULT,TIER_1]
|
||||
|
||||
--network-tier=NETWORK_TIER
|
||||
Specifies the network tier that will be used to configure the instance.
|
||||
NETWORK_TIER must be one of: PREMIUM, STANDARD, FIXED_STANDARD. The
|
||||
|
|
|
|||
|
|
@ -172,8 +172,9 @@ OPTIONAL FLAGS
|
|||
ubuntu-1604, ubuntu-1804, ubuntu-2004, windows-10-x64-byol,
|
||||
windows-10-x86-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-7-x64-byol,
|
||||
windows-7-x86-byol, windows-8-x64-byol, windows-8-x86-byol.
|
||||
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
|
||||
|
|
|
|||
|
|
@ -165,8 +165,9 @@ OPTIONAL FLAGS
|
|||
ubuntu-1604, ubuntu-1804, ubuntu-2004, windows-10-x64-byol,
|
||||
windows-10-x86-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-7-x64-byol,
|
||||
windows-7-x86-byol, windows-8-x64-byol, windows-8-x86-byol.
|
||||
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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ SYNOPSIS
|
|||
--peer-network=PEER_NETWORK [--async] [--auto-create-routes]
|
||||
[--export-custom-routes] [--export-subnet-routes-with-public-ip]
|
||||
[--import-custom-routes] [--import-subnet-routes-with-public-ip]
|
||||
[--peer-project=PEER_PROJECT] [GCLOUD_WIDE_FLAG ...]
|
||||
[--peer-project=PEER_PROJECT] [--stack-type=STACK_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute networks peerings create is used to create
|
||||
|
|
@ -73,6 +74,19 @@ OPTIONAL FLAGS
|
|||
The name of the project for the peer network. If not specified,
|
||||
defaults to current project.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Stack type of the peering. If not specified, defaults to IPV4_ONLY.
|
||||
|
||||
STACK_TYPE must be one of:
|
||||
|
||||
IPV4_ONLY
|
||||
Only IPv4 traffic and routes will be exchanged across this peering.
|
||||
|
||||
IPV4_IPV6
|
||||
IPv4 traffic and routes will be exchanged across this peering.
|
||||
IPv6 traffic and routes will be exchanged if the matching peering
|
||||
configuration also has stack_type set to IPV4_IPV6.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud beta compute networks peerings update NAME --network=NETWORK
|
||||
[--export-custom-routes] [--export-subnet-routes-with-public-ip]
|
||||
[--import-custom-routes] [--import-subnet-routes-with-public-ip]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To update the peering named peering-name to both export and import custom
|
||||
|
|
@ -50,6 +50,19 @@ OPTIONAL FLAGS
|
|||
public IP ranges from peer network. Use
|
||||
--no-import-subnet-routes-with-public-ip to disable it.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Stack type of the peering. If not specified, defaults to IPV4_ONLY.
|
||||
|
||||
STACK_TYPE must be one of:
|
||||
|
||||
IPV4_ONLY
|
||||
Only IPv4 traffic and routes will be exchanged across this peering.
|
||||
|
||||
IPV4_IPV6
|
||||
IPv4 traffic and routes will be exchanged across this peering.
|
||||
IPv6 traffic and routes will be exchanged if the matching peering
|
||||
configuration also has stack_type set to IPV4_IPV6.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue