Skip to content

Commit 9b16419

Browse files
Add Bidirectional Snapmirror fields to Volume and Replication (#15217)
1 parent dee2ac2 commit 9b16419

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

mmv1/products/netapp/Volume.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

mmv1/products/netapp/VolumeReplication.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)