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
resource.TestCheckResourceAttr(resourceName, "attached_shape_attributes.#", "0"), // attached_shape_attributes should be null for a vault with no cluster
resource.TestCheckResourceAttr(resourceName, "attached_shape_attributes.#", "0"), // attached_shape_attributes should be null for a vault with no cluster
resource.TestCheckResourceAttr(resourceName, "attached_shape_attributes.#", "0"), // attached_shape_attributes should be null for a vault with no cluster
Copy file name to clipboardExpand all lines: website/docs/d/database_exascale_db_storage_vault.html.markdown
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,9 @@ The following arguments are supported:
33
33
34
34
The following attributes are exported:
35
35
36
-
*`additional_flash_cache_in_percent` - The size of additional Flash Cache in percentage of High Capacity database storage.
37
-
*`attached_shape_attributes` - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
36
+
*`additional_flash_cache_in_percent` - The size of additional Flash Cache in percentage of High Capacity database storage.
37
+
*`attached_shape_attributes` - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
38
+
*`autoscale_limit_in_gbs` - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
38
39
*`availability_domain` - The name of the availability domain in which the Exadata Database Storage Vault is located.
39
40
*`cluster_placement_group_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
40
41
*`compartment_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
@@ -47,6 +48,7 @@ The following attributes are exported:
47
48
* `available_size_in_gbs` - Available Capacity
48
49
* `total_size_in_gbs` - Total Capacity
49
50
*`id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
51
+
*`is_autoscale_enabled` - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
50
52
*`lifecycle_details` - Additional information about the current lifecycle state.
51
53
*`state` - The current state of the Exadata Database Storage Vault.
52
54
*`subscription_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
Copy file name to clipboardExpand all lines: website/docs/d/database_exascale_db_storage_vaults.html.markdown
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,9 @@ The following attributes are exported:
57
57
58
58
The following attributes are exported:
59
59
60
-
*`additional_flash_cache_in_percent` - The size of additional Flash Cache in percentage of High Capacity database storage.
61
-
*`attached_shape_attributes` - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
60
+
*`additional_flash_cache_in_percent` - The size of additional Flash Cache in percentage of High Capacity database storage.
61
+
*`attached_shape_attributes` - The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
62
+
*`autoscale_limit_in_gbs` - Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
62
63
*`availability_domain` - The name of the availability domain in which the Exadata Database Storage Vault is located.
63
64
*`cluster_placement_group_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
64
65
*`compartment_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
@@ -71,6 +72,7 @@ The following attributes are exported:
71
72
* `available_size_in_gbs` - Available Capacity
72
73
* `total_size_in_gbs` - Total Capacity
73
74
*`id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Database Storage Vault.
75
+
*`is_autoscale_enabled` - Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
74
76
*`lifecycle_details` - Additional information about the current lifecycle state.
75
77
*`state` - The current state of the Exadata Database Storage Vault.
76
78
*`subscription_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
0 commit comments