mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 23 10:54:24 UTC 2025
This commit is contained in:
parent
b589c4c4ad
commit
4d8dd33b3e
138 changed files with 4506 additions and 597 deletions
|
|
@ -19,10 +19,13 @@ SYNOPSIS
|
|||
[kerberos-5p-read-write=KERBEROS-5P-READ-WRITE],
|
||||
[nfsv3=NFSV3],[nfsv4=NFSV4]]
|
||||
[--hybrid-replication-parameters=[cluster-location=CLUSTER-LOCATION],
|
||||
[description=DESCRIPTION],[labels=LABELS],
|
||||
[description=DESCRIPTION],
|
||||
[hybrid-replication-type=HYBRID-REPLICATION-TYPE],[labels=LABELS],
|
||||
[large-volume-constituent-count=LARGE-VOLUME-CONSTITUENT-COUNT],
|
||||
[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]]
|
||||
[peer-volume-name=PEER-VOLUME-NAME],[replication=REPLICATION],
|
||||
[replication-schedule=REPLICATION-SCHEDULE]]
|
||||
[--labels=[KEY=VALUE,...]] [--large-capacity=LARGE_CAPACITY]
|
||||
[--multiple-endpoints=MULTIPLE_ENDPOINTS]
|
||||
[--restricted-actions=RESTRICTED_ACTION,[...]]
|
||||
|
|
@ -169,7 +172,7 @@ 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=[cluster-location=CLUSTER-LOCATION],[description=DESCRIPTION],[hybrid-replication-type=HYBRID-REPLICATION-TYPE],[labels=LABELS],[large-volume-constituent-count=LARGE-VOLUME-CONSTITUENT-COUNT],[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],[replication-schedule=REPLICATION-SCHEDULE]
|
||||
Hybrid Replication Parameters contains hybrid replication parameters on
|
||||
a volume.
|
||||
|
||||
|
|
@ -181,7 +184,10 @@ OPTIONAL FLAGS
|
|||
peer-ip-addresses=[PEER-IP-ADDRESS1#PEER-IP-ADDRESS2#...],
|
||||
cluster-location=CLUSTER_LOCATION,
|
||||
description=DESCRIPTION,
|
||||
labels=[KEY1:VALUE1#KEY2:VALUE2#...]
|
||||
replication-schedule=REPLICATION_SCHEDULE,
|
||||
hybrid-replication-type=HYBRID_REPLICATION_TYPE,
|
||||
large-volume-constituent-count=LARGE_VOLUME_CONSTITUENT_COUNT,
|
||||
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,
|
||||
|
|
@ -189,9 +195,13 @@ OPTIONAL FLAGS
|
|||
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.
|
||||
description is the description of the replication, replication-schedule
|
||||
is the schedule of corresponding hybrid replication created,
|
||||
hybrid-replication-type is the hybrid replication type of the
|
||||
corresponding hybrid replication created,
|
||||
large-volume-constituent-count is the number of constituent volumes in
|
||||
the large volume, 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue