You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/netapp/Volume.yaml
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -620,6 +620,67 @@ properties:
620
620
description: |
621
621
Total hot tier data rounded down to the nearest GiB used by the volume. This field is only used for flex Service Level
622
622
output: true
623
+
- name: 'cacheParameters'
624
+
type: NestedObject
625
+
description: |-
626
+
Cache parameters for the volume.
627
+
properties:
628
+
- name: 'peerVolumeName'
629
+
type: String
630
+
description: |
631
+
Required. Name of the origin volume for the cache volume.
632
+
- name: 'peerClusterName'
633
+
type: String
634
+
description: |
635
+
Required. Name of the origin volume's ONTAP cluster.
636
+
- name: 'peerSvmName'
637
+
type: String
638
+
description: |
639
+
Required. Name of the origin volume's SVM.
640
+
- name: 'peerIpAddresses'
641
+
type: Array
642
+
description: |
643
+
Required. List of IC LIF addresses of the origin volume's ONTAP cluster.
644
+
item_type:
645
+
type: String
646
+
- name: 'enableGlobalFileLock'
647
+
type: Boolean
648
+
description: |
649
+
Optional. Field indicating whether cache volume as global file lock enabled.
650
+
- name: 'peeringCommandExpiryTime'
651
+
type: String
652
+
description: |
653
+
Optional. Expiration time for the peering command to be executed on user's ONTAP. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".
654
+
default_from_api: true
655
+
- name: 'cacheState'
656
+
type: String
657
+
description: |
658
+
State of the cache volume indicating the peering status.
659
+
output: true
660
+
- name: 'command'
661
+
type: String
662
+
description: |
663
+
Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
664
+
output: true
665
+
- name: 'passphrase'
666
+
type: String
667
+
description: |
668
+
Temporary passphrase generated to accept cluster peering command.
669
+
output: true
670
+
- name: 'stateDetails'
671
+
type: String
672
+
description: |
673
+
Detailed description of the current cache state.
674
+
output: true
675
+
- name: 'cacheConfig'
676
+
type: NestedObject
677
+
description: |-
678
+
Optional. Configuration of the cache volume.
679
+
properties:
680
+
- name: 'cifsChangeNotifyEnabled'
681
+
type: Boolean
682
+
description: |
683
+
Optional. Flag indicating whether a CIFS change notification is enabled for the FlexCache volume.
0 commit comments