mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Jan 24 10:20:07 UTC 2024
This commit is contained in:
parent
a47e1e835a
commit
7a546ffea4
99 changed files with 2090 additions and 1700 deletions
|
|
@ -13,7 +13,7 @@ SYNOPSIS
|
|||
[--network-tier=NETWORK_TIER] [--parent-nic-name=PARENT_NIC_NAME]
|
||||
[--private-network-ip=PRIVATE_NETWORK_IP] [--stack-type=STACK_TYPE]
|
||||
[--subnetwork=SUBNETWORK] [--vlan=VLAN] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--address=ADDRESS | --no-address] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute instances network-interfaces add adds network
|
||||
|
|
@ -153,6 +153,20 @@ FLAGS
|
|||
Alternatively, the zone can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_ZONE.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--address=ADDRESS
|
||||
Assigns the given external address to the network interface. The
|
||||
address might be an IP address or the name or URI of an address
|
||||
resource. Specifying an empty string will assign an ephemeral IP.
|
||||
Mutually exclusive with no-address. If neither key is present the
|
||||
network interface will get an ephemeral IP.
|
||||
|
||||
--no-address
|
||||
If specified the network interface will have no external IP. Mutually
|
||||
exclusive with address. If neither key is present the network
|
||||
interfaces will get an ephemeral IP.
|
||||
|
||||
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