pulumi-oci 3.5.0a1756440723__py3-none-any.whl → 3.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +48 -0
- pulumi_oci/aivision/__init__.py +12 -0
- pulumi_oci/aivision/_inputs.py +787 -51
- pulumi_oci/aivision/get_model.py +4 -4
- pulumi_oci/aivision/get_models.py +11 -11
- pulumi_oci/aivision/get_project.py +15 -15
- pulumi_oci/aivision/get_projects.py +10 -10
- pulumi_oci/aivision/get_stream_group.py +268 -0
- pulumi_oci/aivision/get_stream_groups.py +177 -0
- pulumi_oci/aivision/get_stream_job.py +296 -0
- pulumi_oci/aivision/get_stream_jobs.py +199 -0
- pulumi_oci/aivision/get_stream_source.py +240 -0
- pulumi_oci/aivision/get_stream_sources.py +199 -0
- pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
- pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
- pulumi_oci/aivision/model.py +149 -157
- pulumi_oci/aivision/outputs.py +1920 -116
- pulumi_oci/aivision/project.py +61 -69
- pulumi_oci/aivision/stream_group.py +632 -0
- pulumi_oci/aivision/stream_job.py +744 -0
- pulumi_oci/aivision/stream_source.py +519 -0
- pulumi_oci/aivision/vision_private_endpoint.py +606 -0
- pulumi_oci/cloudguard/_inputs.py +1198 -72
- pulumi_oci/cloudguard/get_managed_list.py +15 -1
- pulumi_oci/cloudguard/managed_list.py +47 -0
- pulumi_oci/cloudguard/outputs.py +2104 -67
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/database/_inputs.py +41 -1
- pulumi_oci/database/exascale_db_storage_vault.py +98 -0
- pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
- pulumi_oci/database/outputs.py +121 -5
- pulumi_oci/mysql/_inputs.py +221 -0
- pulumi_oci/mysql/get_mysql_backup.py +40 -4
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +119 -3
- pulumi_oci/mysql/outputs.py +343 -957
- pulumi_oci/oci/__init__.py +8 -0
- pulumi_oci/oci/_inputs.py +256 -15
- pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
- pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
- pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
- pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
- pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
- pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
- pulumi_oci/oci/outputs.py +1042 -142
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/RECORD +74 -54
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756440723.dist-info → pulumi_oci-3.6.0.dist-info}/top_level.txt +0 -0
pulumi_oci/config/__init__.pyi
CHANGED
@@ -16,8 +16,7 @@ from .. import _utilities
|
|
16
16
|
|
17
17
|
auth: Optional[str]
|
18
18
|
"""
|
19
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
20
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
19
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
21
20
|
"""
|
22
21
|
|
23
22
|
configFileProfile: Optional[str]
|
@@ -27,22 +26,21 @@ configFileProfile: Optional[str]
|
|
27
26
|
|
28
27
|
disableAutoRetries: Optional[bool]
|
29
28
|
"""
|
30
|
-
(Optional) Disable automatic retries for retriable errors.
|
31
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
29
|
+
(Optional) Disable automatic retries for retriable errors.
|
30
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
32
31
|
"""
|
33
32
|
|
34
33
|
fingerprint: Optional[str]
|
35
34
|
"""
|
36
|
-
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
37
|
-
console. Required if auth is set to 'ApiKey', ignored otherwise.
|
35
|
+
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
38
36
|
"""
|
39
37
|
|
40
38
|
ignoreDefinedTags: Optional[str]
|
41
39
|
|
42
40
|
privateKey: Optional[str]
|
43
41
|
"""
|
44
|
-
(Optional) A PEM formatted RSA private key for the user.
|
45
|
-
set to 'ApiKey', ignored otherwise.
|
42
|
+
(Optional) A PEM formatted RSA private key for the user.
|
43
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
46
44
|
"""
|
47
45
|
|
48
46
|
privateKeyPassword: Optional[str]
|
@@ -52,8 +50,8 @@ privateKeyPassword: Optional[str]
|
|
52
50
|
|
53
51
|
privateKeyPath: Optional[str]
|
54
52
|
"""
|
55
|
-
(Optional) The path to the user's PEM formatted private key.
|
56
|
-
auth is set to 'ApiKey', ignored otherwise.
|
53
|
+
(Optional) The path to the user's PEM formatted private key.
|
54
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
57
55
|
"""
|
58
56
|
|
59
57
|
realmSpecificServiceEndpointTemplateEnabled: Optional[bool]
|
@@ -68,22 +66,19 @@ region: Optional[str]
|
|
68
66
|
|
69
67
|
retryDurationSeconds: Optional[int]
|
70
68
|
"""
|
71
|
-
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
72
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
73
|
-
is set to true.
|
69
|
+
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
70
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
74
71
|
"""
|
75
72
|
|
76
73
|
tenancyOcid: Optional[str]
|
77
74
|
"""
|
78
|
-
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
|
79
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
75
|
+
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
80
76
|
"""
|
81
77
|
|
82
78
|
testTimeMaintenanceRebootDue: Optional[str]
|
83
79
|
|
84
80
|
userOcid: Optional[str]
|
85
81
|
"""
|
86
|
-
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
87
|
-
auth is set to 'ApiKey', ignored otherwise.
|
82
|
+
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
88
83
|
"""
|
89
84
|
|
pulumi_oci/config/vars.py
CHANGED
@@ -23,8 +23,7 @@ class _ExportableConfig(types.ModuleType):
|
|
23
23
|
@_builtins.property
|
24
24
|
def auth(self) -> Optional[str]:
|
25
25
|
"""
|
26
|
-
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
|
27
|
-
'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
26
|
+
(Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
|
28
27
|
"""
|
29
28
|
return __config__.get('auth')
|
30
29
|
|
@@ -38,16 +37,15 @@ class _ExportableConfig(types.ModuleType):
|
|
38
37
|
@_builtins.property
|
39
38
|
def disable_auto_retries(self) -> Optional[bool]:
|
40
39
|
"""
|
41
|
-
(Optional) Disable automatic retries for retriable errors.
|
42
|
-
consistency problems but it also introduced performance issues on destroy operations.
|
40
|
+
(Optional) Disable automatic retries for retriable errors.
|
41
|
+
Automatic retries were introduced to solve some eventual consistency problems but it also introduced performance issues on destroy operations.
|
43
42
|
"""
|
44
43
|
return __config__.get_bool('disableAutoRetries')
|
45
44
|
|
46
45
|
@_builtins.property
|
47
46
|
def fingerprint(self) -> Optional[str]:
|
48
47
|
"""
|
49
|
-
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure
|
50
|
-
console. Required if auth is set to 'ApiKey', ignored otherwise.
|
48
|
+
(Optional) The fingerprint for the user's RSA key. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
51
49
|
"""
|
52
50
|
return __config__.get('fingerprint')
|
53
51
|
|
@@ -58,8 +56,8 @@ class _ExportableConfig(types.ModuleType):
|
|
58
56
|
@_builtins.property
|
59
57
|
def private_key(self) -> Optional[str]:
|
60
58
|
"""
|
61
|
-
(Optional) A PEM formatted RSA private key for the user.
|
62
|
-
set to 'ApiKey', ignored otherwise.
|
59
|
+
(Optional) A PEM formatted RSA private key for the user.
|
60
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
63
61
|
"""
|
64
62
|
return __config__.get('privateKey')
|
65
63
|
|
@@ -73,8 +71,8 @@ class _ExportableConfig(types.ModuleType):
|
|
73
71
|
@_builtins.property
|
74
72
|
def private_key_path(self) -> Optional[str]:
|
75
73
|
"""
|
76
|
-
(Optional) The path to the user's PEM formatted private key.
|
77
|
-
auth is set to 'ApiKey', ignored otherwise.
|
74
|
+
(Optional) The path to the user's PEM formatted private key.
|
75
|
+
A private_key or a private_key_path must be provided if auth is set to 'ApiKey', ignored otherwise.
|
78
76
|
"""
|
79
77
|
return __config__.get('privateKeyPath')
|
80
78
|
|
@@ -95,17 +93,15 @@ class _ExportableConfig(types.ModuleType):
|
|
95
93
|
@_builtins.property
|
96
94
|
def retry_duration_seconds(self) -> Optional[int]:
|
97
95
|
"""
|
98
|
-
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
99
|
-
duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field
|
100
|
-
is set to true.
|
96
|
+
(Optional) The minimum duration (in seconds) to retry a resource operation in response to an error.
|
97
|
+
The actual retry duration may be longer due to jittering of retry operations. This value is ignored if the `disable_auto_retries` field is set to true.
|
101
98
|
"""
|
102
99
|
return __config__.get_int('retryDurationSeconds')
|
103
100
|
|
104
101
|
@_builtins.property
|
105
102
|
def tenancy_ocid(self) -> Optional[str]:
|
106
103
|
"""
|
107
|
-
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud
|
108
|
-
Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
104
|
+
(Optional) The tenancy OCID for a user. The tenancy OCID can be found at the bottom of user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
109
105
|
"""
|
110
106
|
return __config__.get('tenancyOcid')
|
111
107
|
|
@@ -116,8 +112,7 @@ class _ExportableConfig(types.ModuleType):
|
|
116
112
|
@_builtins.property
|
117
113
|
def user_ocid(self) -> Optional[str]:
|
118
114
|
"""
|
119
|
-
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if
|
120
|
-
auth is set to 'ApiKey', ignored otherwise.
|
115
|
+
(Optional) The user OCID. This can be found in user settings in the Oracle Cloud Infrastructure console. Required if auth is set to 'ApiKey', ignored otherwise.
|
121
116
|
"""
|
122
117
|
return __config__.get('userOcid')
|
123
118
|
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -6667,6 +6667,10 @@ class AutonomousDatabaseRemoteDisasterRecoveryConfigurationArgs:
|
|
6667
6667
|
|
6668
6668
|
if not MYPY:
|
6669
6669
|
class AutonomousDatabaseResourcePoolSummaryArgsDict(TypedDict):
|
6670
|
+
available_compute_capacity: NotRequired[pulumi.Input[_builtins.int]]
|
6671
|
+
"""
|
6672
|
+
Available capacity left for new elastic pool members provision
|
6673
|
+
"""
|
6670
6674
|
is_disabled: NotRequired[pulumi.Input[_builtins.bool]]
|
6671
6675
|
"""
|
6672
6676
|
(Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
@@ -6675,22 +6679,46 @@ if not MYPY:
|
|
6675
6679
|
"""
|
6676
6680
|
(Updatable) Resource pool size.
|
6677
6681
|
"""
|
6682
|
+
total_compute_capacity: NotRequired[pulumi.Input[_builtins.int]]
|
6683
|
+
"""
|
6684
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
6685
|
+
"""
|
6678
6686
|
elif False:
|
6679
6687
|
AutonomousDatabaseResourcePoolSummaryArgsDict: TypeAlias = Mapping[str, Any]
|
6680
6688
|
|
6681
6689
|
@pulumi.input_type
|
6682
6690
|
class AutonomousDatabaseResourcePoolSummaryArgs:
|
6683
6691
|
def __init__(__self__, *,
|
6692
|
+
available_compute_capacity: Optional[pulumi.Input[_builtins.int]] = None,
|
6684
6693
|
is_disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
6685
|
-
pool_size: Optional[pulumi.Input[_builtins.int]] = None
|
6694
|
+
pool_size: Optional[pulumi.Input[_builtins.int]] = None,
|
6695
|
+
total_compute_capacity: Optional[pulumi.Input[_builtins.int]] = None):
|
6686
6696
|
"""
|
6697
|
+
:param pulumi.Input[_builtins.int] available_compute_capacity: Available capacity left for new elastic pool members provision
|
6687
6698
|
:param pulumi.Input[_builtins.bool] is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
|
6688
6699
|
:param pulumi.Input[_builtins.int] pool_size: (Updatable) Resource pool size.
|
6700
|
+
:param pulumi.Input[_builtins.int] total_compute_capacity: Resource Pool total capacity, it's currently 4x of pool size
|
6689
6701
|
"""
|
6702
|
+
if available_compute_capacity is not None:
|
6703
|
+
pulumi.set(__self__, "available_compute_capacity", available_compute_capacity)
|
6690
6704
|
if is_disabled is not None:
|
6691
6705
|
pulumi.set(__self__, "is_disabled", is_disabled)
|
6692
6706
|
if pool_size is not None:
|
6693
6707
|
pulumi.set(__self__, "pool_size", pool_size)
|
6708
|
+
if total_compute_capacity is not None:
|
6709
|
+
pulumi.set(__self__, "total_compute_capacity", total_compute_capacity)
|
6710
|
+
|
6711
|
+
@_builtins.property
|
6712
|
+
@pulumi.getter(name="availableComputeCapacity")
|
6713
|
+
def available_compute_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
6714
|
+
"""
|
6715
|
+
Available capacity left for new elastic pool members provision
|
6716
|
+
"""
|
6717
|
+
return pulumi.get(self, "available_compute_capacity")
|
6718
|
+
|
6719
|
+
@available_compute_capacity.setter
|
6720
|
+
def available_compute_capacity(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6721
|
+
pulumi.set(self, "available_compute_capacity", value)
|
6694
6722
|
|
6695
6723
|
@_builtins.property
|
6696
6724
|
@pulumi.getter(name="isDisabled")
|
@@ -6716,6 +6744,18 @@ class AutonomousDatabaseResourcePoolSummaryArgs:
|
|
6716
6744
|
def pool_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6717
6745
|
pulumi.set(self, "pool_size", value)
|
6718
6746
|
|
6747
|
+
@_builtins.property
|
6748
|
+
@pulumi.getter(name="totalComputeCapacity")
|
6749
|
+
def total_compute_capacity(self) -> Optional[pulumi.Input[_builtins.int]]:
|
6750
|
+
"""
|
6751
|
+
Resource Pool total capacity, it's currently 4x of pool size
|
6752
|
+
"""
|
6753
|
+
return pulumi.get(self, "total_compute_capacity")
|
6754
|
+
|
6755
|
+
@total_compute_capacity.setter
|
6756
|
+
def total_compute_capacity(self, value: Optional[pulumi.Input[_builtins.int]]):
|
6757
|
+
pulumi.set(self, "total_compute_capacity", value)
|
6758
|
+
|
6719
6759
|
|
6720
6760
|
if not MYPY:
|
6721
6761
|
class AutonomousDatabaseScheduledOperationArgsDict(TypedDict):
|
@@ -26,11 +26,13 @@ class ExascaleDbStorageVaultArgs:
|
|
26
26
|
display_name: pulumi.Input[_builtins.str],
|
27
27
|
high_capacity_database_storage: pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'],
|
28
28
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
29
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
29
30
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
30
31
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
32
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
32
33
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
33
34
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
35
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
34
36
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
35
37
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None):
|
36
38
|
"""
|
@@ -40,11 +42,13 @@ class ExascaleDbStorageVaultArgs:
|
|
40
42
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) The user-friendly name for the Exadata Database Storage Vault. The name does not need to be unique.
|
41
43
|
:param pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
42
44
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
45
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
43
46
|
:param pulumi.Input[_builtins.str] 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.
|
44
47
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) 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).
|
45
48
|
:param pulumi.Input[_builtins.str] description: (Updatable) Exadata Database Storage Vault description.
|
46
49
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
47
50
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
51
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
48
52
|
:param pulumi.Input[_builtins.str] 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.
|
49
53
|
:param pulumi.Input[_builtins.str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
50
54
|
|
@@ -58,6 +62,8 @@ class ExascaleDbStorageVaultArgs:
|
|
58
62
|
pulumi.set(__self__, "high_capacity_database_storage", high_capacity_database_storage)
|
59
63
|
if additional_flash_cache_in_percent is not None:
|
60
64
|
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
65
|
+
if autoscale_limit_in_gbs is not None:
|
66
|
+
pulumi.set(__self__, "autoscale_limit_in_gbs", autoscale_limit_in_gbs)
|
61
67
|
if cluster_placement_group_id is not None:
|
62
68
|
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
63
69
|
if defined_tags is not None:
|
@@ -68,6 +74,8 @@ class ExascaleDbStorageVaultArgs:
|
|
68
74
|
pulumi.set(__self__, "exadata_infrastructure_id", exadata_infrastructure_id)
|
69
75
|
if freeform_tags is not None:
|
70
76
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
77
|
+
if is_autoscale_enabled is not None:
|
78
|
+
pulumi.set(__self__, "is_autoscale_enabled", is_autoscale_enabled)
|
71
79
|
if subscription_id is not None:
|
72
80
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
73
81
|
if time_zone is not None:
|
@@ -133,6 +141,18 @@ class ExascaleDbStorageVaultArgs:
|
|
133
141
|
def additional_flash_cache_in_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
134
142
|
pulumi.set(self, "additional_flash_cache_in_percent", value)
|
135
143
|
|
144
|
+
@_builtins.property
|
145
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
146
|
+
def autoscale_limit_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
147
|
+
"""
|
148
|
+
(Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
151
|
+
|
152
|
+
@autoscale_limit_in_gbs.setter
|
153
|
+
def autoscale_limit_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
154
|
+
pulumi.set(self, "autoscale_limit_in_gbs", value)
|
155
|
+
|
136
156
|
@_builtins.property
|
137
157
|
@pulumi.getter(name="clusterPlacementGroupId")
|
138
158
|
def cluster_placement_group_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -193,6 +213,18 @@ class ExascaleDbStorageVaultArgs:
|
|
193
213
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
194
214
|
pulumi.set(self, "freeform_tags", value)
|
195
215
|
|
216
|
+
@_builtins.property
|
217
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
218
|
+
def is_autoscale_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
219
|
+
"""
|
220
|
+
(Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
221
|
+
"""
|
222
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
223
|
+
|
224
|
+
@is_autoscale_enabled.setter
|
225
|
+
def is_autoscale_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
226
|
+
pulumi.set(self, "is_autoscale_enabled", value)
|
227
|
+
|
196
228
|
@_builtins.property
|
197
229
|
@pulumi.getter(name="subscriptionId")
|
198
230
|
def subscription_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -227,6 +259,7 @@ class _ExascaleDbStorageVaultState:
|
|
227
259
|
def __init__(__self__, *,
|
228
260
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
229
261
|
attached_shape_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
262
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
230
263
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
231
264
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
232
265
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -236,6 +269,7 @@ class _ExascaleDbStorageVaultState:
|
|
236
269
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
237
270
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
238
271
|
high_capacity_database_storage: Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']] = None,
|
272
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
239
273
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
240
274
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
241
275
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -248,6 +282,7 @@ class _ExascaleDbStorageVaultState:
|
|
248
282
|
Input properties used for looking up and filtering ExascaleDbStorageVault resources.
|
249
283
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
250
284
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_shape_attributes: The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
|
285
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
251
286
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
252
287
|
:param pulumi.Input[_builtins.str] 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.
|
253
288
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -257,6 +292,7 @@ class _ExascaleDbStorageVaultState:
|
|
257
292
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
258
293
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
259
294
|
:param pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs'] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
295
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
260
296
|
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
261
297
|
:param pulumi.Input[_builtins.str] state: The current state of the Exadata Database Storage Vault.
|
262
298
|
:param pulumi.Input[_builtins.str] 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.
|
@@ -274,6 +310,8 @@ class _ExascaleDbStorageVaultState:
|
|
274
310
|
pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
|
275
311
|
if attached_shape_attributes is not None:
|
276
312
|
pulumi.set(__self__, "attached_shape_attributes", attached_shape_attributes)
|
313
|
+
if autoscale_limit_in_gbs is not None:
|
314
|
+
pulumi.set(__self__, "autoscale_limit_in_gbs", autoscale_limit_in_gbs)
|
277
315
|
if availability_domain is not None:
|
278
316
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
279
317
|
if cluster_placement_group_id is not None:
|
@@ -292,6 +330,8 @@ class _ExascaleDbStorageVaultState:
|
|
292
330
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
293
331
|
if high_capacity_database_storage is not None:
|
294
332
|
pulumi.set(__self__, "high_capacity_database_storage", high_capacity_database_storage)
|
333
|
+
if is_autoscale_enabled is not None:
|
334
|
+
pulumi.set(__self__, "is_autoscale_enabled", is_autoscale_enabled)
|
295
335
|
if lifecycle_details is not None:
|
296
336
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
297
337
|
if state is not None:
|
@@ -333,6 +373,18 @@ class _ExascaleDbStorageVaultState:
|
|
333
373
|
def attached_shape_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
334
374
|
pulumi.set(self, "attached_shape_attributes", value)
|
335
375
|
|
376
|
+
@_builtins.property
|
377
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
378
|
+
def autoscale_limit_in_gbs(self) -> Optional[pulumi.Input[_builtins.int]]:
|
379
|
+
"""
|
380
|
+
(Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
381
|
+
"""
|
382
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
383
|
+
|
384
|
+
@autoscale_limit_in_gbs.setter
|
385
|
+
def autoscale_limit_in_gbs(self, value: Optional[pulumi.Input[_builtins.int]]):
|
386
|
+
pulumi.set(self, "autoscale_limit_in_gbs", value)
|
387
|
+
|
336
388
|
@_builtins.property
|
337
389
|
@pulumi.getter(name="availabilityDomain")
|
338
390
|
def availability_domain(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -441,6 +493,18 @@ class _ExascaleDbStorageVaultState:
|
|
441
493
|
def high_capacity_database_storage(self, value: Optional[pulumi.Input['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs']]):
|
442
494
|
pulumi.set(self, "high_capacity_database_storage", value)
|
443
495
|
|
496
|
+
@_builtins.property
|
497
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
498
|
+
def is_autoscale_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
499
|
+
"""
|
500
|
+
(Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
501
|
+
"""
|
502
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
503
|
+
|
504
|
+
@is_autoscale_enabled.setter
|
505
|
+
def is_autoscale_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
506
|
+
pulumi.set(self, "is_autoscale_enabled", value)
|
507
|
+
|
444
508
|
@_builtins.property
|
445
509
|
@pulumi.getter(name="lifecycleDetails")
|
446
510
|
def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -549,6 +613,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
549
613
|
resource_name: str,
|
550
614
|
opts: Optional[pulumi.ResourceOptions] = None,
|
551
615
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
616
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
552
617
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
553
618
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
554
619
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -558,6 +623,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
558
623
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
559
624
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
560
625
|
high_capacity_database_storage: Optional[pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']]] = None,
|
626
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
561
627
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
562
628
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
563
629
|
__props__=None):
|
@@ -580,6 +646,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
580
646
|
"total_size_in_gbs": exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs,
|
581
647
|
},
|
582
648
|
additional_flash_cache_in_percent=exascale_db_storage_vault_additional_flash_cache_in_percent,
|
649
|
+
autoscale_limit_in_gbs=exascale_db_storage_vault_autoscale_limit_in_gbs,
|
583
650
|
cluster_placement_group_id=test_cluster_placement_group["id"],
|
584
651
|
defined_tags=exascale_db_storage_vault_defined_tags,
|
585
652
|
description=exascale_db_storage_vault_description,
|
@@ -587,6 +654,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
587
654
|
freeform_tags={
|
588
655
|
"Department": "Finance",
|
589
656
|
},
|
657
|
+
is_autoscale_enabled=exascale_db_storage_vault_is_autoscale_enabled,
|
590
658
|
subscription_id=tenant_subscription_id,
|
591
659
|
time_zone=exascale_db_storage_vault_time_zone)
|
592
660
|
```
|
@@ -602,6 +670,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
602
670
|
:param str resource_name: The name of the resource.
|
603
671
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
604
672
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
673
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
605
674
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
606
675
|
:param pulumi.Input[_builtins.str] 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.
|
607
676
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -611,6 +680,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
611
680
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
612
681
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
613
682
|
:param pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
683
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
614
684
|
:param pulumi.Input[_builtins.str] 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.
|
615
685
|
:param pulumi.Input[_builtins.str] time_zone: The time zone that you want to use for the Exadata Database Storage Vault. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
616
686
|
|
@@ -643,6 +713,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
643
713
|
"total_size_in_gbs": exascale_db_storage_vault_high_capacity_database_storage_total_size_in_gbs,
|
644
714
|
},
|
645
715
|
additional_flash_cache_in_percent=exascale_db_storage_vault_additional_flash_cache_in_percent,
|
716
|
+
autoscale_limit_in_gbs=exascale_db_storage_vault_autoscale_limit_in_gbs,
|
646
717
|
cluster_placement_group_id=test_cluster_placement_group["id"],
|
647
718
|
defined_tags=exascale_db_storage_vault_defined_tags,
|
648
719
|
description=exascale_db_storage_vault_description,
|
@@ -650,6 +721,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
650
721
|
freeform_tags={
|
651
722
|
"Department": "Finance",
|
652
723
|
},
|
724
|
+
is_autoscale_enabled=exascale_db_storage_vault_is_autoscale_enabled,
|
653
725
|
subscription_id=tenant_subscription_id,
|
654
726
|
time_zone=exascale_db_storage_vault_time_zone)
|
655
727
|
```
|
@@ -678,6 +750,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
678
750
|
resource_name: str,
|
679
751
|
opts: Optional[pulumi.ResourceOptions] = None,
|
680
752
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
753
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
681
754
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
682
755
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
683
756
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -687,6 +760,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
687
760
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
688
761
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
689
762
|
high_capacity_database_storage: Optional[pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']]] = None,
|
763
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
690
764
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
691
765
|
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
692
766
|
__props__=None):
|
@@ -699,6 +773,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
699
773
|
__props__ = ExascaleDbStorageVaultArgs.__new__(ExascaleDbStorageVaultArgs)
|
700
774
|
|
701
775
|
__props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
|
776
|
+
__props__.__dict__["autoscale_limit_in_gbs"] = autoscale_limit_in_gbs
|
702
777
|
if availability_domain is None and not opts.urn:
|
703
778
|
raise TypeError("Missing required property 'availability_domain'")
|
704
779
|
__props__.__dict__["availability_domain"] = availability_domain
|
@@ -716,6 +791,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
716
791
|
if high_capacity_database_storage is None and not opts.urn:
|
717
792
|
raise TypeError("Missing required property 'high_capacity_database_storage'")
|
718
793
|
__props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
|
794
|
+
__props__.__dict__["is_autoscale_enabled"] = is_autoscale_enabled
|
719
795
|
__props__.__dict__["subscription_id"] = subscription_id
|
720
796
|
__props__.__dict__["time_zone"] = time_zone
|
721
797
|
__props__.__dict__["attached_shape_attributes"] = None
|
@@ -737,6 +813,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
737
813
|
opts: Optional[pulumi.ResourceOptions] = None,
|
738
814
|
additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
739
815
|
attached_shape_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
816
|
+
autoscale_limit_in_gbs: Optional[pulumi.Input[_builtins.int]] = None,
|
740
817
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
741
818
|
cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
|
742
819
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -746,6 +823,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
746
823
|
exadata_infrastructure_id: Optional[pulumi.Input[_builtins.str]] = None,
|
747
824
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
748
825
|
high_capacity_database_storage: Optional[pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']]] = None,
|
826
|
+
is_autoscale_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
749
827
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
750
828
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
751
829
|
subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -763,6 +841,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
763
841
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
764
842
|
:param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
|
765
843
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_shape_attributes: The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
|
844
|
+
:param pulumi.Input[_builtins.int] autoscale_limit_in_gbs: (Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
766
845
|
:param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
|
767
846
|
:param pulumi.Input[_builtins.str] 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.
|
768
847
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
@@ -772,6 +851,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
772
851
|
:param pulumi.Input[_builtins.str] exadata_infrastructure_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata infrastructure.
|
773
852
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
|
774
853
|
:param pulumi.Input[Union['ExascaleDbStorageVaultHighCapacityDatabaseStorageArgs', 'ExascaleDbStorageVaultHighCapacityDatabaseStorageArgsDict']] high_capacity_database_storage: (Updatable) Create exadata Database Storage Details
|
854
|
+
:param pulumi.Input[_builtins.bool] is_autoscale_enabled: (Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
775
855
|
:param pulumi.Input[_builtins.str] lifecycle_details: Additional information about the current lifecycle state.
|
776
856
|
:param pulumi.Input[_builtins.str] state: The current state of the Exadata Database Storage Vault.
|
777
857
|
:param pulumi.Input[_builtins.str] 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.
|
@@ -791,6 +871,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
791
871
|
|
792
872
|
__props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
|
793
873
|
__props__.__dict__["attached_shape_attributes"] = attached_shape_attributes
|
874
|
+
__props__.__dict__["autoscale_limit_in_gbs"] = autoscale_limit_in_gbs
|
794
875
|
__props__.__dict__["availability_domain"] = availability_domain
|
795
876
|
__props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
|
796
877
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -800,6 +881,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
800
881
|
__props__.__dict__["exadata_infrastructure_id"] = exadata_infrastructure_id
|
801
882
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
802
883
|
__props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
|
884
|
+
__props__.__dict__["is_autoscale_enabled"] = is_autoscale_enabled
|
803
885
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
804
886
|
__props__.__dict__["state"] = state
|
805
887
|
__props__.__dict__["subscription_id"] = subscription_id
|
@@ -826,6 +908,14 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
826
908
|
"""
|
827
909
|
return pulumi.get(self, "attached_shape_attributes")
|
828
910
|
|
911
|
+
@_builtins.property
|
912
|
+
@pulumi.getter(name="autoscaleLimitInGbs")
|
913
|
+
def autoscale_limit_in_gbs(self) -> pulumi.Output[_builtins.int]:
|
914
|
+
"""
|
915
|
+
(Updatable) Maximum limit storage size in gigabytes, that is applicable for the Database Storage Vault.
|
916
|
+
"""
|
917
|
+
return pulumi.get(self, "autoscale_limit_in_gbs")
|
918
|
+
|
829
919
|
@_builtins.property
|
830
920
|
@pulumi.getter(name="availabilityDomain")
|
831
921
|
def availability_domain(self) -> pulumi.Output[_builtins.str]:
|
@@ -898,6 +988,14 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
|
|
898
988
|
"""
|
899
989
|
return pulumi.get(self, "high_capacity_database_storage")
|
900
990
|
|
991
|
+
@_builtins.property
|
992
|
+
@pulumi.getter(name="isAutoscaleEnabled")
|
993
|
+
def is_autoscale_enabled(self) -> pulumi.Output[_builtins.bool]:
|
994
|
+
"""
|
995
|
+
(Updatable) Indicates if autoscale feature is enabled for the Database Storage Vault. The default value is `FALSE`.
|
996
|
+
"""
|
997
|
+
return pulumi.get(self, "is_autoscale_enabled")
|
998
|
+
|
901
999
|
@_builtins.property
|
902
1000
|
@pulumi.getter(name="lifecycleDetails")
|
903
1001
|
def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
|