mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed May 4 09:15:29 UTC 2022
This commit is contained in:
parent
532fac5ddb
commit
5e0446371a
160 changed files with 5232 additions and 171 deletions
|
|
@ -99,7 +99,7 @@ OPTIONAL FLAGS
|
|||
down to the client TTL value if necessary; an Expires header will be
|
||||
replaced with a suitable max-age directive.
|
||||
|
||||
The maximum allowed value is 86400s (1 day).
|
||||
The maximum allowed value is 31,622,400s (1 year).
|
||||
|
||||
When creating a new backend with CACHE_ALL_STATIC and the field is
|
||||
unset, or when switching to that mode and the field is unset, a default
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ FLAGS
|
|||
down to the client TTL value if necessary; an Expires header will be
|
||||
replaced with a suitable max-age directive.
|
||||
|
||||
The maximum allowed value is 86400s (1 day).
|
||||
The maximum allowed value is 31,622,400s (1 year).
|
||||
|
||||
When creating a new backend with CACHE_ALL_STATIC and the field is
|
||||
unset, or when switching to that mode and the field is unset, a
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ FLAGS
|
|||
down to the client TTL value if necessary; an Expires header will be
|
||||
replaced with a suitable max-age directive.
|
||||
|
||||
The maximum allowed value is 86400s (1 day).
|
||||
The maximum allowed value is 31,622,400s (1 year).
|
||||
|
||||
When creating a new backend with CACHE_ALL_STATIC and the field is
|
||||
unset, or when switching to that mode and the field is unset, a default
|
||||
|
|
|
|||
|
|
@ -504,7 +504,7 @@ FLAGS
|
|||
down to the client TTL value if necessary; an Expires header will be
|
||||
replaced with a suitable max-age directive.
|
||||
|
||||
The maximum allowed value is 86400s (1 day).
|
||||
The maximum allowed value is 31,622,400s (1 year).
|
||||
|
||||
When creating a new backend with CACHE_ALL_STATIC and the field is
|
||||
unset, or when switching to that mode and the field is unset, a
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ SYNOPSIS
|
|||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--ipv6-network-tier=IPV6_NETWORK_TIER]
|
||||
[--ipv6-public-ptr-domain=IPV6_PUBLIC_PTR_DOMAIN]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--key-revocation-action-type=POLICY] [--labels=[KEY=VALUE,...]]
|
||||
[--local-ssd=[device-name=DEVICE-NAME],[interface=INTERFACE]]
|
||||
[--machine-type=MACHINE_TYPE] [--maintenance-policy=MAINTENANCE_POLICY]
|
||||
[--metadata=KEY=VALUE,[KEY=VALUE,...]]
|
||||
|
|
@ -437,6 +437,16 @@ FLAGS
|
|||
PTR record will be used. This option can only be specified for the
|
||||
default network interface, nic0.
|
||||
|
||||
--key-revocation-action-type=POLICY
|
||||
Specifies the behavior of the instance when the KMS key of one of its
|
||||
attached disks is revoked. The default is none. POLICY must be one of:
|
||||
|
||||
none
|
||||
No operation is performed.
|
||||
stop
|
||||
The instance is stopped when the KMS key of one of its attached
|
||||
disks is revoked.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,10 @@ FLAGS
|
|||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--vm-count=VM_COUNT
|
||||
Number of instances targeted by the group placement policy.
|
||||
Number of instances targeted by the group placement policy. Google does
|
||||
not recommend that you use this flag unless you use a compact policy
|
||||
and you want your policy to work only if it contains this exact number
|
||||
of VMs.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
[--advertisement-mode=MODE] [--async] [--[no-]enable-ipv6]
|
||||
[--[no-]enabled] [--instance=INSTANCE] [--instance-zone=INSTANCE_ZONE]
|
||||
[--ipv6-nexthop-address=IPV6_NEXTHOP_ADDRESS]
|
||||
[--md5-authentication-key=MD5_AUTHENTICATION_KEY]
|
||||
[--peer-ip-address=PEER_IP_ADDRESS]
|
||||
[--peer-ipv6-nexthop-address=PEER_IPV6_NEXTHOP_ADDRESS]
|
||||
[--region=REGION] [--set-advertisement-groups=[GROUP,...]]
|
||||
|
|
@ -102,6 +103,10 @@ OPTIONAL FLAGS
|
|||
the range 2600:2d00:0:2:0:0:0:0/64 or 2600:2d00:0:3:0:0:0:0/64 and must
|
||||
belong to same subnet as the interface address of the peer router.
|
||||
|
||||
--md5-authentication-key=MD5_AUTHENTICATION_KEY
|
||||
The MD5 authentication key for this BGP peer. Maximum length is 80
|
||||
characters. Can contain only printable ASCII characters.
|
||||
|
||||
--peer-ip-address=PEER_IP_ADDRESS
|
||||
The link-local address of the peer router. Must be a link-local IPv4
|
||||
address belonging to the range 169.254.0.0/16.
|
||||
|
|
|
|||
|
|
@ -5,9 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute routers update-bgp-peer NAME --peer-name=PEER_NAME
|
||||
[--advertised-route-priority=ADVERTISED_ROUTE_PRIORITY]
|
||||
[--advertisement-mode=MODE] [--async] [--[no-]enable-ipv6]
|
||||
[--[no-]enabled] [--interface=INTERFACE] [--ip-address=IP_ADDRESS]
|
||||
[--ipv6-nexthop-address=IPV6_NEXTHOP_ADDRESS] [--peer-asn=PEER_ASN]
|
||||
[--advertisement-mode=MODE] [--async] [--clear-md5-authentication-key]
|
||||
[--[no-]enable-ipv6] [--[no-]enabled] [--interface=INTERFACE]
|
||||
[--ip-address=IP_ADDRESS] [--ipv6-nexthop-address=IPV6_NEXTHOP_ADDRESS]
|
||||
[--md5-authentication-key=MD5_AUTHENTICATION_KEY] [--peer-asn=PEER_ASN]
|
||||
[--peer-ip-address=PEER_IP_ADDRESS]
|
||||
[--peer-ipv6-nexthop-address=PEER_IPV6_NEXTHOP_ADDRESS]
|
||||
[--region=REGION] [--set-advertisement-groups=[GROUP,...]]
|
||||
|
|
@ -53,6 +54,9 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--clear-md5-authentication-key
|
||||
If specified, remove MD5 authentication from the BGP peer.
|
||||
|
||||
--[no-]enable-ipv6
|
||||
If IPv6 is enabled, the peer connection can be established with IPv6
|
||||
route exchange. If disabled, no IPv6 route exchange is allowed on any
|
||||
|
|
@ -80,6 +84,10 @@ OPTIONAL FLAGS
|
|||
the range 2600:2d00:0:2:0:0:0:0/64 or 2600:2d00:0:3:0:0:0:0/64 and must
|
||||
belong to same subnet as the interface address of the peer router.
|
||||
|
||||
--md5-authentication-key=MD5_AUTHENTICATION_KEY
|
||||
The MD5 authentication key for this BGP peer. Maximum length is 80
|
||||
characters. Can contain only printable ASCII characters.
|
||||
|
||||
--peer-asn=PEER_ASN
|
||||
The BGP autonomous system number (ASN) for this BGP peer. Must be a
|
||||
16-bit or 32-bit private ASN as defined in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue