mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Sep 5 09:45:25 UTC 2024
This commit is contained in:
parent
afbe8a5afb
commit
78a4d78e9e
44 changed files with 416 additions and 342 deletions
|
|
@ -14,8 +14,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"]
|
||||
|
|
@ -146,6 +151,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue