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/core_image.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
@@ -36,6 +36,7 @@ The following attributes are exported:
36
36
* `is_management_supported` - Whether Oracle Cloud Agent can run all the available management plugins.
37
37
* `is_monitoring_supported` - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance.
38
38
*`base_image_id` - The OCID of the image originally used to launch the instance.
39
+
*`billable_size_in_gbs` - The size of the internal storage for this image that is subject to billing (1 GB = 1,073,741,824 bytes). Example: `100`
39
40
*`compartment_id` - The OCID of the compartment containing the instance you want to use as the basis for the image.
40
41
*`create_image_allowed` - Whether instances launched with this image can be used to create new images. For example, you cannot create an image of an Oracle Database instance. Example: `true`
41
42
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
Copy file name to clipboardExpand all lines: website/docs/d/core_images.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
@@ -65,6 +65,7 @@ The following attributes are exported:
65
65
* `is_management_supported` - Whether Oracle Cloud Agent can run all the available management plugins.
66
66
* `is_monitoring_supported` - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance.
67
67
*`base_image_id` - The OCID of the image originally used to launch the instance.
68
+
*`billable_size_in_gbs` - The size of the internal storage for this image that is subject to billing (1 GB = 1,073,741,824 bytes). Example: `100`
68
69
*`compartment_id` - The OCID of the compartment containing the instance you want to use as the basis for the image.
69
70
*`create_image_allowed` - Whether instances launched with this image can be used to create new images. For example, you cannot create an image of an Oracle Database instance. Example: `true`
70
71
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
Copy file name to clipboardExpand all lines: website/docs/r/core_image.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
@@ -140,6 +140,7 @@ The following attributes are exported:
140
140
* `is_management_supported` - Whether Oracle Cloud Agent can run all the available management plugins.
141
141
* `is_monitoring_supported` - Whether Oracle Cloud Agent can gather performance metrics and monitor the instance.
142
142
*`base_image_id` - The OCID of the image originally used to launch the instance.
143
+
*`billable_size_in_gbs` - The size of the internal storage for this image that is subject to billing (1 GB = 1,073,741,824 bytes). Example: `100`
143
144
*`compartment_id` - The OCID of the compartment containing the instance you want to use as the basis for the image.
144
145
*`create_image_allowed` - Whether instances launched with this image can be used to create new images. For example, you cannot create an image of an Oracle Database instance. Example: `true`
145
146
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
0 commit comments