Skip to content

Commit 011e73b

Browse files
Change NetApp Volume peer_ip_addresses to array of strings (#15190)
1 parent 7134387 commit 011e73b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mmv1/products/netapp/Volume.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,11 @@ properties:
565565
description: |
566566
Required. Name of the user's local source vserver svm to be peered with the destination vserver svm.
567567
- name: 'peerIpAddresses'
568-
type: String
568+
type: Array
569569
description: |
570570
Required. List of node ip addresses to be peered with.
571+
item_type:
572+
type: String
571573
- name: 'clusterLocation'
572574
type: String
573575
description: |

0 commit comments

Comments
 (0)