mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -12,10 +12,11 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION]
|
||||
[--enable-hot-tier-auto-resize=ENABLE_HOT_TIER_AUTO_RESIZE]
|
||||
[--enable-ldap=ENABLE_LDAP] [--hot-tier-size=HOT_TIER_SIZE]
|
||||
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]]
|
||||
[--kms-config=KMS_CONFIG] [--labels=[KEY=VALUE,...]] [--mode=MODE]
|
||||
[--qos-type=QOS_TYPE] [--replica-zone=REPLICA_ZONE]
|
||||
[--total-iops=TOTAL_IOPS] [--total-throughput=TOTAL_THROUGHPUT]
|
||||
[--type=TYPE] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--scale-tier=SCALE_TIER] [--total-iops=TOTAL_IOPS]
|
||||
[--total-throughput=TOTAL_THROUGHPUT] [--type=TYPE] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Creates a Storage Pool to contain Volumes with a specified Service
|
||||
|
|
@ -199,6 +200,12 @@ OPTIONAL FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
--mode=MODE
|
||||
The mode of the Storage Pool. ONTAP mode is for performing ONTAP
|
||||
operations with ONTAP Mode APIs. DEFAULT mode is for performing
|
||||
operations allowed with NetApp Files APIs. MODE must be one of:
|
||||
default, ontap.
|
||||
|
||||
--qos-type=QOS_TYPE
|
||||
Quality of service (QoS) type for the Storage Pool. QOS_TYPE must be
|
||||
one of: auto, manual, qos-type-unspecified.
|
||||
|
|
@ -206,6 +213,12 @@ OPTIONAL FLAGS
|
|||
--replica-zone=REPLICA_ZONE
|
||||
String indicating replica zone for the Storage Pool
|
||||
|
||||
--scale-tier=SCALE_TIER
|
||||
The scale tier of the Storage Pool. standard scale tier is for standard
|
||||
capacity and performance tier. enterprise scale tier is for higher
|
||||
capacity and performance tier. SCALE_TIER must be one of: enterprise,
|
||||
standard.
|
||||
|
||||
--total-iops=TOTAL_IOPS
|
||||
Integer indicating total IOPS of the Storage Pool
|
||||
|
||||
|
|
|
|||
63
gcloud/alpha/netapp/storage-pools/execute
Normal file
63
gcloud/alpha/netapp/storage-pools/execute
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud alpha netapp storage-pools execute - execute an ONTAP CLI command
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha netapp storage-pools execute
|
||||
(STORAGE_POOL : --location=LOCATION) ONTAP_COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Execute an ONTAP CLI command.
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Storage pool resource - The Storage Pool to target. The arguments in this
|
||||
group can be used to specify the attributes of this 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 storage_pool on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
STORAGE_POOL
|
||||
ID of the storage_pool or fully qualified identifier for the
|
||||
storage_pool.
|
||||
|
||||
To set the storage_pool attribute:
|
||||
▸ provide the argument storage_pool on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location of the storage_pool.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument storage_pool on the command line with a
|
||||
fully specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property netapp/location.
|
||||
|
||||
ONTAP_COMMAND
|
||||
The ONTAP command to execute.
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud beta netapp storage-pools execute
|
||||
|
||||
|
|
@ -25,6 +25,9 @@ COMMANDS
|
|||
describe
|
||||
(ALPHA) Show metadata for a Cloud NetApp Storage Pool.
|
||||
|
||||
execute
|
||||
(ALPHA) Execute an ONTAP CLI command.
|
||||
|
||||
list
|
||||
(ALPHA) List Cloud NetApp Storage Pools.
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ SYNOPSIS
|
|||
[peer-volume-name=PEER-VOLUME-NAME],[replication=REPLICATION],
|
||||
[replication-schedule=REPLICATION-SCHEDULE]]
|
||||
[--labels=[KEY=VALUE,...]] [--large-capacity=LARGE_CAPACITY]
|
||||
[--large-capacity-config[=[constituent-count=CONSTITUENT-COUNT]]]
|
||||
[--multiple-endpoints=MULTIPLE_ENDPOINTS]
|
||||
[--restricted-actions=RESTRICTED_ACTION,[...]]
|
||||
[--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"]
|
||||
|
|
@ -259,6 +260,17 @@ OPTIONAL FLAGS
|
|||
Boolean flag indicating whether Volume is a large capacity Volume or
|
||||
not
|
||||
|
||||
--large-capacity-config[=[constituent-count=CONSTITUENT-COUNT]]
|
||||
Large Capacity Config contains configuration for large capacity
|
||||
volumes.
|
||||
|
||||
Large Capacity Config has the following format:
|
||||
--large-capacity-config=constituent-count=CONSTITUENT_COUNT
|
||||
--large-capacity-config
|
||||
|
||||
constituent-count
|
||||
(optional) The number of constituents for a large capacity volume.
|
||||
|
||||
--multiple-endpoints=MULTIPLE_ENDPOINTS
|
||||
Boolean flag indicating whether Volume is a multiple endpoints Volume
|
||||
or not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue