1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Nov 13 10:04:10 UTC 2024

This commit is contained in:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -17,8 +17,13 @@ SYNOPSIS
[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]] [--labels=[KEY=VALUE,...]]
[--large-capacity=LARGE_CAPACITY]
[nfsv3=NFSV3],[nfsv4=NFSV4]]
[--hybrid-replication-parameters=[cluster-location=CLUSTER-LOCATION],
[description=DESCRIPTION],[labels=LABELS],
[peer-cluster-name=PEER-CLUSTER-NAME],
[peer-ip-addresses=PEER-IP-ADDRESSES],[peer-svm-name=PEER-SVM-NAME],
[peer-volume-name=PEER-VOLUME-NAME],[replication=REPLICATION]]
[--labels=[KEY=VALUE,...]] [--large-capacity=LARGE_CAPACITY]
[--multiple-endpoints=MULTIPLE_ENDPOINTS]
[--restricted-actions=RESTRICTED_ACTION,[...]]
[--security-style=SECURITY_STYLE; default="SECURITY_STYLE_UNSPECIFIED"]
@ -164,6 +169,30 @@ OPTIONAL FLAGS
kerberos-5p-read-only=KERBEROS_5P_READ_ONLY,
kerberos-5p-read-write=KERBEROS_5P_READ_WRITE
--hybrid-replication-parameters=[cluster-location=CLUSTER-LOCATION],[description=DESCRIPTION],[labels=LABELS],[peer-cluster-name=PEER-CLUSTER-NAME],[peer-ip-addresses=PEER-IP-ADDRESSES],[peer-svm-name=PEER-SVM-NAME],[peer-volume-name=PEER-VOLUME-NAME],[replication=REPLICATION]
Hybrid Replication Parameters contains hybrid replication parameters on
a volume.
Hybrid Replication Parameters will have the following format
--hybrid-replication-parameters=replication=REPLICATION,
peer-volume-name=PEER_VOLUME_NAME,
peer-cluster-name=PEER_CLUSTER_NAME,
peer-svm-name=PEER_SVM_NAME,
peer-ip-addresses=[PEER-IP-ADDRESS1#PEER-IP-ADDRESS2#...],
cluster-location=CLUSTER_LOCATION,
description=DESCRIPTION,
labels=[KEY1:VALUE1#KEY2:VALUE2#...]
replication is the desired name for the replication of the volume,
peer-volume-name is the name of the user's local source volume,
peer-cluster-name is the name of the user's local source cluster,
peer-svm-name is the name of the user's local source vserver svm,
peer-ip-addresses is a ampersand-separated(#) list of ip addresses,
cluster-location is the name of the source cluster location,
description is the description of the replication and labels is an
hashtag-separated(#) key value pair of labels with key and value
separated by colon(:) for the replication.
--labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to add.

View file

@ -9,8 +9,8 @@ SYNOPSIS
[share_name=SHARE_NAME],
[storage_pool=STORAGE_POOL],[volume_id=VOLUME_ID]
--replication-schedule=REPLICATION_SCHEDULE [--async]
[--description=DESCRIPTION] [--labels=[KEY=VALUE,...]]
[--volume=VOLUME] [GCLOUD_WIDE_FLAG ...]
[--cluster-location=CLUSTER_LOCATION] [--description=DESCRIPTION]
[--labels=[KEY=VALUE,...]] [--volume=VOLUME] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a Cloud NetApp Volume Replication.
@ -73,6 +73,9 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--cluster-location=CLUSTER_LOCATION
Location of the user cluster.
--description=DESCRIPTION
A description of the Cloud NetApp Replication

View file

@ -0,0 +1,117 @@
NAME
gcloud netapp volumes replications establish-peering - establish peering
for Hybrid replication
SYNOPSIS
gcloud netapp volumes replications establish-peering
(REPLICATION : --location=LOCATION)
--peer-cluster-name=PEER_CLUSTER_NAME --peer-svm-name=PEER_SVM_NAME
--peer-volume-name=PEER_VOLUME_NAME [--async]
[--peer-ip-addresses=PEER_IP_ADDRESS,[...]] [--volume=VOLUME]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Establish peering for Hybrid replication.
EXAMPLES
The following command establishes peering for Hybrid replication named NAME
using the arguments specified:
$ gcloud netapp volumes replications establish-peering NAME \
--volume=volume1 --peer-cluster-name=peer-cluster-name1 \
--peer-svm-name=peer-svm-name1 \
--peer-volume-name=peer-volume-name1 \
--peer-ip-addresses=1.1.1.1,2.2.2.2
POSITIONAL ARGUMENTS
Replication resource - The Hybrid replication to establish peering for.
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 replication 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 volume attribute:
◆ provide the argument replication on the command line with a fully
specified name;
◆ provide the argument --volume on the command line.
This must be specified.
REPLICATION
ID of the replication or fully qualified identifier for the
replication.
To set the replication attribute:
▸ provide the argument replication 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 replication.
To set the location attribute:
▸ provide the argument replication on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property netapp/location.
REQUIRED FLAGS
--peer-cluster-name=PEER_CLUSTER_NAME
Name of the destination cluster to be peered with the source cluster.
--peer-svm-name=PEER_SVM_NAME
Name of the local source vserver svm to be peered with the destination
cluster.
--peer-volume-name=PEER_VOLUME_NAME
Name of the source volume to be peered with the destination volume.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--peer-ip-addresses=PEER_IP_ADDRESS,[...]
List of ip addresses to be used for peering.
Volume resource - The Volume that the Replication is based on 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 --volume 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 --volume on the command line with a fully
specified name;
◆ provide the argument --location on the command line;
◆ set the property netapp/location.
--volume=VOLUME
ID of the volume or fully qualified identifier for the volume.
To set the volume attribute:
▸ provide the argument --volume on the command line.
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 variant is also available:
$ gcloud beta netapp volumes replications establish-peering

View file

@ -25,6 +25,9 @@ COMMANDS
describe
Describe a Cloud NetApp Volume Replication.
establish-peering
Establish peering for Hybrid replication.
list
List Cloud NetApp Volume Replications.
@ -37,6 +40,9 @@ COMMANDS
stop
Stop a Cloud NetApp Volume Replication.
sync
Sync a Cloud NetApp Volume Replication.
update
Update a Cloud NetApp Volume Replication.

View file

@ -0,0 +1,101 @@
NAME
gcloud netapp volumes replications sync - sync a Cloud NetApp Volume
Replication
SYNOPSIS
gcloud netapp volumes replications sync (REPLICATION : --location=LOCATION)
[--async] [--volume=VOLUME] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Sync a Cloud NetApp Volume Replication.
EXAMPLES
The following command syncs a Replication named NAME using the required
arguments:
$ gcloud netapp volumes replications sync NAME \
--location=us-central1 --volume=vol1
To sync a Replication named NAME asynchronously, run the following command:
$ gcloud netapp volumes replications sync NAME \
--location=us-central1 --volume=vol1 --async
POSITIONAL ARGUMENTS
Replication resource - The Replication to sync. 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 replication 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 volume attribute:
◆ provide the argument replication on the command line with a fully
specified name;
◆ provide the argument --volume on the command line.
This must be specified.
REPLICATION
ID of the replication or fully qualified identifier for the
replication.
To set the replication attribute:
▸ provide the argument replication 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 replication.
To set the location attribute:
▸ provide the argument replication on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property netapp/location.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
Volume resource - The Volume that the Replication is based on 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 --volume 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 --volume on the command line with a fully
specified name;
◆ provide the argument --location on the command line;
◆ set the property netapp/location.
--volume=VOLUME
ID of the volume or fully qualified identifier for the volume.
To set the volume attribute:
▸ provide the argument --volume on the command line.
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 variant is also available:
$ gcloud beta netapp volumes replications sync

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud netapp volumes replications update
(REPLICATION : --location=LOCATION) [--async]
[--description=DESCRIPTION]
[--cluster-location=CLUSTER_LOCATION] [--description=DESCRIPTION]
[--replication-schedule=REPLICATION_SCHEDULE]
[--update-labels=[KEY=VALUE,...]] [--volume=VOLUME]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
@ -65,6 +65,9 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--cluster-location=CLUSTER_LOCATION
Location of the user cluster.
--description=DESCRIPTION
A description of the Cloud NetApp Replication