pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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 +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- 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/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- 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/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- 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-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
pulumi_oci/core/outputs.py
CHANGED
@@ -499,6 +499,8 @@ __all__ = [
|
|
499
499
|
'GetInstanceLaunchOptionResult',
|
500
500
|
'GetInstanceLaunchVolumeAttachmentResult',
|
501
501
|
'GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult',
|
502
|
+
'GetInstanceMaintenanceEventsFilterResult',
|
503
|
+
'GetInstanceMaintenanceEventsInstanceMaintenanceEventResult',
|
502
504
|
'GetInstanceMeasuredBootReportMeasurementResult',
|
503
505
|
'GetInstanceMeasuredBootReportMeasurementActualResult',
|
504
506
|
'GetInstanceMeasuredBootReportMeasurementPolicyResult',
|
@@ -2918,8 +2920,8 @@ class ComputeCapacityReservationInstanceReservationConfig(dict):
|
|
2918
2920
|
:param str reserved_count: (Updatable) The total number of instances that can be launched from the capacity configuration.
|
2919
2921
|
:param 'ComputeCapacityReservationInstanceReservationConfigClusterConfigArgs' cluster_config: (Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
|
2920
2922
|
|
2921
|
-
<<<<<<< HEAD
|
2922
2923
|
If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.
|
2924
|
+
:param str cluster_placement_group_id: (Updatable) The OCID of the cluster placement group for this instance reservation capacity configuration.
|
2923
2925
|
:param str fault_domain: (Updatable) The fault domain to use for instances created using this capacity configuration. For more information, see [Fault Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm#fault). If you do not specify the fault domain, the capacity is available for an instance that does not specify a fault domain. To change the fault domain for a reservation, delete the reservation and create a new one in the preferred fault domain.
|
2924
2926
|
|
2925
2927
|
To retrieve a list of fault domains, use the `ListFaultDomains` operation in the [Identity and Access Management Service API](https://www.terraform.io/iaas/api/#/en/identity/20160918/).
|
@@ -2969,7 +2971,6 @@ class ComputeCapacityReservationInstanceReservationConfig(dict):
|
|
2969
2971
|
"""
|
2970
2972
|
(Updatable) The HPC cluster configuration requested when launching instances in a compute capacity reservation.
|
2971
2973
|
|
2972
|
-
<<<<<<< HEAD
|
2973
2974
|
If the parameter is provided, the reservation is created with the HPC island and a list of HPC blocks that you specify. If a list of HPC blocks are missing or not provided, the reservation is created with any HPC blocks in the HPC island that you specify. If the values of HPC island or HPC block that you provide are not valid, an error is returned.
|
2974
2975
|
"""
|
2975
2976
|
return pulumi.get(self, "cluster_config")
|
@@ -2977,6 +2978,9 @@ class ComputeCapacityReservationInstanceReservationConfig(dict):
|
|
2977
2978
|
@property
|
2978
2979
|
@pulumi.getter(name="clusterPlacementGroupId")
|
2979
2980
|
def cluster_placement_group_id(self) -> Optional[str]:
|
2981
|
+
"""
|
2982
|
+
(Updatable) The OCID of the cluster placement group for this instance reservation capacity configuration.
|
2983
|
+
"""
|
2980
2984
|
return pulumi.get(self, "cluster_placement_group_id")
|
2981
2985
|
|
2982
2986
|
@property
|
@@ -11071,8 +11075,8 @@ class InstancePoolPlacementConfiguration(dict):
|
|
11071
11075
|
|
11072
11076
|
To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
|
11073
11077
|
|
11074
|
-
<<<<<<< HEAD
|
11075
11078
|
Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
|
11079
|
+
:param str primary_subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
|
11076
11080
|
:param 'InstancePoolPlacementConfigurationPrimaryVnicSubnetsArgs' primary_vnic_subnets: (Updatable) Details about the IPv6 primary subnet.
|
11077
11081
|
:param Sequence['InstancePoolPlacementConfigurationSecondaryVnicSubnetArgs'] secondary_vnic_subnets: (Updatable) The set of secondary VNIC data for instances in the pool.
|
11078
11082
|
"""
|
@@ -11106,7 +11110,6 @@ class InstancePoolPlacementConfiguration(dict):
|
|
11106
11110
|
|
11107
11111
|
To get a list of fault domains, use the [ListFaultDomains](https://docs.cloud.oracle.com/iaas/api/#/en/identity/20160918/FaultDomain/ListFaultDomains) operation in the Identity and Access Management Service API.
|
11108
11112
|
|
11109
|
-
<<<<<<< HEAD
|
11110
11113
|
Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
|
11111
11114
|
"""
|
11112
11115
|
return pulumi.get(self, "fault_domains")
|
@@ -11114,6 +11117,9 @@ class InstancePoolPlacementConfiguration(dict):
|
|
11114
11117
|
@property
|
11115
11118
|
@pulumi.getter(name="primarySubnetId")
|
11116
11119
|
def primary_subnet_id(self) -> Optional[str]:
|
11120
|
+
"""
|
11121
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
|
11122
|
+
"""
|
11117
11123
|
return pulumi.get(self, "primary_subnet_id")
|
11118
11124
|
|
11119
11125
|
@property
|
@@ -11162,8 +11168,6 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
|
|
11162
11168
|
is_assign_ipv6ip: Optional[bool] = None):
|
11163
11169
|
"""
|
11164
11170
|
:param str subnet_id: (Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
11165
|
-
=======
|
11166
|
-
Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
|
11167
11171
|
:param Sequence['InstancePoolPlacementConfigurationPrimaryVnicSubnetsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: (Updatable) A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
|
11168
11172
|
:param bool is_assign_ipv6ip: (Updatable) Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled subnet. Default: False. When provided you may optionally provide an IPv6 prefix (`ipv6SubnetCidr`) of your choice to assign the IPv6 address from. If `ipv6SubnetCidr` is not provided then an IPv6 prefix is chosen for you.
|
11169
11173
|
"""
|
@@ -11178,8 +11182,6 @@ class InstancePoolPlacementConfigurationPrimaryVnicSubnets(dict):
|
|
11178
11182
|
def subnet_id(self) -> str:
|
11179
11183
|
"""
|
11180
11184
|
(Updatable) The subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the secondary VNIC.
|
11181
|
-
=======
|
11182
|
-
Example: `[FAULT-DOMAIN-1, FAULT-DOMAIN-2, FAULT-DOMAIN-3]`
|
11183
11185
|
"""
|
11184
11186
|
return pulumi.get(self, "subnet_id")
|
11185
11187
|
|
@@ -19999,6 +20001,7 @@ class GetComputeCapacityReservationInstanceReservationConfigResult(dict):
|
|
19999
20001
|
used_count: str):
|
20000
20002
|
"""
|
20001
20003
|
:param Sequence['GetComputeCapacityReservationInstanceReservationConfigClusterConfigArgs'] cluster_configs: The HPC cluster configuration requested when launching instances in a compute capacity reservation.
|
20004
|
+
:param str cluster_placement_group_id: The OCID of the cluster placement group for this instance reservation capacity configuration.
|
20002
20005
|
:param str fault_domain: The fault domain of this capacity configuration. If a value is not supplied, this capacity configuration is applicable to all fault domains in the specified availability domain. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm).
|
20003
20006
|
:param str instance_shape: The shape to use when launching instances using compute capacity reservations. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling [ListComputeCapacityReservationInstanceShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/computeCapacityReservationInstanceShapes/ListComputeCapacityReservationInstanceShapes).
|
20004
20007
|
:param Sequence['GetComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs'] instance_shape_configs: The shape configuration requested when launching instances in a compute capacity reservation.
|
@@ -20024,6 +20027,9 @@ class GetComputeCapacityReservationInstanceReservationConfigResult(dict):
|
|
20024
20027
|
@property
|
20025
20028
|
@pulumi.getter(name="clusterPlacementGroupId")
|
20026
20029
|
def cluster_placement_group_id(self) -> str:
|
20030
|
+
"""
|
20031
|
+
The OCID of the cluster placement group for this instance reservation capacity configuration.
|
20032
|
+
"""
|
20027
20033
|
return pulumi.get(self, "cluster_placement_group_id")
|
20028
20034
|
|
20029
20035
|
@property
|
@@ -20483,6 +20489,7 @@ class GetComputeCapacityReservationsComputeCapacityReservationInstanceReservatio
|
|
20483
20489
|
used_count: str):
|
20484
20490
|
"""
|
20485
20491
|
:param Sequence['GetComputeCapacityReservationsComputeCapacityReservationInstanceReservationConfigClusterConfigArgs'] cluster_configs: The HPC cluster configuration requested when launching instances in a compute capacity reservation.
|
20492
|
+
:param str cluster_placement_group_id: The OCID of the cluster placement group for this instance reservation capacity configuration.
|
20486
20493
|
:param str fault_domain: The fault domain of this capacity configuration. If a value is not supplied, this capacity configuration is applicable to all fault domains in the specified availability domain. For more information, see [Capacity Reservations](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/reserve-capacity.htm).
|
20487
20494
|
:param str instance_shape: The shape to use when launching instances using compute capacity reservations. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling [ListComputeCapacityReservationInstanceShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/computeCapacityReservationInstanceShapes/ListComputeCapacityReservationInstanceShapes).
|
20488
20495
|
:param Sequence['GetComputeCapacityReservationsComputeCapacityReservationInstanceReservationConfigInstanceShapeConfigArgs'] instance_shape_configs: The shape configuration requested when launching instances in a compute capacity reservation.
|
@@ -20508,6 +20515,9 @@ class GetComputeCapacityReservationsComputeCapacityReservationInstanceReservatio
|
|
20508
20515
|
@property
|
20509
20516
|
@pulumi.getter(name="clusterPlacementGroupId")
|
20510
20517
|
def cluster_placement_group_id(self) -> str:
|
20518
|
+
"""
|
20519
|
+
The OCID of the cluster placement group for this instance reservation capacity configuration.
|
20520
|
+
"""
|
20511
20521
|
return pulumi.get(self, "cluster_placement_group_id")
|
20512
20522
|
|
20513
20523
|
@property
|
@@ -33371,6 +33381,318 @@ class GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult(dict):
|
|
33371
33381
|
return pulumi.get(self, "vpus_per_gb")
|
33372
33382
|
|
33373
33383
|
|
33384
|
+
@pulumi.output_type
|
33385
|
+
class GetInstanceMaintenanceEventsFilterResult(dict):
|
33386
|
+
def __init__(__self__, *,
|
33387
|
+
name: str,
|
33388
|
+
values: Sequence[str],
|
33389
|
+
regex: Optional[bool] = None):
|
33390
|
+
pulumi.set(__self__, "name", name)
|
33391
|
+
pulumi.set(__self__, "values", values)
|
33392
|
+
if regex is not None:
|
33393
|
+
pulumi.set(__self__, "regex", regex)
|
33394
|
+
|
33395
|
+
@property
|
33396
|
+
@pulumi.getter
|
33397
|
+
def name(self) -> str:
|
33398
|
+
return pulumi.get(self, "name")
|
33399
|
+
|
33400
|
+
@property
|
33401
|
+
@pulumi.getter
|
33402
|
+
def values(self) -> Sequence[str]:
|
33403
|
+
return pulumi.get(self, "values")
|
33404
|
+
|
33405
|
+
@property
|
33406
|
+
@pulumi.getter
|
33407
|
+
def regex(self) -> Optional[bool]:
|
33408
|
+
return pulumi.get(self, "regex")
|
33409
|
+
|
33410
|
+
|
33411
|
+
@pulumi.output_type
|
33412
|
+
class GetInstanceMaintenanceEventsInstanceMaintenanceEventResult(dict):
|
33413
|
+
def __init__(__self__, *,
|
33414
|
+
additional_details: Mapping[str, Any],
|
33415
|
+
alternative_resolution_action: str,
|
33416
|
+
alternative_resolution_actions: Sequence[str],
|
33417
|
+
can_delete_local_storage: bool,
|
33418
|
+
can_reschedule: bool,
|
33419
|
+
compartment_id: str,
|
33420
|
+
correlation_token: str,
|
33421
|
+
created_by: str,
|
33422
|
+
defined_tags: Mapping[str, Any],
|
33423
|
+
description: str,
|
33424
|
+
display_name: str,
|
33425
|
+
estimated_duration: str,
|
33426
|
+
freeform_tags: Mapping[str, Any],
|
33427
|
+
id: str,
|
33428
|
+
instance_action: str,
|
33429
|
+
instance_id: str,
|
33430
|
+
instance_maintenance_event_id: str,
|
33431
|
+
maintenance_category: str,
|
33432
|
+
maintenance_reason: str,
|
33433
|
+
start_window_duration: str,
|
33434
|
+
state: str,
|
33435
|
+
time_created: str,
|
33436
|
+
time_finished: str,
|
33437
|
+
time_hard_due_date: str,
|
33438
|
+
time_started: str,
|
33439
|
+
time_window_start: str):
|
33440
|
+
"""
|
33441
|
+
:param Mapping[str, Any] additional_details: Additional details of the maintenance in the form of json.
|
33442
|
+
:param Sequence[str] alternative_resolution_actions: These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.
|
33443
|
+
:param bool can_delete_local_storage: For Instances that have local storage, this field is set to true when local storage will be deleted as a result of the Maintenance.
|
33444
|
+
:param bool can_reschedule: Indicates if this MaintenanceEvent is capable of being rescheduled up to the timeHardDueDate.
|
33445
|
+
:param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
33446
|
+
:param str correlation_token: A filter to only return resources that have a matching correlationToken.
|
33447
|
+
:param str created_by: The creator of the maintenance event.
|
33448
|
+
:param Mapping[str, Any] 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"}`
|
33449
|
+
:param str description: It is the descriptive information about the maintenance taking place on the customer instance.
|
33450
|
+
:param str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
33451
|
+
:param str estimated_duration: This is the estimated duration of the Maintenance, once the Maintenance has entered the STARTED state.
|
33452
|
+
:param Mapping[str, Any] 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"}`
|
33453
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance event.
|
33454
|
+
:param str instance_action: A filter to only return resources that match the given instance action.
|
33455
|
+
:param str instance_id: The OCID of the instance.
|
33456
|
+
:param str maintenance_category: This indicates the priority and allowed actions for this Maintenance. Higher priority forms of Maintenance have tighter restrictions and may not be rescheduled, while lower priority/severity Maintenance can be rescheduled, deferred, or even cancelled. Please see the [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
|
33457
|
+
:param str maintenance_reason: This is the reason that Maintenance is being performed. See [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
|
33458
|
+
:param str start_window_duration: The duration of the time window Maintenance is scheduled to begin within.
|
33459
|
+
:param str state: A filter to only return resources that match the given lifecycle state.
|
33460
|
+
:param str time_created: The date and time the maintenance event was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
33461
|
+
:param str time_finished: The time at which the Maintenance actually finished.
|
33462
|
+
:param str time_hard_due_date: It is the scheduled hard due date and time of the maintenance event. The maintenance event will happen at this time and the due date will not be extended.
|
33463
|
+
:param str time_started: The time at which the Maintenance actually started.
|
33464
|
+
:param str time_window_start: The beginning of the time window when Maintenance is scheduled to begin. The Maintenance will not begin before this time.
|
33465
|
+
"""
|
33466
|
+
pulumi.set(__self__, "additional_details", additional_details)
|
33467
|
+
pulumi.set(__self__, "alternative_resolution_action", alternative_resolution_action)
|
33468
|
+
pulumi.set(__self__, "alternative_resolution_actions", alternative_resolution_actions)
|
33469
|
+
pulumi.set(__self__, "can_delete_local_storage", can_delete_local_storage)
|
33470
|
+
pulumi.set(__self__, "can_reschedule", can_reschedule)
|
33471
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
33472
|
+
pulumi.set(__self__, "correlation_token", correlation_token)
|
33473
|
+
pulumi.set(__self__, "created_by", created_by)
|
33474
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
33475
|
+
pulumi.set(__self__, "description", description)
|
33476
|
+
pulumi.set(__self__, "display_name", display_name)
|
33477
|
+
pulumi.set(__self__, "estimated_duration", estimated_duration)
|
33478
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
33479
|
+
pulumi.set(__self__, "id", id)
|
33480
|
+
pulumi.set(__self__, "instance_action", instance_action)
|
33481
|
+
pulumi.set(__self__, "instance_id", instance_id)
|
33482
|
+
pulumi.set(__self__, "instance_maintenance_event_id", instance_maintenance_event_id)
|
33483
|
+
pulumi.set(__self__, "maintenance_category", maintenance_category)
|
33484
|
+
pulumi.set(__self__, "maintenance_reason", maintenance_reason)
|
33485
|
+
pulumi.set(__self__, "start_window_duration", start_window_duration)
|
33486
|
+
pulumi.set(__self__, "state", state)
|
33487
|
+
pulumi.set(__self__, "time_created", time_created)
|
33488
|
+
pulumi.set(__self__, "time_finished", time_finished)
|
33489
|
+
pulumi.set(__self__, "time_hard_due_date", time_hard_due_date)
|
33490
|
+
pulumi.set(__self__, "time_started", time_started)
|
33491
|
+
pulumi.set(__self__, "time_window_start", time_window_start)
|
33492
|
+
|
33493
|
+
@property
|
33494
|
+
@pulumi.getter(name="additionalDetails")
|
33495
|
+
def additional_details(self) -> Mapping[str, Any]:
|
33496
|
+
"""
|
33497
|
+
Additional details of the maintenance in the form of json.
|
33498
|
+
"""
|
33499
|
+
return pulumi.get(self, "additional_details")
|
33500
|
+
|
33501
|
+
@property
|
33502
|
+
@pulumi.getter(name="alternativeResolutionAction")
|
33503
|
+
def alternative_resolution_action(self) -> str:
|
33504
|
+
return pulumi.get(self, "alternative_resolution_action")
|
33505
|
+
|
33506
|
+
@property
|
33507
|
+
@pulumi.getter(name="alternativeResolutionActions")
|
33508
|
+
def alternative_resolution_actions(self) -> Sequence[str]:
|
33509
|
+
"""
|
33510
|
+
These are alternative actions to the requested instanceAction that can be taken to resolve the Maintenance.
|
33511
|
+
"""
|
33512
|
+
return pulumi.get(self, "alternative_resolution_actions")
|
33513
|
+
|
33514
|
+
@property
|
33515
|
+
@pulumi.getter(name="canDeleteLocalStorage")
|
33516
|
+
def can_delete_local_storage(self) -> bool:
|
33517
|
+
"""
|
33518
|
+
For Instances that have local storage, this field is set to true when local storage will be deleted as a result of the Maintenance.
|
33519
|
+
"""
|
33520
|
+
return pulumi.get(self, "can_delete_local_storage")
|
33521
|
+
|
33522
|
+
@property
|
33523
|
+
@pulumi.getter(name="canReschedule")
|
33524
|
+
def can_reschedule(self) -> bool:
|
33525
|
+
"""
|
33526
|
+
Indicates if this MaintenanceEvent is capable of being rescheduled up to the timeHardDueDate.
|
33527
|
+
"""
|
33528
|
+
return pulumi.get(self, "can_reschedule")
|
33529
|
+
|
33530
|
+
@property
|
33531
|
+
@pulumi.getter(name="compartmentId")
|
33532
|
+
def compartment_id(self) -> str:
|
33533
|
+
"""
|
33534
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
33535
|
+
"""
|
33536
|
+
return pulumi.get(self, "compartment_id")
|
33537
|
+
|
33538
|
+
@property
|
33539
|
+
@pulumi.getter(name="correlationToken")
|
33540
|
+
def correlation_token(self) -> str:
|
33541
|
+
"""
|
33542
|
+
A filter to only return resources that have a matching correlationToken.
|
33543
|
+
"""
|
33544
|
+
return pulumi.get(self, "correlation_token")
|
33545
|
+
|
33546
|
+
@property
|
33547
|
+
@pulumi.getter(name="createdBy")
|
33548
|
+
def created_by(self) -> str:
|
33549
|
+
"""
|
33550
|
+
The creator of the maintenance event.
|
33551
|
+
"""
|
33552
|
+
return pulumi.get(self, "created_by")
|
33553
|
+
|
33554
|
+
@property
|
33555
|
+
@pulumi.getter(name="definedTags")
|
33556
|
+
def defined_tags(self) -> Mapping[str, Any]:
|
33557
|
+
"""
|
33558
|
+
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"}`
|
33559
|
+
"""
|
33560
|
+
return pulumi.get(self, "defined_tags")
|
33561
|
+
|
33562
|
+
@property
|
33563
|
+
@pulumi.getter
|
33564
|
+
def description(self) -> str:
|
33565
|
+
"""
|
33566
|
+
It is the descriptive information about the maintenance taking place on the customer instance.
|
33567
|
+
"""
|
33568
|
+
return pulumi.get(self, "description")
|
33569
|
+
|
33570
|
+
@property
|
33571
|
+
@pulumi.getter(name="displayName")
|
33572
|
+
def display_name(self) -> str:
|
33573
|
+
"""
|
33574
|
+
A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
33575
|
+
"""
|
33576
|
+
return pulumi.get(self, "display_name")
|
33577
|
+
|
33578
|
+
@property
|
33579
|
+
@pulumi.getter(name="estimatedDuration")
|
33580
|
+
def estimated_duration(self) -> str:
|
33581
|
+
"""
|
33582
|
+
This is the estimated duration of the Maintenance, once the Maintenance has entered the STARTED state.
|
33583
|
+
"""
|
33584
|
+
return pulumi.get(self, "estimated_duration")
|
33585
|
+
|
33586
|
+
@property
|
33587
|
+
@pulumi.getter(name="freeformTags")
|
33588
|
+
def freeform_tags(self) -> Mapping[str, Any]:
|
33589
|
+
"""
|
33590
|
+
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"}`
|
33591
|
+
"""
|
33592
|
+
return pulumi.get(self, "freeform_tags")
|
33593
|
+
|
33594
|
+
@property
|
33595
|
+
@pulumi.getter
|
33596
|
+
def id(self) -> str:
|
33597
|
+
"""
|
33598
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the maintenance event.
|
33599
|
+
"""
|
33600
|
+
return pulumi.get(self, "id")
|
33601
|
+
|
33602
|
+
@property
|
33603
|
+
@pulumi.getter(name="instanceAction")
|
33604
|
+
def instance_action(self) -> str:
|
33605
|
+
"""
|
33606
|
+
A filter to only return resources that match the given instance action.
|
33607
|
+
"""
|
33608
|
+
return pulumi.get(self, "instance_action")
|
33609
|
+
|
33610
|
+
@property
|
33611
|
+
@pulumi.getter(name="instanceId")
|
33612
|
+
def instance_id(self) -> str:
|
33613
|
+
"""
|
33614
|
+
The OCID of the instance.
|
33615
|
+
"""
|
33616
|
+
return pulumi.get(self, "instance_id")
|
33617
|
+
|
33618
|
+
@property
|
33619
|
+
@pulumi.getter(name="instanceMaintenanceEventId")
|
33620
|
+
def instance_maintenance_event_id(self) -> str:
|
33621
|
+
return pulumi.get(self, "instance_maintenance_event_id")
|
33622
|
+
|
33623
|
+
@property
|
33624
|
+
@pulumi.getter(name="maintenanceCategory")
|
33625
|
+
def maintenance_category(self) -> str:
|
33626
|
+
"""
|
33627
|
+
This indicates the priority and allowed actions for this Maintenance. Higher priority forms of Maintenance have tighter restrictions and may not be rescheduled, while lower priority/severity Maintenance can be rescheduled, deferred, or even cancelled. Please see the [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
|
33628
|
+
"""
|
33629
|
+
return pulumi.get(self, "maintenance_category")
|
33630
|
+
|
33631
|
+
@property
|
33632
|
+
@pulumi.getter(name="maintenanceReason")
|
33633
|
+
def maintenance_reason(self) -> str:
|
33634
|
+
"""
|
33635
|
+
This is the reason that Maintenance is being performed. See [Instance Maintenance](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/placeholder.htm) documentation for details.
|
33636
|
+
"""
|
33637
|
+
return pulumi.get(self, "maintenance_reason")
|
33638
|
+
|
33639
|
+
@property
|
33640
|
+
@pulumi.getter(name="startWindowDuration")
|
33641
|
+
def start_window_duration(self) -> str:
|
33642
|
+
"""
|
33643
|
+
The duration of the time window Maintenance is scheduled to begin within.
|
33644
|
+
"""
|
33645
|
+
return pulumi.get(self, "start_window_duration")
|
33646
|
+
|
33647
|
+
@property
|
33648
|
+
@pulumi.getter
|
33649
|
+
def state(self) -> str:
|
33650
|
+
"""
|
33651
|
+
A filter to only return resources that match the given lifecycle state.
|
33652
|
+
"""
|
33653
|
+
return pulumi.get(self, "state")
|
33654
|
+
|
33655
|
+
@property
|
33656
|
+
@pulumi.getter(name="timeCreated")
|
33657
|
+
def time_created(self) -> str:
|
33658
|
+
"""
|
33659
|
+
The date and time the maintenance event was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
33660
|
+
"""
|
33661
|
+
return pulumi.get(self, "time_created")
|
33662
|
+
|
33663
|
+
@property
|
33664
|
+
@pulumi.getter(name="timeFinished")
|
33665
|
+
def time_finished(self) -> str:
|
33666
|
+
"""
|
33667
|
+
The time at which the Maintenance actually finished.
|
33668
|
+
"""
|
33669
|
+
return pulumi.get(self, "time_finished")
|
33670
|
+
|
33671
|
+
@property
|
33672
|
+
@pulumi.getter(name="timeHardDueDate")
|
33673
|
+
def time_hard_due_date(self) -> str:
|
33674
|
+
"""
|
33675
|
+
It is the scheduled hard due date and time of the maintenance event. The maintenance event will happen at this time and the due date will not be extended.
|
33676
|
+
"""
|
33677
|
+
return pulumi.get(self, "time_hard_due_date")
|
33678
|
+
|
33679
|
+
@property
|
33680
|
+
@pulumi.getter(name="timeStarted")
|
33681
|
+
def time_started(self) -> str:
|
33682
|
+
"""
|
33683
|
+
The time at which the Maintenance actually started.
|
33684
|
+
"""
|
33685
|
+
return pulumi.get(self, "time_started")
|
33686
|
+
|
33687
|
+
@property
|
33688
|
+
@pulumi.getter(name="timeWindowStart")
|
33689
|
+
def time_window_start(self) -> str:
|
33690
|
+
"""
|
33691
|
+
The beginning of the time window when Maintenance is scheduled to begin. The Maintenance will not begin before this time.
|
33692
|
+
"""
|
33693
|
+
return pulumi.get(self, "time_window_start")
|
33694
|
+
|
33695
|
+
|
33374
33696
|
@pulumi.output_type
|
33375
33697
|
class GetInstanceMeasuredBootReportMeasurementResult(dict):
|
33376
33698
|
def __init__(__self__, *,
|
@@ -33963,6 +34285,7 @@ class GetInstancePoolPlacementConfigurationResult(dict):
|
|
33963
34285
|
"""
|
33964
34286
|
:param str availability_domain: The availability domain to place instances. Example: `Uocm:PHX-AD-1`
|
33965
34287
|
:param Sequence[str] fault_domains: The fault domains to place instances.
|
34288
|
+
:param str primary_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
|
33966
34289
|
:param Sequence['GetInstancePoolPlacementConfigurationPrimaryVnicSubnetArgs'] primary_vnic_subnets: Details about the IPv6 primary subnet.
|
33967
34290
|
:param Sequence['GetInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs'] secondary_vnic_subnets: The set of secondary VNIC data for instances in the pool.
|
33968
34291
|
"""
|
@@ -33991,6 +34314,9 @@ class GetInstancePoolPlacementConfigurationResult(dict):
|
|
33991
34314
|
@property
|
33992
34315
|
@pulumi.getter(name="primarySubnetId")
|
33993
34316
|
def primary_subnet_id(self) -> str:
|
34317
|
+
"""
|
34318
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
|
34319
|
+
"""
|
33994
34320
|
return pulumi.get(self, "primary_subnet_id")
|
33995
34321
|
|
33996
34322
|
@property
|
@@ -34416,6 +34742,7 @@ class GetInstancePoolsInstancePoolPlacementConfigurationResult(dict):
|
|
34416
34742
|
"""
|
34417
34743
|
:param str availability_domain: The availability domain to place instances. Example: `Uocm:PHX-AD-1`
|
34418
34744
|
:param Sequence[str] fault_domains: The fault domains to place instances.
|
34745
|
+
:param str primary_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
|
34419
34746
|
:param Sequence['GetInstancePoolsInstancePoolPlacementConfigurationPrimaryVnicSubnetArgs'] primary_vnic_subnets: Details about the IPv6 primary subnet.
|
34420
34747
|
:param Sequence['GetInstancePoolsInstancePoolPlacementConfigurationSecondaryVnicSubnetArgs'] secondary_vnic_subnets: The set of secondary VNIC data for instances in the pool.
|
34421
34748
|
"""
|
@@ -34444,6 +34771,9 @@ class GetInstancePoolsInstancePoolPlacementConfigurationResult(dict):
|
|
34444
34771
|
@property
|
34445
34772
|
@pulumi.getter(name="primarySubnetId")
|
34446
34773
|
def primary_subnet_id(self) -> str:
|
34774
|
+
"""
|
34775
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the primary subnet to place instances. This field is deprecated. Use `primaryVnicSubnets` instead to set VNIC data for instances in the pool.
|
34776
|
+
"""
|
34447
34777
|
return pulumi.get(self, "primary_subnet_id")
|
34448
34778
|
|
34449
34779
|
@property
|
pulumi_oci/database/_inputs.py
CHANGED
@@ -5811,6 +5811,7 @@ class DbHomeDatabaseArgs:
|
|
5811
5811
|
defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
5812
5812
|
freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
5813
5813
|
id: Optional[pulumi.Input[str]] = None,
|
5814
|
+
key_store_id: Optional[pulumi.Input[str]] = None,
|
5814
5815
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
5815
5816
|
kms_key_version_id: Optional[pulumi.Input[str]] = None,
|
5816
5817
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
@@ -5841,6 +5842,7 @@ class DbHomeDatabaseArgs:
|
|
5841
5842
|
:param pulumi.Input[Mapping[str, Any]] 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).
|
5842
5843
|
:param pulumi.Input[Mapping[str, Any]] 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"}`
|
5843
5844
|
:param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
5845
|
+
:param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
5844
5846
|
:param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
5845
5847
|
:param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
5846
5848
|
:param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
|
@@ -5882,6 +5884,8 @@ class DbHomeDatabaseArgs:
|
|
5882
5884
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
5883
5885
|
if id is not None:
|
5884
5886
|
pulumi.set(__self__, "id", id)
|
5887
|
+
if key_store_id is not None:
|
5888
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
5885
5889
|
if kms_key_id is not None:
|
5886
5890
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
5887
5891
|
if kms_key_version_id is not None:
|
@@ -6075,6 +6079,18 @@ class DbHomeDatabaseArgs:
|
|
6075
6079
|
def id(self, value: Optional[pulumi.Input[str]]):
|
6076
6080
|
pulumi.set(self, "id", value)
|
6077
6081
|
|
6082
|
+
@property
|
6083
|
+
@pulumi.getter(name="keyStoreId")
|
6084
|
+
def key_store_id(self) -> Optional[pulumi.Input[str]]:
|
6085
|
+
"""
|
6086
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6087
|
+
"""
|
6088
|
+
return pulumi.get(self, "key_store_id")
|
6089
|
+
|
6090
|
+
@key_store_id.setter
|
6091
|
+
def key_store_id(self, value: Optional[pulumi.Input[str]]):
|
6092
|
+
pulumi.set(self, "key_store_id", value)
|
6093
|
+
|
6078
6094
|
@property
|
6079
6095
|
@pulumi.getter(name="kmsKeyId")
|
6080
6096
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|