pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
pulumi_oci/kms/outputs.py
CHANGED
@@ -174,12 +174,12 @@ class KeyAutoKeyRotationDetails(dict):
|
|
174
174
|
time_of_next_rotation: Optional[str] = None,
|
175
175
|
time_of_schedule_start: Optional[str] = None):
|
176
176
|
"""
|
177
|
-
:param str last_rotation_message: (Updatable) The last execution status message
|
177
|
+
:param str last_rotation_message: (Updatable) The last execution status message.
|
178
178
|
:param str last_rotation_status: (Updatable) The status of last execution of auto key rotation.
|
179
|
-
:param int rotation_interval_in_days: (Updatable) The interval of auto key rotation. For auto key rotation the interval should between
|
180
|
-
:param str time_of_last_rotation: (Updatable) A
|
181
|
-
:param str time_of_next_rotation: (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
182
|
-
:param str time_of_schedule_start: (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
179
|
+
:param int rotation_interval_in_days: (Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
|
180
|
+
:param str time_of_last_rotation: (Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
|
181
|
+
:param str time_of_next_rotation: (Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
182
|
+
:param str time_of_schedule_start: (Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
183
183
|
"""
|
184
184
|
if last_rotation_message is not None:
|
185
185
|
pulumi.set(__self__, "last_rotation_message", last_rotation_message)
|
@@ -198,7 +198,7 @@ class KeyAutoKeyRotationDetails(dict):
|
|
198
198
|
@pulumi.getter(name="lastRotationMessage")
|
199
199
|
def last_rotation_message(self) -> Optional[str]:
|
200
200
|
"""
|
201
|
-
(Updatable) The last execution status message
|
201
|
+
(Updatable) The last execution status message.
|
202
202
|
"""
|
203
203
|
return pulumi.get(self, "last_rotation_message")
|
204
204
|
|
@@ -214,7 +214,7 @@ class KeyAutoKeyRotationDetails(dict):
|
|
214
214
|
@pulumi.getter(name="rotationIntervalInDays")
|
215
215
|
def rotation_interval_in_days(self) -> Optional[int]:
|
216
216
|
"""
|
217
|
-
(Updatable) The interval of auto key rotation. For auto key rotation the interval should between
|
217
|
+
(Updatable) The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
|
218
218
|
"""
|
219
219
|
return pulumi.get(self, "rotation_interval_in_days")
|
220
220
|
|
@@ -222,7 +222,7 @@ class KeyAutoKeyRotationDetails(dict):
|
|
222
222
|
@pulumi.getter(name="timeOfLastRotation")
|
223
223
|
def time_of_last_rotation(self) -> Optional[str]:
|
224
224
|
"""
|
225
|
-
(Updatable) A
|
225
|
+
(Updatable) A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
|
226
226
|
"""
|
227
227
|
return pulumi.get(self, "time_of_last_rotation")
|
228
228
|
|
@@ -230,7 +230,7 @@ class KeyAutoKeyRotationDetails(dict):
|
|
230
230
|
@pulumi.getter(name="timeOfNextRotation")
|
231
231
|
def time_of_next_rotation(self) -> Optional[str]:
|
232
232
|
"""
|
233
|
-
(Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
233
|
+
(Updatable) A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
234
234
|
"""
|
235
235
|
return pulumi.get(self, "time_of_next_rotation")
|
236
236
|
|
@@ -238,7 +238,7 @@ class KeyAutoKeyRotationDetails(dict):
|
|
238
238
|
@pulumi.getter(name="timeOfScheduleStart")
|
239
239
|
def time_of_schedule_start(self) -> Optional[str]:
|
240
240
|
"""
|
241
|
-
(Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
241
|
+
(Updatable) A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
242
242
|
"""
|
243
243
|
return pulumi.get(self, "time_of_schedule_start")
|
244
244
|
|
@@ -1252,12 +1252,12 @@ class GetKeyAutoKeyRotationDetailResult(dict):
|
|
1252
1252
|
time_of_next_rotation: str,
|
1253
1253
|
time_of_schedule_start: str):
|
1254
1254
|
"""
|
1255
|
-
:param str last_rotation_message: The last execution status message
|
1255
|
+
:param str last_rotation_message: The last execution status message.
|
1256
1256
|
:param str last_rotation_status: The status of last execution of auto key rotation.
|
1257
|
-
:param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between
|
1258
|
-
:param str time_of_last_rotation: A
|
1259
|
-
:param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
1260
|
-
:param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
1257
|
+
:param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
|
1258
|
+
:param str time_of_last_rotation: A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
|
1259
|
+
:param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
1260
|
+
:param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
1261
1261
|
"""
|
1262
1262
|
pulumi.set(__self__, "last_rotation_message", last_rotation_message)
|
1263
1263
|
pulumi.set(__self__, "last_rotation_status", last_rotation_status)
|
@@ -1270,7 +1270,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
|
|
1270
1270
|
@pulumi.getter(name="lastRotationMessage")
|
1271
1271
|
def last_rotation_message(self) -> str:
|
1272
1272
|
"""
|
1273
|
-
The last execution status message
|
1273
|
+
The last execution status message.
|
1274
1274
|
"""
|
1275
1275
|
return pulumi.get(self, "last_rotation_message")
|
1276
1276
|
|
@@ -1286,7 +1286,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
|
|
1286
1286
|
@pulumi.getter(name="rotationIntervalInDays")
|
1287
1287
|
def rotation_interval_in_days(self) -> int:
|
1288
1288
|
"""
|
1289
|
-
The interval of auto key rotation. For auto key rotation the interval should between
|
1289
|
+
The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
|
1290
1290
|
"""
|
1291
1291
|
return pulumi.get(self, "rotation_interval_in_days")
|
1292
1292
|
|
@@ -1294,7 +1294,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
|
|
1294
1294
|
@pulumi.getter(name="timeOfLastRotation")
|
1295
1295
|
def time_of_last_rotation(self) -> str:
|
1296
1296
|
"""
|
1297
|
-
A
|
1297
|
+
A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
|
1298
1298
|
"""
|
1299
1299
|
return pulumi.get(self, "time_of_last_rotation")
|
1300
1300
|
|
@@ -1302,7 +1302,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
|
|
1302
1302
|
@pulumi.getter(name="timeOfNextRotation")
|
1303
1303
|
def time_of_next_rotation(self) -> str:
|
1304
1304
|
"""
|
1305
|
-
A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
1305
|
+
A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
1306
1306
|
"""
|
1307
1307
|
return pulumi.get(self, "time_of_next_rotation")
|
1308
1308
|
|
@@ -1310,7 +1310,7 @@ class GetKeyAutoKeyRotationDetailResult(dict):
|
|
1310
1310
|
@pulumi.getter(name="timeOfScheduleStart")
|
1311
1311
|
def time_of_schedule_start(self) -> str:
|
1312
1312
|
"""
|
1313
|
-
A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
1313
|
+
A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
1314
1314
|
"""
|
1315
1315
|
return pulumi.get(self, "time_of_schedule_start")
|
1316
1316
|
|
@@ -2123,12 +2123,12 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
|
|
2123
2123
|
time_of_next_rotation: str,
|
2124
2124
|
time_of_schedule_start: str):
|
2125
2125
|
"""
|
2126
|
-
:param str last_rotation_message: The last execution status message
|
2126
|
+
:param str last_rotation_message: The last execution status message.
|
2127
2127
|
:param str last_rotation_status: The status of last execution of auto key rotation.
|
2128
|
-
:param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between
|
2129
|
-
:param str time_of_last_rotation: A
|
2130
|
-
:param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
2131
|
-
:param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
2128
|
+
:param int rotation_interval_in_days: The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
|
2129
|
+
:param str time_of_last_rotation: A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
|
2130
|
+
:param str time_of_next_rotation: A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
2131
|
+
:param str time_of_schedule_start: A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
2132
2132
|
"""
|
2133
2133
|
pulumi.set(__self__, "last_rotation_message", last_rotation_message)
|
2134
2134
|
pulumi.set(__self__, "last_rotation_status", last_rotation_status)
|
@@ -2141,7 +2141,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
|
|
2141
2141
|
@pulumi.getter(name="lastRotationMessage")
|
2142
2142
|
def last_rotation_message(self) -> str:
|
2143
2143
|
"""
|
2144
|
-
The last execution status message
|
2144
|
+
The last execution status message.
|
2145
2145
|
"""
|
2146
2146
|
return pulumi.get(self, "last_rotation_message")
|
2147
2147
|
|
@@ -2157,7 +2157,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
|
|
2157
2157
|
@pulumi.getter(name="rotationIntervalInDays")
|
2158
2158
|
def rotation_interval_in_days(self) -> int:
|
2159
2159
|
"""
|
2160
|
-
The interval of auto key rotation. For auto key rotation the interval should between
|
2160
|
+
The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year)
|
2161
2161
|
"""
|
2162
2162
|
return pulumi.get(self, "rotation_interval_in_days")
|
2163
2163
|
|
@@ -2165,7 +2165,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
|
|
2165
2165
|
@pulumi.getter(name="timeOfLastRotation")
|
2166
2166
|
def time_of_last_rotation(self) -> str:
|
2167
2167
|
"""
|
2168
|
-
A
|
2168
|
+
A property indicating Last rotation Date Example: `2023-04-04T00:00:00Z`.
|
2169
2169
|
"""
|
2170
2170
|
return pulumi.get(self, "time_of_last_rotation")
|
2171
2171
|
|
@@ -2173,7 +2173,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
|
|
2173
2173
|
@pulumi.getter(name="timeOfNextRotation")
|
2174
2174
|
def time_of_next_rotation(self) -> str:
|
2175
2175
|
"""
|
2176
|
-
A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
2176
|
+
A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
2177
2177
|
"""
|
2178
2178
|
return pulumi.get(self, "time_of_next_rotation")
|
2179
2179
|
|
@@ -2181,7 +2181,7 @@ class GetKeysKeyAutoKeyRotationDetailResult(dict):
|
|
2181
2181
|
@pulumi.getter(name="timeOfScheduleStart")
|
2182
2182
|
def time_of_schedule_start(self) -> str:
|
2183
2183
|
"""
|
2184
|
-
A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z
|
2184
|
+
A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: `2023-04-04T00:00:00Z` .
|
2185
2185
|
"""
|
2186
2186
|
return pulumi.get(self, "time_of_schedule_start")
|
2187
2187
|
|
@@ -2775,7 +2775,6 @@ class GetVaultsVaultResult(dict):
|
|
2775
2775
|
freeform_tags: Mapping[str, str],
|
2776
2776
|
id: str,
|
2777
2777
|
is_primary: bool,
|
2778
|
-
is_vault_replicable: bool,
|
2779
2778
|
management_endpoint: str,
|
2780
2779
|
replica_details: Sequence['outputs.GetVaultsVaultReplicaDetailResult'],
|
2781
2780
|
restore_from_files: Sequence['outputs.GetVaultsVaultRestoreFromFileResult'],
|
@@ -2795,7 +2794,6 @@ class GetVaultsVaultResult(dict):
|
|
2795
2794
|
:param Mapping[str, str] freeform_tags: 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"}`
|
2796
2795
|
:param str id: The OCID of the vault.
|
2797
2796
|
:param bool is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
|
2798
|
-
:param bool is_vault_replicable: A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
|
2799
2797
|
:param str management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
|
2800
2798
|
:param Sequence['GetVaultsVaultReplicaDetailArgs'] replica_details: Vault replica details
|
2801
2799
|
:param str restored_from_vault_id: The OCID of the vault from which this vault was restored, if it was restored from a backup file. If you restore a vault to the same region, the vault retains the same OCID that it had when you backed up the vault.
|
@@ -2813,7 +2811,6 @@ class GetVaultsVaultResult(dict):
|
|
2813
2811
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
2814
2812
|
pulumi.set(__self__, "id", id)
|
2815
2813
|
pulumi.set(__self__, "is_primary", is_primary)
|
2816
|
-
pulumi.set(__self__, "is_vault_replicable", is_vault_replicable)
|
2817
2814
|
pulumi.set(__self__, "management_endpoint", management_endpoint)
|
2818
2815
|
pulumi.set(__self__, "replica_details", replica_details)
|
2819
2816
|
pulumi.set(__self__, "restore_from_files", restore_from_files)
|
@@ -2894,14 +2891,6 @@ class GetVaultsVaultResult(dict):
|
|
2894
2891
|
"""
|
2895
2892
|
return pulumi.get(self, "is_primary")
|
2896
2893
|
|
2897
|
-
@property
|
2898
|
-
@pulumi.getter(name="isVaultReplicable")
|
2899
|
-
def is_vault_replicable(self) -> bool:
|
2900
|
-
"""
|
2901
|
-
A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
|
2902
|
-
"""
|
2903
|
-
return pulumi.get(self, "is_vault_replicable")
|
2904
|
-
|
2905
2894
|
@property
|
2906
2895
|
@pulumi.getter(name="managementEndpoint")
|
2907
2896
|
def management_endpoint(self) -> str:
|
pulumi_oci/kms/vault.py
CHANGED
@@ -191,7 +191,6 @@ class _VaultState:
|
|
191
191
|
external_key_manager_metadata_summaries: Optional[pulumi.Input[Sequence[pulumi.Input['VaultExternalKeyManagerMetadataSummaryArgs']]]] = None,
|
192
192
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
193
193
|
is_primary: Optional[pulumi.Input[bool]] = None,
|
194
|
-
is_vault_replicable: Optional[pulumi.Input[bool]] = None,
|
195
194
|
management_endpoint: Optional[pulumi.Input[str]] = None,
|
196
195
|
replica_details: Optional[pulumi.Input[Sequence[pulumi.Input['VaultReplicaDetailArgs']]]] = None,
|
197
196
|
restore_from_file: Optional[pulumi.Input['VaultRestoreFromFileArgs']] = None,
|
@@ -212,7 +211,6 @@ class _VaultState:
|
|
212
211
|
:param pulumi.Input[Sequence[pulumi.Input['VaultExternalKeyManagerMetadataSummaryArgs']]] external_key_manager_metadata_summaries: Summary about metadata of external key manager to be returned to the customer as a response.
|
213
212
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
214
213
|
:param pulumi.Input[bool] is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
|
215
|
-
:param pulumi.Input[bool] is_vault_replicable: A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
|
216
214
|
:param pulumi.Input[str] management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
|
217
215
|
:param pulumi.Input[Sequence[pulumi.Input['VaultReplicaDetailArgs']]] replica_details: Vault replica details
|
218
216
|
:param pulumi.Input['VaultRestoreFromFileArgs'] restore_from_file: (Updatable) Details where vault was backed up.
|
@@ -242,8 +240,6 @@ class _VaultState:
|
|
242
240
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
243
241
|
if is_primary is not None:
|
244
242
|
pulumi.set(__self__, "is_primary", is_primary)
|
245
|
-
if is_vault_replicable is not None:
|
246
|
-
pulumi.set(__self__, "is_vault_replicable", is_vault_replicable)
|
247
243
|
if management_endpoint is not None:
|
248
244
|
pulumi.set(__self__, "management_endpoint", management_endpoint)
|
249
245
|
if replica_details is not None:
|
@@ -361,18 +357,6 @@ class _VaultState:
|
|
361
357
|
def is_primary(self, value: Optional[pulumi.Input[bool]]):
|
362
358
|
pulumi.set(self, "is_primary", value)
|
363
359
|
|
364
|
-
@property
|
365
|
-
@pulumi.getter(name="isVaultReplicable")
|
366
|
-
def is_vault_replicable(self) -> Optional[pulumi.Input[bool]]:
|
367
|
-
"""
|
368
|
-
A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
|
369
|
-
"""
|
370
|
-
return pulumi.get(self, "is_vault_replicable")
|
371
|
-
|
372
|
-
@is_vault_replicable.setter
|
373
|
-
def is_vault_replicable(self, value: Optional[pulumi.Input[bool]]):
|
374
|
-
pulumi.set(self, "is_vault_replicable", value)
|
375
|
-
|
376
360
|
@property
|
377
361
|
@pulumi.getter(name="managementEndpoint")
|
378
362
|
def management_endpoint(self) -> Optional[pulumi.Input[str]]:
|
@@ -680,7 +664,6 @@ class Vault(pulumi.CustomResource):
|
|
680
664
|
__props__.__dict__["crypto_endpoint"] = None
|
681
665
|
__props__.__dict__["external_key_manager_metadata_summaries"] = None
|
682
666
|
__props__.__dict__["is_primary"] = None
|
683
|
-
__props__.__dict__["is_vault_replicable"] = None
|
684
667
|
__props__.__dict__["management_endpoint"] = None
|
685
668
|
__props__.__dict__["replica_details"] = None
|
686
669
|
__props__.__dict__["restored_from_vault_id"] = None
|
@@ -704,7 +687,6 @@ class Vault(pulumi.CustomResource):
|
|
704
687
|
external_key_manager_metadata_summaries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VaultExternalKeyManagerMetadataSummaryArgs', 'VaultExternalKeyManagerMetadataSummaryArgsDict']]]]] = None,
|
705
688
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
706
689
|
is_primary: Optional[pulumi.Input[bool]] = None,
|
707
|
-
is_vault_replicable: Optional[pulumi.Input[bool]] = None,
|
708
690
|
management_endpoint: Optional[pulumi.Input[str]] = None,
|
709
691
|
replica_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VaultReplicaDetailArgs', 'VaultReplicaDetailArgsDict']]]]] = None,
|
710
692
|
restore_from_file: Optional[pulumi.Input[Union['VaultRestoreFromFileArgs', 'VaultRestoreFromFileArgsDict']]] = None,
|
@@ -730,7 +712,6 @@ class Vault(pulumi.CustomResource):
|
|
730
712
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VaultExternalKeyManagerMetadataSummaryArgs', 'VaultExternalKeyManagerMetadataSummaryArgsDict']]]] external_key_manager_metadata_summaries: Summary about metadata of external key manager to be returned to the customer as a response.
|
731
713
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
732
714
|
:param pulumi.Input[bool] is_primary: A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
|
733
|
-
:param pulumi.Input[bool] is_vault_replicable: A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
|
734
715
|
:param pulumi.Input[str] management_endpoint: The service endpoint to perform management operations against. Management operations include "Create," "Update," "List," "Get," and "Delete" operations.
|
735
716
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VaultReplicaDetailArgs', 'VaultReplicaDetailArgsDict']]]] replica_details: Vault replica details
|
736
717
|
:param pulumi.Input[Union['VaultRestoreFromFileArgs', 'VaultRestoreFromFileArgsDict']] restore_from_file: (Updatable) Details where vault was backed up.
|
@@ -756,7 +737,6 @@ class Vault(pulumi.CustomResource):
|
|
756
737
|
__props__.__dict__["external_key_manager_metadata_summaries"] = external_key_manager_metadata_summaries
|
757
738
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
758
739
|
__props__.__dict__["is_primary"] = is_primary
|
759
|
-
__props__.__dict__["is_vault_replicable"] = is_vault_replicable
|
760
740
|
__props__.__dict__["management_endpoint"] = management_endpoint
|
761
741
|
__props__.__dict__["replica_details"] = replica_details
|
762
742
|
__props__.__dict__["restore_from_file"] = restore_from_file
|
@@ -833,14 +813,6 @@ class Vault(pulumi.CustomResource):
|
|
833
813
|
"""
|
834
814
|
return pulumi.get(self, "is_primary")
|
835
815
|
|
836
|
-
@property
|
837
|
-
@pulumi.getter(name="isVaultReplicable")
|
838
|
-
def is_vault_replicable(self) -> pulumi.Output[bool]:
|
839
|
-
"""
|
840
|
-
A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
|
841
|
-
"""
|
842
|
-
return pulumi.get(self, "is_vault_replicable")
|
843
|
-
|
844
816
|
@property
|
845
817
|
@pulumi.getter(name="managementEndpoint")
|
846
818
|
def management_endpoint(self) -> pulumi.Output[str]:
|