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: website/docs/d/is_volume.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ In addition to all argument reference list, you can access the following attribu
111
111
-`code` - (String) A snake case string identifying the status reason.
112
112
-`message` - (String) An explanation of the status reason
113
113
-`more_info` - (String) Link to documentation about this status reason
114
+
-`storage_generation` - (Int) The storage generation indicates which generation the profile family belongs to. For the custom and tiered profiles, this value is 1. For the sdp profile, this value is 2.
114
115
-`tags` - (String) User Tags associated with the volume. (https://cloud.ibm.com/apidocs/tagging#types-of-tags)
115
116
-`unattached_capacity_update_supported` - (Boolean) Indicates whether the capacity for the volume can be changed when not attached to a running virtual server instance.
116
117
-`unattached_iops_update_supported` - (Boolean) Indicates whether the IOPS for the volume can be changed when not attached to a running virtual server instance.
Copy file name to clipboardExpand all lines: website/docs/d/is_volumes.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@ In addition to all argument references listed, you can access the following attr
143
143
- `code` - (String) A snake case string succinctly identifying the status reason.
144
144
- `message` - (String) An explanation of the status reason.
145
145
- `more_info` - (Optional, String) Link to documentation about this status reason.
146
+
- `storage_generation` - (Int) The storage generation indicates which generation the profile family belongs to. For the custom and tiered profiles, this value is 1. For the sdp profile, this value is 2.
146
147
- `tags` - (String) User Tags associated with the volume. (https://cloud.ibm.com/apidocs/tagging#types-of-tags)
147
148
- `volume_attachments` - (List) The volume attachments for this volume.
Copy file name to clipboardExpand all lines: website/docs/r/is_volume.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ In addition to all argument reference list, you can access the following attribu
156
156
157
157
Nested schema for `deleted`:
158
158
-`more_info` - (String) Link to documentation about deleted resources.
159
+
-`crn` - (String) The CRN for the volume.
159
160
-`encryption_type` - (String) The type of encryption used in the volume [**provider_managed**, **user_managed**].
160
161
-`health_reasons` - (List) The reasons for the current health_state (if any).
161
162
@@ -172,7 +173,7 @@ In addition to all argument reference list, you can access the following attribu
172
173
-`code` - (String) A string with an underscore as a special character identifying the status reason.
173
174
-`message` - (String) An explanation of the status reason.
174
175
-`more_info` - (String) Link to documentation about this status reason
175
-
-`crn` - (String) The CRN for the volume.
176
+
-`storage_generation` - (Int) The storage generation indicates which generation the profile family belongs to. For the custom and tiered profiles, this value is 1. For the sdp profile, this value is 2.
176
177
177
178
## Import
178
179
The `ibm_is_volume` resource can be imported by using volume ID.
0 commit comments