mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -25,6 +25,7 @@ SYNOPSIS
|
|||
oauth2-client-secret=OAUTH2-CLIENT-SECRET]]
|
||||
[--idle-timeout-sec=IDLE_TIMEOUT_SEC]
|
||||
[--load-balancing-scheme=LOAD_BALANCING_SCHEME; default="EXTERNAL"]
|
||||
[--locality-lb-policy=LOCALITY_LB_POLICY]
|
||||
[--logging-optional=LOGGING_OPTIONAL]
|
||||
[--logging-optional-fields=[LOGGING_OPTIONAL_FIELDS,...]]
|
||||
[--logging-sample-rate=LOGGING_SAMPLE_RATE] [--max-ttl=MAX_TTL]
|
||||
|
|
@ -327,6 +328,12 @@ FLAGS
|
|||
LOAD_BALANCING_SCHEME must be one of: INTERNAL, EXTERNAL,
|
||||
INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED, INTERNAL_MANAGED.
|
||||
|
||||
--locality-lb-policy=LOCALITY_LB_POLICY
|
||||
The load balancing algorithm used within the scope of the locality.
|
||||
LOCALITY_LB_POLICY must be one of: INVALID_LB_POLICY, ROUND_ROBIN,
|
||||
LEAST_REQUEST, RING_HASH, RANDOM, ORIGINAL_DESTINATION, MAGLEV,
|
||||
WEIGHTED_MAGLEV.
|
||||
|
||||
--logging-optional=LOGGING_OPTIONAL
|
||||
This field can only be specified if logging is enabled for the backend
|
||||
service. Configures whether all, none, or a subset of optional fields
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ SYNOPSIS
|
|||
[--iap=disabled|enabled,[oauth2-client-id=OAUTH2-CLIENT-ID,
|
||||
oauth2-client-secret=OAUTH2-CLIENT-SECRET]]
|
||||
[--idle-timeout-sec=IDLE_TIMEOUT_SEC]
|
||||
[--locality-lb-policy=LOCALITY_LB_POLICY]
|
||||
[--logging-optional=LOGGING_OPTIONAL]
|
||||
[--logging-optional-fields=[LOGGING_OPTIONAL_FIELDS,...]]
|
||||
[--logging-sample-rate=LOGGING_SAMPLE_RATE] [--port-name=PORT_NAME]
|
||||
|
|
@ -237,6 +238,12 @@ FLAGS
|
|||
service-based network load balancers and internal TCP/UDP load
|
||||
balancers as part of a connection tracking policy.
|
||||
|
||||
--locality-lb-policy=LOCALITY_LB_POLICY
|
||||
The load balancing algorithm used within the scope of the locality.
|
||||
LOCALITY_LB_POLICY must be one of: INVALID_LB_POLICY, ROUND_ROBIN,
|
||||
LEAST_REQUEST, RING_HASH, RANDOM, ORIGINAL_DESTINATION, MAGLEV,
|
||||
WEIGHTED_MAGLEV.
|
||||
|
||||
--logging-optional=LOGGING_OPTIONAL
|
||||
This field can only be specified if logging is enabled for the backend
|
||||
service. Configures whether all, none, or a subset of optional fields
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ SYNOPSIS
|
|||
[--candidate-subnets=[SUBNET,...]]
|
||||
[--cloud-router-ipv6-interface-id=INTERFACE_ID]
|
||||
[--customer-router-ipv6-interface-id=PEER_INTERFACE_ID]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
|
||||
[--region=REGION] [--stack-type=STACK_TYPE] [--vlan=VLAN]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[--stack-type=STACK_TYPE] [--vlan=VLAN] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute interconnects attachments dedicated create is used to create
|
||||
|
|
@ -100,6 +100,38 @@ OPTIONAL FLAGS
|
|||
is operational and will carry traffic. Use --no-enable-admin to disable
|
||||
it.
|
||||
|
||||
--encryption=ENCRYPTION
|
||||
Indicates the user-supplied encryption option for this interconnect
|
||||
attachment (VLAN attachment).
|
||||
|
||||
Possible values are:
|
||||
|
||||
NONE - This is the default value, which means the interconnect
|
||||
attachment carries unencrypted traffic. VMs can send traffic to or
|
||||
receive traffic from such interconnect attachment.
|
||||
|
||||
IPSEC - The interconnect attachment carries only traffic that is
|
||||
encrypted by an IPsec device; for example, an HA VPN gateway or
|
||||
third-party IPsec VPN. VMs cannot directly send traffic to or receive
|
||||
traffic from such an interconnect attachment. To use HA VPN over Cloud
|
||||
Interconnect, the interconnect attachment must be created with this
|
||||
option.
|
||||
|
||||
ENCRYPTION must be one of: IPSEC, NONE.
|
||||
|
||||
--ipsec-internal-addresses=[ADDRESSES]
|
||||
List of IP address range names that have been reserved for the
|
||||
interconnect attachment (VLAN attachment). Use this option only for an
|
||||
interconnect attachment that has its encryption option set as IPSEC.
|
||||
Currently only one internal IP address range can be specified for each
|
||||
attachment. When creating an HA VPN gateway for the interconnect
|
||||
attachment, if the attachment is configured to use a regional internal
|
||||
IP address, then the VPN gateway's IP address is allocated from the IP
|
||||
address range specified here. If this field is not specified when
|
||||
creating the interconnect attachment, then when creating any HA VPN
|
||||
gateways for this interconnect attachment, the HA VPN gateway's IP
|
||||
address is allocated from a regional external IP address pool.
|
||||
|
||||
--mtu=MTU
|
||||
Maximum transmission unit (MTU) is the size of the largest IP packet
|
||||
passing through this interconnect attachment. Only 1440 and 1500 are
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute interconnects attachments partner create NAME
|
||||
--edge-availability-domain=AVAILABILITY_DOMAIN --router=ROUTER
|
||||
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute interconnects attachments partner create is used to create
|
||||
|
|
@ -53,6 +54,38 @@ OPTIONAL FLAGS
|
|||
is operational and will carry traffic. Use --no-enable-admin to disable
|
||||
it.
|
||||
|
||||
--encryption=ENCRYPTION
|
||||
Indicates the user-supplied encryption option for this interconnect
|
||||
attachment (VLAN attachment).
|
||||
|
||||
Possible values are:
|
||||
|
||||
NONE - This is the default value, which means the interconnect
|
||||
attachment carries unencrypted traffic. VMs can send traffic to or
|
||||
receive traffic from such interconnect attachment.
|
||||
|
||||
IPSEC - The interconnect attachment carries only traffic that is
|
||||
encrypted by an IPsec device; for example, an HA VPN gateway or
|
||||
third-party IPsec VPN. VMs cannot directly send traffic to or receive
|
||||
traffic from such an interconnect attachment. To use HA VPN over Cloud
|
||||
Interconnect, the interconnect attachment must be created with this
|
||||
option.
|
||||
|
||||
ENCRYPTION must be one of: IPSEC, NONE.
|
||||
|
||||
--ipsec-internal-addresses=[ADDRESSES]
|
||||
List of IP address range names that have been reserved for the
|
||||
interconnect attachment (VLAN attachment). Use this option only for an
|
||||
interconnect attachment that has its encryption option set as IPSEC.
|
||||
Currently only one internal IP address range can be specified for each
|
||||
attachment. When creating an HA VPN gateway for the interconnect
|
||||
attachment, if the attachment is configured to use a regional internal
|
||||
IP address, then the VPN gateway's IP address is allocated from the IP
|
||||
address range specified here. If this field is not specified when
|
||||
creating the interconnect attachment, then when creating any HA VPN
|
||||
gateways for this interconnect attachment, the HA VPN gateway's IP
|
||||
address is allocated from a regional external IP address pool.
|
||||
|
||||
--mtu=MTU
|
||||
Maximum transmission unit (MTU) is the size of the largest IP packet
|
||||
passing through this interconnect attachment. Only 1440 and 1500 are
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute routers create NAME --network=NETWORK
|
||||
[--advertisement-mode=MODE] [--asn=ASN] [--async]
|
||||
[--description=DESCRIPTION] [--keepalive-interval=KEEPALIVE_INTERVAL]
|
||||
[--region=REGION] [--set-advertisement-groups=[GROUP,...]]
|
||||
[--description=DESCRIPTION] [--encrypted-interconnect-router]
|
||||
[--keepalive-interval=KEEPALIVE_INTERVAL] [--region=REGION]
|
||||
[--set-advertisement-groups=[GROUP,...]]
|
||||
[--set-advertisement-ranges=[CIDR_RANGE=DESC,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -42,6 +43,10 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional description of this router.
|
||||
|
||||
--encrypted-interconnect-router
|
||||
Indicates if a router is dedicated for use with encrypted interconnect
|
||||
attachments (VLAN attachments).
|
||||
|
||||
--keepalive-interval=KEEPALIVE_INTERVAL
|
||||
The interval between BGP keepalive messages that are sent to the peer.
|
||||
If set, this value must be between 20 and 60 seconds. The default is 20
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
| --nat-primary-subnet-ip-ranges) [--async]
|
||||
[--[no-]enable-dynamic-port-allocation]
|
||||
[--enable-endpoint-independent-mapping] [--enable-logging]
|
||||
[--endpoint-types=[ENDPOINT_TYPE,...]]
|
||||
[--icmp-idle-timeout=ICMP_IDLE_TIMEOUT] [--log-filter=LOG_FILTER]
|
||||
[--max-ports-per-vm=MAX_PORTS_PER_VM]
|
||||
[--min-ports-per-vm=MIN_PORTS_PER_VM] [--region=REGION] [--rules=RULES]
|
||||
|
|
@ -110,6 +111,20 @@ OPTIONAL FLAGS
|
|||
gcloud compute routers nats update MY-NAT --no-enable-logging \
|
||||
--router ROUTER --region REGION
|
||||
|
||||
--endpoint-types=[ENDPOINT_TYPE,...]
|
||||
Endpoint Types supported by the NAT Gateway.
|
||||
|
||||
ENDPOINT_TYPE must be one of:
|
||||
|
||||
ENDPOINT_TYPE_VM
|
||||
For VM Endpoints
|
||||
ENDPOINT_TYPE_SWG
|
||||
For Secure Web Gateway Endpoints
|
||||
|
||||
The default is ENDPOINT_TYPE_VM.
|
||||
|
||||
ENDPOINT_TYPE must be one of: ENDPOINT_TYPE_VM, ENDPOINT_TYPE_SWG.
|
||||
|
||||
--icmp-idle-timeout=ICMP_IDLE_TIMEOUT
|
||||
Timeout for ICMP connections. See
|
||||
https://cloud.google.com/sdk/gcloud/reference/topic/datetimes for
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute vpn-gateways create NAME --network=NETWORK
|
||||
[--description=DESCRIPTION] [--region=REGION] [--stack-type=STACK_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION]
|
||||
[--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]]
|
||||
[--region=REGION] [--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute vpn-gateways create creates a new Highly Available VPN
|
||||
|
|
@ -35,6 +36,17 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
An optional, textual description for the VPN gateway.
|
||||
|
||||
--interconnect-attachments=[INTERCONNECT_ATTACHMENTS,...]
|
||||
Names of interconnect attachments (VLAN attachments) associated with
|
||||
the VPN gateway interfaces. You must specify this field when using a
|
||||
VPN gateway for HA VPN over Cloud Interconnect. Otherwise, this field
|
||||
is optional.
|
||||
|
||||
For example, --interconnect-attachments
|
||||
attachment-a-zone1,attachment-a-zone2 associates VPN gateway with
|
||||
attachment from zone1 on interface 0 and with attachment from zone2 on
|
||||
interface 1.
|
||||
|
||||
--region=REGION
|
||||
Region of the VPN Gateway to create. If not specified, you might be
|
||||
prompted to select a region (interactive mode only).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue