1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Thu Jun 15 10:31:27 UTC 2023

This commit is contained in:
Automated 2023-06-15 10:31:27 +00:00
parent 435c9359b5
commit 2102dc5511
223 changed files with 8143 additions and 443 deletions

View file

@ -17,7 +17,18 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Cloud NetApp Active Directory.
(ALPHA) Creates an AD (Active Directory) config for Cloud NetApp Volumes
EXAMPLES
The following command creates an AD named AD_NAME with the required
arguments
$ gcloud alpha netapp active-directories create AD_NAME \
--location=us-central1 --domain=example-domain.com \
--dns=0.0.0.0 --net-bios-prefix=prefix-1 --enable-aes=true \
--username=user1 --password="secure1" \
--backup-operators=backup_op1,backup_op2 \
--security-operators=sec_op1,sec_op2 --enable-ldap-signing=false
POSITIONAL ARGUMENTS
Active directory resource - The Active Directory to create. The arguments
@ -135,5 +146,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp active-directories create

View file

@ -8,7 +8,19 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Cloud NetApp Active Directory.
(ALPHA) Deletes an AD (Active Directory) config for Cloud NetApp Volumes
EXAMPLES
The following command deletes an AD named AD_NAME with the required
arguments
$ gcloud alpha netapp active-directories delete AD_NAME \
--location=us-central1
To delete a AD Config asynchronously, run the following command:
$ gcloud alpha netapp active-directories delete AD_NAME \
--location=us-central1 --async
POSITIONAL ARGUMENTS
Active directory resource - The Active Directory to delete. The arguments
@ -61,5 +73,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp active-directories delete

View file

@ -7,7 +7,14 @@ SYNOPSIS
(ACTIVE_DIRECTORY : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show metadata for a Cloud NetApp Active Directory.
(ALPHA) Describes an AD (Active Directory) config for Cloud NetApp Volumes
EXAMPLES
The following command describes an AD named AD_NAME with the required
arguments
$ gcloud alpha netapp active-directories describe AD_NAME \
--location=us-central1
POSITIONAL ARGUMENTS
Active directory resource - The Active Directory to describe. The
@ -55,5 +62,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp active-directories describe

View file

@ -35,5 +35,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp active-directories

View file

@ -8,7 +8,12 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud NetApp Active Directories.
(ALPHA) Lists AD (Active Directory) configs for Cloud NetApp Volumes
EXAMPLES
The following command lists AD configs in the given project and location
$ gcloud alpha netapp active-directories list --location=us-central1
FLAGS
Location resource - The location in which to list Active Directories. This
@ -77,5 +82,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp active-directories list

View file

@ -18,7 +18,19 @@ SYNOPSIS
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud NetApp Active Directory.
(ALPHA) Updates AD (Active Directory) configs for Cloud NetApp Volumes
EXAMPLES
The following command updates an AD config in the given project and
location with specified arguments
$ gcloud alpha netapp active-directories update AD_NAME \
--location=us-central1 --domain=new-domain.com --dns=1.1.1.1 \
--site=new_site --net-bios-prefix=new_prefix \
--organizational-unit=ou2 --enable-aes=true --username=user2 \
--password="secure2" --backup-operators=backup_op3 \
--security-operators=secure_op3 --enable-ldap-signing=true \
--encrypt-dc-connections=yes --kdc-hostname=kdc-host1
POSITIONAL ARGUMENTS
Active directory resource - The Active Directory to update. The arguments
@ -157,5 +169,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp active-directories update

View file

@ -6,13 +6,14 @@ SYNOPSIS
DESCRIPTION
(ALPHA) The gcloud netapp command group lets you create, configure and
manipulate Cloud NetApp Files resources such as Volumes, Storage Pools,
manipulate Cloud NetApp Volumes resources such as Volumes, Storage Pools,
Active Directories, KMS Configs, Volume Snapshots, and Volume Replications
etc.
With Cloud NetApp Files, you can take advantage of Google Cloud Platform's
scale, performance and value to manage and run on-prem NetApp Files
solutions on Google infrastructure, so you don't have to modernize your
file workloads, and allow for legacy feature support.
With Cloud NetApp Volumes, you can take advantage of Google Cloud
Platform's scale, performance and value to manage and run on-prem NetApp
Files solutions on Google infrastructure, so you don't have to modernize
your file workloads, and allow for legacy feature support.
More information on Cloud NetApp Files can be found here:
https://cloud.google.com/netapp/docs/reference/rest
@ -44,5 +45,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp

View file

@ -45,5 +45,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp locations describe

View file

@ -26,5 +26,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp locations

View file

@ -10,8 +10,7 @@ DESCRIPTION
(ALPHA) Lists all Cloud NetApp Files locations.
EXAMPLES
The following command shows the details for the NetApp Files location named
NAME.
The following command lists NetApp Files locations.
$ gcloud alpha netapp locations list
@ -59,5 +58,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp locations list

View file

@ -9,6 +9,12 @@ SYNOPSIS
DESCRIPTION
(ALPHA) Describe a Cloud NetApp Files operation.
EXAMPLES
The following command shows the details for the NetApp Files operation
named NAME.
$ gcloud alpha netapp operations describe NAME
POSITIONAL ARGUMENTS
Operation resource - The operation to describe. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
@ -54,5 +60,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp operations describe

View file

@ -26,5 +26,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp operations

View file

@ -7,7 +7,12 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud NetApp Files operations.
(ALPHA) Lists all Cloud NetApp Files operations.
EXAMPLES
The following command lists NetApp Files operations under a given location
$ gcloud alpha netapp operations list --location=us-central1
FLAGS
Location resource - The location in which to list operations. This
@ -76,5 +81,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp operations list

View file

@ -5,11 +5,25 @@ NAME
SYNOPSIS
gcloud alpha netapp storage-pools create
(STORAGE_POOL : --location=LOCATION) --capacity=CAPACITY
--service-level=SERVICE_LEVEL [--async] [--description=DESCRIPTION]
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
--network=[name=NAME],[psa-range=PSA-RANGE]
--service-level=SERVICE_LEVEL [--active-directory=ACTIVE_DIRECTORY]
[--async] [--description=DESCRIPTION] [--enable-ldap=ENABLE_LDAP]
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Cloud NetApp Storage Pool.
(ALPHA) Creates a Storage Pool to contain Volumes with a specified Service
Level and capacity.
EXAMPLES
The following command creates a Storage Pool named NAME using all possible
arguments
$ gcloud alpha netapp storage-pools create NAME \
--location=us-central1 --service-level=standard \
--capacity=2048 --network=name=default --active-directory=ad1 \
--kms-config=kms-config1 --enable-ldap=true \
--description="example description"
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to create. The arguments in this
@ -50,6 +64,18 @@ REQUIRED FLAGS
The desired capacity of the Storage Pool in GiB or TiB units.If no
capacity unit is specified, GiB is assumed.
--network=[name=NAME],[psa-range=PSA-RANGE]
Network configuration for a Cloud NetApp Files Storage Pool. Specifying
psa-range is optional.
name
The name of the Google Compute Engine VPC network to which the
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 Storage Pools in the selected VPC network.
--service-level=SERVICE_LEVEL
The service level for the Cloud NetApp Storage Pool. For more details,
see:
@ -67,6 +93,30 @@ REQUIRED FLAGS
64 MiB/s.
OPTIONAL FLAGS
Active directory resource - The Active Directory to attach to the Storage
Pool. This represents a Cloud resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument --active-directory on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
To set the location attribute:
◆ provide the argument --active-directory on the command line with a
fully specified name;
◆ provide the argument --location on the command line;
◆ set the property netapp/location;
◆ set the property netapp/region.
--active-directory=ACTIVE_DIRECTORY
ID of the active_directory or fully qualified identifier for the
active_directory.
To set the active_directory attribute:
▸ provide the argument --active-directory on the command line.
--async
Return immediately, without waiting for the operation in progress to
complete.
@ -74,6 +124,34 @@ OPTIONAL FLAGS
--description=DESCRIPTION
A description of the Cloud NetApp Storage Pool
--enable-ldap=ENABLE_LDAP
Boolean flag indicating whether Storage Pool is a NFS LDAP Storage Pool
or not
Kms config resource - The KMS config to attach to the Storage Pool. This
represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument --kms-config on the command line with a fully
specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
To set the location attribute:
◆ provide the argument --kms-config on the command line with a fully
specified name;
◆ provide the argument --location on the command line;
◆ set the property netapp/location;
◆ set the property netapp/region.
--kms-config=KMS_CONFIG
ID of the kms_config or fully qualified identifier for the
kms_config.
To set the kms_config attribute:
▸ provide the argument --kms-config on the command line.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.
@ -94,5 +172,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools create

View file

@ -7,7 +7,19 @@ SYNOPSIS
(STORAGE_POOL : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Cloud NetApp Storage Pool.
(ALPHA) Delete a Storage Pool
EXAMPLES
The following command deletes a Storage Pool named NAME in the given
location
$ gcloud alpha netapp storage-pools delete NAME \
--location=us-central1
To delete a Storage Pool asynchronously, run the following command:
$ gcloud alpha netapp storage-pools delete NAME \
--location=us-central1 --async
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to delete. The arguments in this
@ -60,5 +72,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools delete

View file

@ -7,7 +7,14 @@ SYNOPSIS
(STORAGE_POOL : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show metadata for a Cloud NetApp Storage Pool.
(ALPHA) Describe a Storage Pool
EXAMPLES
The following command describes a Storage Pool named NAME in the given
location
$ gcloud alpha netapp storage-pools describe NAME \
--location=us-central1
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to describe. The arguments in
@ -55,5 +62,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools describe

View file

@ -35,5 +35,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools

View file

@ -7,7 +7,12 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud NetApp Storage Pools.
(ALPHA) Lists Storage Pools
EXAMPLES
The following command lists Storage Pools in the given location
$ gcloud alpha netapp storage-pools list --location=us-central1
FLAGS
Location resource - The location in which to list Storage Pools. This
@ -76,5 +81,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools list

View file

@ -4,12 +4,21 @@ NAME
SYNOPSIS
gcloud alpha netapp storage-pools update
(STORAGE_POOL : --location=LOCATION) [--async] [--capacity=CAPACITY]
(STORAGE_POOL : --location=LOCATION)
[--active-directory=ACTIVE_DIRECTORY] [--async] [--capacity=CAPACITY]
[--description=DESCRIPTION] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud NetApp Storage Pool.
(ALPHA) Updates a Storage Pool with given arguments
EXAMPLES
The following command updates a Storage Pool named NAME in the given
location
$ gcloud alpha netapp storage-pools update NAME \
--location=us-central1 --capacity=4096 --active-directory=ad-2 \
--description="new description" --update-labels=key1=val1
POSITIONAL ARGUMENTS
Storage pool resource - The Storage Pool to update. The arguments in this
@ -46,6 +55,30 @@ POSITIONAL ARGUMENTS
▸ set the property netapp/region.
FLAGS
Active directory resource - The Active Directory to attach to the Storage
Pool. This represents a Cloud resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument --active-directory on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
To set the location attribute:
◆ provide the argument --active-directory on the command line with a
fully specified name;
◆ provide the argument --location on the command line;
◆ set the property netapp/location;
◆ set the property netapp/region.
--active-directory=ACTIVE_DIRECTORY
ID of the active_directory or fully qualified identifier for the
active_directory.
To set the active_directory attribute:
▸ provide the argument --active-directory on the command line.
--async
Return immediately, without waiting for the operation in progress to
complete.
@ -98,5 +131,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp storage-pools update

View file

@ -3,10 +3,9 @@ NAME
SYNOPSIS
gcloud alpha netapp volumes create (VOLUME : --location=LOCATION)
--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]
--capacity=CAPACITY --protocols=PROTOCOL,[PROTOCOL,...]
--share-name=SHARE_NAME --storage-pool=STORAGE_POOL [--async]
[--description=DESCRIPTION] [--enable-kerberos=ENABLE_KERBEROS]
[--export-policy=[access-type=ACCESS-TYPE],
[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],
[kerberos-5-read-only=KERBEROS-5-READ-ONLY],
@ -32,7 +31,25 @@ SYNOPSIS
[--unix-permissions=UNIX_PERMISSIONS] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Cloud NetApp Volume.
(ALPHA) Create a Cloud NetApp Volume
EXAMPLES
The following command creates a NFS Volume named NAME asynchronously using
the specified arguments
$ gcloud alpha netapp volumes create NAME --capacity=1024 \
--protocols=nfsv3,nfsv4 --share-name=share1 --storage-pool=sp1 \
--description="test description" --enable-kerberos=true \
--unix-permissions=0755 --async
The following command creates a SMB Volume named NAME asynchronously using
the specified arguments
$ gcloud alpha netapp volumes create NAME --capacity=1024 \
--protocols=smb --share-name=share2 --storage-pool=sp2 \
--description="test smb" --security-style=ntfs \
--smb-settings=SHOW_SNAPSHOT,SHOW_PREVIOUS_VERSIONS,\
ACCESS_BASED_ENUMERATION --snap-reserve=0.1 --async
POSITIONAL ARGUMENTS
Volume resource - The Volume to create. The arguments in this group can be
@ -71,18 +88,6 @@ 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],[psa-range=PSA-RANGE]
Network configuration for a Cloud NetApp Files Volume. Specifying
psa-range is optional.
name
The name of the Google Compute Engine VPC network to which the
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
component values are: NFSV3, NFSV4, SMB
@ -129,9 +134,6 @@ OPTIONAL FLAGS
--enable-kerberos=ENABLE_KERBEROS
Boolean flag indicating whether Volume is a kerberos Volume or not
--enable-ldap=ENABLE_LDAP
Boolean flag indicating whether Volume is a NFS LDAP Volume or not
--export-policy=[access-type=ACCESS-TYPE],[allowed-clients=ALLOWED-CLIENTS],[has-root-access=HAS-ROOT-ACCESS],[kerberos-5-read-only=KERBEROS-5-READ-ONLY],[kerberos-5-read-write=KERBEROS-5-READ-WRITE],[kerberos-5i-read-only=KERBEROS-5I-READ-ONLY],[kerberos-5i-read-write=KERBEROS-5I-READ-WRITE],[kerberos-5p-read-only=KERBEROS-5P-READ-ONLY],[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],[nfsv3=NFSV3],[nfsv4=NFSV4]
Export Policy of a Cloud NetApp Files Volume. This will be a field
similar to network in which export policy fields can be specified as
@ -235,5 +237,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes create

View file

@ -6,7 +6,17 @@ SYNOPSIS
[--force] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Cloud NetApp Volume.
(ALPHA) Delete a Cloud NetApp Volume
EXAMPLES
The following command deletes a Volume named NAME in the given location
$ gcloud alpha netapp volumes delete NAME --location=us-central1
To delete a Volume named NAME asynchronously, run the following command:
$ gcloud alpha netapp volumes delete NAME --location=us-central1 \
--async
POSITIONAL ARGUMENTS
Volume resource - The Volume to delete. The arguments in this group can be
@ -61,5 +71,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes delete

View file

@ -7,7 +7,12 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Show metadata for a Cloud NetApp Volume.
(ALPHA) Describe a Cloud NetApp Volume
EXAMPLES
The following command describe a Volume named NAME in the given location
$ gcloud alpha netapp volumes describe NAME --location=us-central1
POSITIONAL ARGUMENTS
Volume resource - The Volume to describe. The arguments in this group can
@ -53,5 +58,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes describe

View file

@ -43,5 +43,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes

View file

@ -7,7 +7,12 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud NetApp Volumes.
(ALPHA) Lists Cloud NetApp Volumes
EXAMPLES
The following command lists all Volumes in the given location
$ gcloud alpha netapp volumes list --location=us-central1
FLAGS
Location resource - The location in which to list Volumes. This represents
@ -76,5 +81,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes list

View file

@ -7,7 +7,14 @@ SYNOPSIS
--snapshot=SNAPSHOT [--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Revert a Cloud NetApp Volume back to a specified Snapshot.
(ALPHA) Revert a Cloud NetApp Volume back to a specified source Snapshot
EXAMPLES
The following command reverts a Volume named NAME in the given location and
snapshot
$ gcloud alpha netapp volumes revert NAME --location=us-central1 \
--snapshot="snapshot1"
POSITIONAL ARGUMENTS
Volume resource - The Volume to revert. The arguments in this group can be
@ -87,5 +94,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes revert

View file

@ -8,7 +8,14 @@ SYNOPSIS
[--labels=[KEY=VALUE,...]] [--volume=VOLUME] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates a Cloud NetApp Volume Snapshot.
(ALPHA) Create a Cloud NetApp Volume Snapshot
EXAMPLES
The following command creates a Snapshot named NAME using the required
arguments
$ gcloud alpha netapp volumes snapshots create NAME \
--location=us-central1 --volume=vol1
POSITIONAL ARGUMENTS
Snapshot resource - The Snapshot to create. The arguments in this group
@ -99,5 +106,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes snapshots create

View file

@ -8,7 +8,19 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Cloud NetApp Volume Snapshot.
(ALPHA) Delete a Cloud NetApp Volume Snapshot
EXAMPLES
The following command deletes a Snapshot named NAME in the given location
and volume
$ gcloud alpha netapp volumes snapshots delete NAME \
--location=us-central1 --volume=vol1
To delete a Snapshot named NAME asynchronously, run the following command:
$ gcloud alpha netapp volumes snapshots delete NAME \
--location=us-central1 --volume=vol1 --async
POSITIONAL ARGUMENTS
Snapshot resource - The Snapshot to delete. The arguments in this group
@ -88,5 +100,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes snapshots delete

View file

@ -8,7 +8,14 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Cloud NetApp Volume Snapshot.
(ALPHA) Describe a Cloud NetApp Volume Snapshot
EXAMPLES
The following command describes a Snapshot named NAME in the given location
and volume
$ gcloud alpha netapp volumes snapshots describe NAME \
--location=us-central1 --volume=vol1
POSITIONAL ARGUMENTS
Snapshot resource - The Snapshot to describe. The arguments in this group
@ -84,5 +91,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes snapshots describe

View file

@ -35,5 +35,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes snapshots

View file

@ -9,7 +9,13 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud NetApp Volume Snapshots.
(ALPHA) Lists Cloud NetApp Volume Snapshots
EXAMPLES
The following command lists all Snapshots in the given location and volume
$ gcloud alpha netapp volumes snapshots list \
--location=us-central1 --volume=vol1
FLAGS
Location resource - The location in which to list Volume Snapshots. This
@ -101,5 +107,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes snapshots list

View file

@ -9,7 +9,15 @@ SYNOPSIS
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud NetApp Volume Snapshot.
(ALPHA) Update a Cloud NetApp Volume Snapshot and its specified parameters
EXAMPLES
The following command updates a Snapshot named NAME and its specified
parameters
$ gcloud alpha netapp volumes snapshots update NAME \
--location=us-central1 --description="new" \
--update-labels=key2=val2 --volume=vol1
POSITIONAL ARGUMENTS
Snapshot resource - The Snapshot to update. The arguments in this group
@ -121,5 +129,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes snapshots update

View file

@ -32,7 +32,16 @@ SYNOPSIS
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud NetApp Volume.
(ALPHA) Update a Cloud NetApp Volume and its specified parameters
EXAMPLES
The following command updates a Volume named NAME and its specified
parameters
$ gcloud alpha netapp volumes update NAME --location=us-central1 \
--capacity=4096 --description="new description" \
--enable-kerberos=false --storage-pool=sp3 \
--unix-permissions=0777
POSITIONAL ARGUMENTS
Volume resource - The Volume to update. The arguments in this group can be
@ -238,5 +247,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta netapp volumes update