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/datasources/core/volume_backups.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,10 @@ The following attributes are exported:
31
31
*`display_name` - A user-friendly name. Does not have to be unique.
32
32
*`id` - The OCID of the Volume backup.
33
33
*`state` - The current state of the volume. [CREATING,AVAILABLE,TERMINATING,TERMINATED,FAULTY,REQUEST_RECEIVED]
34
-
*`size_in_mbs` - The size of the volume, in MBs.
34
+
*`size_in_mbs` - (Deprecated) The size of the volume, in MBs.
35
+
*`size_in_gbs` - The size of the volume, in GBs.
35
36
*`time_created` - The date and time the Volume was created.
36
37
*`time_requested` - The date and time the request to create the volume backup was received.
37
-
*`unique_size_in_mbs` - The size used by the backup, in MBs. It is typically smaller than sizeInMBs, depending on the space consumed on the volume and whether the backup is full or incremental.
38
+
*`unique_size_in_mbs` - (Deprecated) The size used by the backup, in MBs. It is typically smaller than sizeInMBs, depending on the space consumed on the volume and whether the backup is full or incremental.
39
+
*`unique_size_in_gbs` - The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the volume and whether the backup is full or incremental.
0 commit comments