1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 30 09:07:09 UTC 2022

This commit is contained in:
Automated 2022-03-30 09:07:09 +00:00
parent cd34e797ae
commit 9bf28f1efe
90 changed files with 1554 additions and 258 deletions

View file

@ -40,6 +40,10 @@ COMMANDS
list
(ALPHA) List Compute Engine firewall rules.
migrate
(ALPHA) Create a new Network Firewall Policy and move all customer
defined firewall rules there.
update
(ALPHA) Update a firewall rule.

View file

@ -0,0 +1,44 @@
NAME
gcloud alpha compute firewall-rules migrate - create a new Network Firewall
Policy and move all customer defined firewall rules there
SYNOPSIS
gcloud alpha compute firewall-rules migrate FIREWALL_POLICY
--network=NETWORK [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute firewall-rules migrate is used to create a new
Network Firewall Policy that contain all rules defined in already existing
Network Firewall Policy associated with the given VPC Network and all
customer defined VPC Firewall Rules attached to that VPC Network.
EXAMPLES
To execute the migration for VPC Network 'my-network' which stores the
result in 'my-policy' Network Firewall Policy, run:
$ gcloud alpha compute firewall-rules migrate my-policy \
--network=my-network
POSITIONAL ARGUMENTS
FIREWALL_POLICY
Name of the new Network Firewall Policy used to store the migration
result.
REQUIRED FLAGS
--network=NETWORK
The VPC Network for which the migration should be performed.
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.

View file

@ -441,8 +441,8 @@ FLAGS
--max-run-duration=MAX_RUN_DURATION
Limits how long this VM instance can run, specified as a duration
relative to the VM instance's most-recent start time. Format the
duration, MAX_RUN_DURATION, similar to "T1h2m3s" where you can specify
the number of hours, minutes, and seconds using "h", "m", and "s"
duration, MAX_RUN_DURATION, similar to T1h2m3s where you can specify
the number of hours, minutes, and seconds using h, m, and s
respectively. Alternatively, to specify a timestamp, use
--termination-time instead.
@ -775,7 +775,7 @@ FLAGS
specify a duration, use --max-run-duration instead.
If neither --termination-time nor --max-run-duration is specified
(default) the VM instance runs until prompted by a user action or
(default), the VM instance runs until prompted by a user action or
system event. If either is specified, the VM instance will be
terminated using the action specified by --instance-termination-action.
For --termination-time, the VM instance is terminated only during the

View file

@ -462,8 +462,8 @@ OPTIONAL FLAGS
--max-run-duration=MAX_RUN_DURATION
Limits how long this VM instance can run, specified as a duration
relative to the VM instance's most-recent start time. Format the
duration, MAX_RUN_DURATION, similar to "T1h2m3s" where you can specify
the number of hours, minutes, and seconds using "h", "m", and "s"
duration, MAX_RUN_DURATION, similar to T1h2m3s where you can specify
the number of hours, minutes, and seconds using h, m, and s
respectively. Alternatively, to specify a timestamp, use
--termination-time instead.
@ -562,6 +562,10 @@ OPTIONAL FLAGS
key is also specified this must be a subnetwork of the specified
network.
nic-type
Specifies the Network Interface Controller (NIC) type for the
interface. NIC_TYPE must be one of: GVNIC, VIRTIO_NET.
--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
@ -680,7 +684,7 @@ OPTIONAL FLAGS
specify a duration, use --max-run-duration instead.
If neither --termination-time nor --max-run-duration is specified
(default) the VM instance runs until prompted by a user action or
(default), the VM instance runs until prompted by a user action or
system event. If either is specified, the VM instance will be
terminated using the action specified by --instance-termination-action.
For --termination-time, the VM instance is terminated only during the

View file

@ -568,8 +568,8 @@ FLAGS
--max-run-duration=MAX_RUN_DURATION
Limits how long this VM instance can run, specified as a duration
relative to the VM instance's most-recent start time. Format the
duration, MAX_RUN_DURATION, similar to "T1h2m3s" where you can specify
the number of hours, minutes, and seconds using "h", "m", and "s"
duration, MAX_RUN_DURATION, similar to T1h2m3s where you can specify
the number of hours, minutes, and seconds using h, m, and s
respectively. Alternatively, to specify a timestamp, use
--termination-time instead.
@ -817,7 +817,7 @@ FLAGS
specify a duration, use --max-run-duration instead.
If neither --termination-time nor --max-run-duration is specified
(default) the VM instance runs until prompted by a user action or
(default), the VM instance runs until prompted by a user action or
system event. If either is specified, the VM instance will be
terminated using the action specified by --instance-termination-action.
For --termination-time, the VM instance is terminated only during the

View file

@ -2,7 +2,9 @@ NAME
gcloud alpha compute networks update - update a Compute Engine network
SYNOPSIS
gcloud alpha compute networks update NAME [--async] [--mtu=MTU]
gcloud alpha compute networks update NAME [--async]
[--[no-]enable-ula-internal-ipv6]
[--internal-ipv6-range=INTERNAL_IPV6_RANGE] [--mtu=MTU]
[--bgp-routing-mode=MODE | --switch-to-custom-subnet-mode]
[GCLOUD_WIDE_FLAG ...]
@ -19,6 +21,21 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--[no-]enable-ula-internal-ipv6
Enable/disable ULA internal IPv6 on this network. Enabling this feature
will assign a /48 from google defined ULA prefix fd20::/20.
Use --enable-ula-internal-ipv6 to enable and
--no-enable-ula-internal-ipv6 to disable.
--internal-ipv6-range=INTERNAL_IPV6_RANGE
When enabling ULA internal IPv6, caller can optionally specify the /48
range they want from the google defined ULA prefix fd20::/20.
ULA_IPV6_RANGE must be a valid /48 ULA IPv6 address and within the
fd20::/20. Operation will fail if the speficied /48 is already in used
by another resource. If the field is not speficied, then a /48 range
will be randomly allocated from fd20::/20 and returned via this field.
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet
that can be transmitted on this network. Default value is 1460 bytes,