mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Jul 2 11:05:25 UTC 2025
This commit is contained in:
parent
f645b4c02d
commit
e53f7148d8
197 changed files with 6280 additions and 495 deletions
|
|
@ -637,23 +637,20 @@ OPTIONAL FLAGS
|
|||
--stack-type. This flag can be repeated to specify multiple network
|
||||
interfaces.
|
||||
|
||||
network
|
||||
Specifies the network that the interface will be part of. If subnet
|
||||
is also specified it must be subnetwork of this network. If neither
|
||||
is specified, this defaults to the "default" network.
|
||||
*network*::: Specifies the network that the interface will be part of.
|
||||
If subnet is also specified it must be subnetwork of this network. If
|
||||
neither is specified, this defaults to the "default" network.
|
||||
|
||||
network-tier
|
||||
Specifies the network tier of the interface. NETWORK_TIER must be
|
||||
one of: PREMIUM, STANDARD. The default value is PREMIUM.
|
||||
*network-tier*::: Specifies the network tier of the interface.
|
||||
`_NETWORK_TIER_` must be one of: `PREMIUM`, `STANDARD`. The default
|
||||
value is `PREMIUM`.
|
||||
|
||||
subnet
|
||||
Specifies the subnet that the interface will be part of. If network
|
||||
key is also specified this must be a subnetwork of the specified
|
||||
network.
|
||||
*subnet*::: Specifies the subnet that the interface will be part of.
|
||||
If network 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.
|
||||
*nic-type*::: Specifies the Network Interface Controller (NIC) type for
|
||||
the interface. `_NIC_TYPE_` must be one of: `GVNIC`, `VIRTIO_NET`.
|
||||
|
||||
no-address
|
||||
If specified the interface will have no external IP. If not
|
||||
|
|
@ -671,12 +668,6 @@ OPTIONAL FLAGS
|
|||
be one of: IPV4_ONLY, IPV4_IPV6, IPV6_ONLY. The default value is
|
||||
IPV4_ONLY.
|
||||
|
||||
igmp-query
|
||||
Determines if the Compute Engine Instance can receive and respond
|
||||
to IGMP query packets on the specified network interface.
|
||||
IGMP_QUERY must be one of: IGMP_QUERY_V2, IGMP_QUERY_DISABLED. It
|
||||
is disabled by default.
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue