mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed May 24 10:23:00 UTC 2023
This commit is contained in:
parent
a56fab68e5
commit
d0919dce4f
151 changed files with 3286 additions and 306 deletions
|
|
@ -3,8 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha netapp volumes create (VOLUME : --location=LOCATION)
|
||||
--capacity=CAPACITY
|
||||
--network=[name=NAME],[reserved-ip-range=RESERVED-IP-RANGE]
|
||||
--capacity=CAPACITY --network=[name=NAME],[psa-range=PSA-RANGE]
|
||||
--protocols=PROTOCOL,[PROTOCOL,...] --share-name=SHARE_NAME
|
||||
--storage-pool=STORAGE_POOL [--async] [--description=DESCRIPTION]
|
||||
[--enable-kerberos=ENABLE_KERBEROS] [--enable-ldap=ENABLE_LDAP]
|
||||
|
|
@ -72,20 +71,17 @@ REQUIRED FLAGS
|
|||
The desired capacity of the Volume in GiB or TiB units.If no capacity
|
||||
unit is specified, GiB is assumed.
|
||||
|
||||
--network=[name=NAME],[reserved-ip-range=RESERVED-IP-RANGE]
|
||||
--network=[name=NAME],[psa-range=PSA-RANGE]
|
||||
Network configuration for a Cloud NetApp Files Volume. Specifying
|
||||
reserved-ip-range is optional.
|
||||
psa-range is optional.
|
||||
name
|
||||
The name of the Google Compute Engine VPC network to which the
|
||||
instance is connected.
|
||||
reserved-ip-range
|
||||
The reserved-ip-range can have an allocated IP address range
|
||||
(https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address).
|
||||
When the name of an allocated IP address range is specified, it
|
||||
must be one of the ranges associated with the private service
|
||||
access connection. The range you specify can't overlap with either
|
||||
existing subnets or assigned IP address ranges for other Cloud
|
||||
NetApp Files Volumes in the selected VPC network.
|
||||
volume is connected.
|
||||
psa-range
|
||||
The psa-range is the name of the allocated range of the Private
|
||||
Service Access connection. The range you specify can't overlap with
|
||||
either existing subnets or assigned IP address ranges for other
|
||||
Cloud NetApp Files Volumes in the selected VPC network.
|
||||
|
||||
--protocols=PROTOCOL,[PROTOCOL,...]
|
||||
Type of File System protocols for the Cloud NetApp Files VolumeValid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue