File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -587,6 +587,27 @@ properties:
587587 description : |
588588 Optional. Labels to be added to the replication as the key value pairs.
589589 An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
590+ - name : ' replicationSchedule'
591+ type : Enum
592+ description : |
593+ Optional. Replication Schedule for the replication created.
594+ enum_values :
595+ - ' EVERY_10_MINUTES'
596+ - ' HOURLY'
597+ - ' DAILY'
598+ - name : ' hybridReplicationType'
599+ type : Enum
600+ description : |
601+ Optional. Type of the volume's hybrid replication.
602+ enum_values :
603+ - ' MIGRATION'
604+ - ' CONTINUOUS_REPLICATION'
605+ - ' ONPREM_REPLICATION'
606+ - ' REVERSE_ONPREM_REPLICATION'
607+ - name : ' largeVolumeConstituentCount'
608+ type : Integer
609+ description : |
610+ Optional. Constituent volume count for large volume.
590611 - name : ' throughputMibps'
591612 type : Double
592613 description : |
Original file line number Diff line number Diff line change @@ -344,3 +344,16 @@ properties:
344344 description : |
345345 Optional. Name of the user's local source vserver svm to be peered with the destination vserver svm.
346346 output : true
347+ - name : ' hybridReplicationUserCommands'
348+ type : NestedObject
349+ description : |-
350+ Copy pastable snapmirror commands to be executed on onprem cluster by the customer.
351+ output : true
352+ properties :
353+ - name : ' commands'
354+ type : Array
355+ description : |
356+ List of commands to be executed by the customer.
357+ item_type :
358+ type : String
359+ output : true
You can’t perform that action at this time.
0 commit comments