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: docs/data-sources/volume.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,16 +47,16 @@ data "netapp-ontap_volume" "storage_volume" {
47
47
-`nas` (Attributes) (see [below for nested schema](#nestedatt--nas))
48
48
-`qos_policy_group` (String) Specifies a QoS policy group to be set on volume
49
49
-`snaplock` (Attributes) (see [below for nested schema](#nestedatt--snaplock))
50
+
-`snapshot_locking_enabled` (Boolean) Whether or not snapshot copy locking is enabled on the volume.
50
51
-`snapshot_policy` (String) The name of the snapshot policy
51
52
-`space` (Attributes) (see [below for nested schema](#nestedatt--space))
52
53
-`space_guarantee` (String) Space guarantee style for the volume
53
54
-`state` (String) Whether the specified volume is online, or not
55
+
-`tags` (List of String) List of tags associated with the volume
54
56
-`tiering` (Attributes) (see [below for nested schema](#nestedatt--tiering))
55
57
-`type` (String) The volume type, either read-write (RW) or data-protection (DP)
56
-
-`snapshot_locking_enabled` (Boolean) Whether or not snapshot copy locking is enabled on the volume
57
58
58
59
<aid="nestedatt--aggregates"></a>
59
-
60
60
### Nested Schema for `aggregates`
61
61
62
62
Read-Only:
@@ -93,10 +93,11 @@ Read-Only:
93
93
94
94
Read-Only:
95
95
96
+
-`compaction` (String) The system can be enabled/disabled compaction
96
97
-`compression` (String) Whether to enable compression for the volume (HDD and Flash Pool aggregates)
97
-
-`policy_name` (String) Allows a storage efficiency policy to be set on volume creation
98
98
-`dedupe` (String) The system can be enabled/disabled dedupe
99
-
-`compaction` (String) The system can be enabled/disabled compression
99
+
-`policy_name` (String) Allows a storage efficiency policy to be set on volume creation
100
+
100
101
101
102
<aid="nestedatt--nas"></a>
102
103
@@ -146,4 +147,5 @@ Read-Only:
146
147
Read-Only:
147
148
148
149
-`minimum_cooling_days` (Number) Determines how many days must pass before inactive data in a volume using the Auto or Snapshot-Only policy is considered cold and eligible for tiering
150
+
-`object_tags` (List of String) Object tags are applied to objects in tiered storage
149
151
-`policy_name` (String) The tiering policy that is to be associated with the volume
Copy file name to clipboardExpand all lines: docs/data-sources/volumes.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ Optional:
50
50
51
51
-`name` (String) StorageVolume name
52
52
-`svm_name` (String) StorageVolume svm name
53
+
-`tags` (String) StorageVolume tag value
54
+
-`tiering_object_tags` (String) StorageVolume tiering object tag value
55
+
53
56
54
57
<aid="nestedatt--storage_volumes"></a>
55
58
@@ -63,7 +66,7 @@ Required:
63
66
64
67
Read-Only:
65
68
66
-
-`aggregates` (Attributes List) Aggregates the volume is on (see [below for nested schema](#nestedatt--aggregates))
69
+
-`aggregates` (Attributes List) List of aggregates that the volume is on (see [below for nested schema](#nestedatt--storage_volumes--aggregates))
67
70
-`analytics` (Attributes) (see [below for nested schema](#nestedatt--storage_volumes--analytics))
68
71
-`autosize` (Attributes) (see [below for nested schema](#nestedatt--storage_volumes--autosize))
69
72
-`comment` (String) Sets a comment associated with the volume
@@ -74,10 +77,12 @@ Read-Only:
74
77
-`nas` (Attributes) (see [below for nested schema](#nestedatt--storage_volumes--nas))
75
78
-`qos_policy_group` (String) Specifies a QoS policy group to be set on volume
76
79
-`snaplock` (Attributes) (see [below for nested schema](#nestedatt--storage_volumes--snaplock))
80
+
-`snapshot_locking_enabled` (Boolean) Whether or not snapshot copy locking is enabled on the volume.
77
81
-`snapshot_policy` (String) The name of the snapshot policy
78
82
-`space` (Attributes) (see [below for nested schema](#nestedatt--storage_volumes--space))
79
83
-`space_guarantee` (String) Space guarantee style for the volume
80
84
-`state` (String) Whether the specified volume is online, or not
85
+
-`tags` (List of String) List of tags associated with the volume
81
86
-`tiering` (Attributes) (see [below for nested schema](#nestedatt--storage_volumes--tiering))
82
87
-`type` (String) The volume type, either read-write (RW) or data-protection (DP)
83
88
@@ -97,8 +102,8 @@ Read-Only:
97
102
98
103
-`state` (String) Set file system analytics state of the volume
99
104
100
-
<aid="nestedatt--storage_volumes--autosize"></a>
101
105
106
+
<aid="nestedatt--storage_volumes--autosize"></a>
102
107
### Nested Schema for `storage_volumes.autosize`
103
108
104
109
Read-Only:
@@ -107,9 +112,9 @@ Read-Only:
107
112
-`maximum` (Number) Maximum size up to which a volume grows automatically. This size cannot be less than the current volume size, or less than or equal to the minimum size of volume.
108
113
-`minimum` (Number) Minimum size up to which the volume shrinks automatically. This size cannot be greater than or equal to the maximum size of volume.
109
114
-`mode` (String) Autosize mode for the volume.
110
-
grow - Volume automatically grows when the amount of used space is above the 'grow_threshold' value.
111
-
grow_shrink - Volume grows or shrinks in response to the amount of space used.
112
-
off - Autosizing of the volume is disabled.
115
+
grow - Volume automatically grows when the amount of used space is above the 'grow_threshold' value.
116
+
grow_shrink - Volume grows or shrinks in response to the amount of space used.
117
+
off - Autosizing of the volume is disabled.
113
118
-`shrink_threshold` (Number) Used space threshold size, in percentage, for the automatic shrinkage of the volume.
114
119
-`size_unit` (String) The unit used to interpret the minimum or maximum size parameters.
115
120
@@ -119,7 +124,9 @@ Read-Only:
119
124
120
125
Read-Only:
121
126
127
+
-`compaction` (String) The system can be enabled/disabled compaction
122
128
-`compression` (String) Whether to enable compression for the volume (HDD and Flash Pool aggregates)
129
+
-`dedupe` (String) The system can be enabled/disabled dedupe
123
130
-`policy_name` (String) Allows a storage efficiency policy to be set on volume creation
124
131
125
132
<aid="nestedatt--storage_volumes--nas"></a>
@@ -172,4 +179,5 @@ Read-Only:
172
179
Read-Only:
173
180
174
181
-`minimum_cooling_days` (Number) Determines how many days must pass before inactive data in a volume using the Auto or Snapshot-Only policy is considered cold and eligible for tiering
182
+
-`object_tags` (List of String) Object tags are applied to objects in tiered storage
175
183
-`policy_name` (String) The tiering policy that is to be associated with the volume
-`nas` (Attributes) (see [below for nested schema](#nestedatt--nas))
96
96
-`qos_policy_group` (String) Specifies a QoS policy group to be set on volume
97
97
-`snaplock` (Attributes) (see [below for nested schema](#nestedatt--snaplock))
98
+
-`snapshot_locking_enabled` (Boolean) Whether or not snapshot copy locking is enabled on the volume.
98
99
-`snapshot_policy` (String) The name of the snapshot policy
99
100
-`space_guarantee` (String) Space guarantee style for the volume
100
101
-`state` (String) Whether the specified volume is online, or not
102
+
-`tags` (List of String) List of tags associated with the volume
101
103
-`tiering` (Attributes) (see [below for nested schema](#nestedatt--tiering))
102
104
-`type` (String) The volume type, either read-write (RW) or data-protection (DP)
103
-
-`snapshot_locking_enabled` (Boolean) Whether or not snapshot copy locking is enabled on the volume
104
105
105
106
### Read-Only
106
107
107
108
-`id` (String) Volume identifier
108
109
109
110
<aid="nestedatt--aggregates"></a>
110
-
111
111
### Nested Schema for `aggregates`
112
112
113
113
Required:
@@ -167,10 +167,11 @@ Optional:
167
167
168
168
Optional:
169
169
170
+
-`compaction` (String) The system can be enabled/disabled compaction
170
171
-`compression` (String) Whether to enable compression for the volume (HDD and Flash Pool aggregates)
171
-
-`policy_name` (String) Allows a storage efficiency policy to be set on volume creation
172
172
-`dedupe` (String) The system can be enabled/disabled dedupe
173
-
-`compaction` (String) The system can be enabled/disabled compression
173
+
-`policy_name` (String) Allows a storage efficiency policy to be set on volume creation
174
+
174
175
175
176
<aid="nestedatt--nas"></a>
176
177
@@ -200,6 +201,7 @@ Optional:
200
201
Optional:
201
202
202
203
-`minimum_cooling_days` (Number) Determines how many days must pass before inactive data in a volume using the Auto or Snapshot-Only policy is considered cold and eligible for tiering
204
+
-`object_tags` (List of String) Object tags are applied to objects in tiered storage
203
205
-`policy_name` (String) The tiering policy that is to be associated with the volume
0 commit comments