pulumi-oci 2.5.0__py3-none-any.whl → 2.5.0a1721976101__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 +32 -59
- pulumi_oci/bigdataservice/bds_instance.py +0 -47
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -11
- pulumi_oci/bigdataservice/outputs.py +0 -7
- pulumi_oci/core/__init__.py +0 -3
- pulumi_oci/core/_inputs.py +0 -40
- pulumi_oci/core/outputs.py +0 -314
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/databasemigration/_inputs.py +0 -184
- pulumi_oci/databasemigration/job.py +24 -99
- pulumi_oci/databasemigration/outputs.py +0 -171
- pulumi_oci/datasafe/__init__.py +4 -2
- pulumi_oci/datasafe/_inputs.py +0 -55
- pulumi_oci/datasafe/alert.py +0 -56
- pulumi_oci/datasafe/get_alert.py +1 -27
- pulumi_oci/datasafe/get_alert_policy.py +2 -26
- pulumi_oci/datasafe/get_alert_policy_rule.py +18 -94
- pulumi_oci/datasafe/get_report.py +1 -14
- pulumi_oci/datasafe/get_report_definition.py +1 -14
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -15
- pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +27 -231
- pulumi_oci/datasafe/report.py +0 -28
- pulumi_oci/datasafe/report_definition.py +0 -28
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +0 -28
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +0 -3
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +0 -3
- pulumi_oci/generativeai/get_endpoint.py +9 -6
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +6 -36
- pulumi_oci/generativeai/get_models.py +0 -6
- pulumi_oci/generativeai/outputs.py +16 -228
- pulumi_oci/identity/__init__.py +0 -3
- pulumi_oci/identity/_inputs.py +0 -1029
- pulumi_oci/identity/outputs.py +27254 -29420
- pulumi_oci/networkfirewall/__init__.py +0 -3
- pulumi_oci/networkfirewall/_inputs.py +0 -150
- pulumi_oci/networkfirewall/outputs.py +0 -457
- 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 +28 -76
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -14
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +5 -45
- pulumi_oci/stackmonitoring/outputs.py +8 -19
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/RECORD +56 -72
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/WHEEL +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +0 -414
- pulumi_oci/core/get_instance_maintenance_events.py +0 -250
- pulumi_oci/core/instance_maintenance_event.py +0 -1022
- pulumi_oci/datasafe/alert_policy.py +0 -745
- pulumi_oci/datasafe/alert_policy_rule.py +0 -446
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
- pulumi_oci/identity/domains_social_identity_provider.py +0 -4628
- pulumi_oci/identity/get_domains_social_identity_provider.py +0 -664
- pulumi_oci/identity/get_domains_social_identity_providers.py +0 -276
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +0 -227
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +0 -167
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +0 -605
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/top_level.txt +0 -0
pulumi_oci/core/outputs.py
CHANGED
@@ -499,8 +499,6 @@ __all__ = [
|
|
499
499
|
'GetInstanceLaunchOptionResult',
|
500
500
|
'GetInstanceLaunchVolumeAttachmentResult',
|
501
501
|
'GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult',
|
502
|
-
'GetInstanceMaintenanceEventsFilterResult',
|
503
|
-
'GetInstanceMaintenanceEventsInstanceMaintenanceEventResult',
|
504
502
|
'GetInstanceMeasuredBootReportMeasurementResult',
|
505
503
|
'GetInstanceMeasuredBootReportMeasurementActualResult',
|
506
504
|
'GetInstanceMeasuredBootReportMeasurementPolicyResult',
|
@@ -33381,318 +33379,6 @@ class GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult(dict):
|
|
33381
33379
|
return pulumi.get(self, "vpus_per_gb")
|
33382
33380
|
|
33383
33381
|
|
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
|
-
|
33696
33382
|
@pulumi.output_type
|
33697
33383
|
class GetInstanceMeasuredBootReportMeasurementResult(dict):
|
33698
33384
|
def __init__(__self__, *,
|
@@ -1455,7 +1455,6 @@ class _AutonomousDatabaseState:
|
|
1455
1455
|
byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
|
1456
1456
|
character_set: Optional[pulumi.Input[str]] = None,
|
1457
1457
|
clone_type: Optional[pulumi.Input[str]] = None,
|
1458
|
-
cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
|
1459
1458
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
1460
1459
|
compute_count: Optional[pulumi.Input[float]] = None,
|
1461
1460
|
compute_model: Optional[pulumi.Input[str]] = None,
|
@@ -1598,7 +1597,6 @@ class _AutonomousDatabaseState:
|
|
1598
1597
|
:param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
1599
1598
|
* `FULL` - This option creates a new database that includes all source database data.
|
1600
1599
|
* `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
|
1601
|
-
:param pulumi.Input[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 Autonomous Serverless Database.
|
1602
1600
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
|
1603
1601
|
:param pulumi.Input[float] compute_count: (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
|
1604
1602
|
:param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
@@ -1822,8 +1820,6 @@ class _AutonomousDatabaseState:
|
|
1822
1820
|
pulumi.set(__self__, "character_set", character_set)
|
1823
1821
|
if clone_type is not None:
|
1824
1822
|
pulumi.set(__self__, "clone_type", clone_type)
|
1825
|
-
if cluster_placement_group_id is not None:
|
1826
|
-
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
1827
1823
|
if compartment_id is not None:
|
1828
1824
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
1829
1825
|
if compute_count is not None:
|
@@ -2271,18 +2267,6 @@ class _AutonomousDatabaseState:
|
|
2271
2267
|
def clone_type(self, value: Optional[pulumi.Input[str]]):
|
2272
2268
|
pulumi.set(self, "clone_type", value)
|
2273
2269
|
|
2274
|
-
@property
|
2275
|
-
@pulumi.getter(name="clusterPlacementGroupId")
|
2276
|
-
def cluster_placement_group_id(self) -> Optional[pulumi.Input[str]]:
|
2277
|
-
"""
|
2278
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
2279
|
-
"""
|
2280
|
-
return pulumi.get(self, "cluster_placement_group_id")
|
2281
|
-
|
2282
|
-
@cluster_placement_group_id.setter
|
2283
|
-
def cluster_placement_group_id(self, value: Optional[pulumi.Input[str]]):
|
2284
|
-
pulumi.set(self, "cluster_placement_group_id", value)
|
2285
|
-
|
2286
2270
|
@property
|
2287
2271
|
@pulumi.getter(name="compartmentId")
|
2288
2272
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -4237,7 +4221,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4237
4221
|
__props__.__dict__["apex_details"] = None
|
4238
4222
|
__props__.__dict__["available_upgrade_versions"] = None
|
4239
4223
|
__props__.__dict__["backup_configs"] = None
|
4240
|
-
__props__.__dict__["cluster_placement_group_id"] = None
|
4241
4224
|
__props__.__dict__["connection_strings"] = None
|
4242
4225
|
__props__.__dict__["connection_urls"] = None
|
4243
4226
|
__props__.__dict__["dataguard_region_type"] = None
|
@@ -4318,7 +4301,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4318
4301
|
byol_compute_count_limit: Optional[pulumi.Input[float]] = None,
|
4319
4302
|
character_set: Optional[pulumi.Input[str]] = None,
|
4320
4303
|
clone_type: Optional[pulumi.Input[str]] = None,
|
4321
|
-
cluster_placement_group_id: Optional[pulumi.Input[str]] = None,
|
4322
4304
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
4323
4305
|
compute_count: Optional[pulumi.Input[float]] = None,
|
4324
4306
|
compute_model: Optional[pulumi.Input[str]] = None,
|
@@ -4466,7 +4448,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4466
4448
|
:param pulumi.Input[str] clone_type: The Autonomous Database clone type. This parameter is not used to create a refreshable clone type, and for refreshable clones one must use the (source=CLONE_TO_REFRESHABLE) parameter.
|
4467
4449
|
* `FULL` - This option creates a new database that includes all source database data.
|
4468
4450
|
* `METADATA` - This option creates a new database that includes the source database schema and select metadata, but not the source database data.
|
4469
|
-
:param pulumi.Input[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 Autonomous Serverless Database.
|
4470
4451
|
:param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the Autonomous Database.
|
4471
4452
|
:param pulumi.Input[float] compute_count: (Updatable) The compute amount available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure. For an Autonomous Database Serverless instance, the 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
|
4472
4453
|
:param pulumi.Input[str] compute_model: (Updatable) The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
@@ -4677,7 +4658,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4677
4658
|
__props__.__dict__["byol_compute_count_limit"] = byol_compute_count_limit
|
4678
4659
|
__props__.__dict__["character_set"] = character_set
|
4679
4660
|
__props__.__dict__["clone_type"] = clone_type
|
4680
|
-
__props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
|
4681
4661
|
__props__.__dict__["compartment_id"] = compartment_id
|
4682
4662
|
__props__.__dict__["compute_count"] = compute_count
|
4683
4663
|
__props__.__dict__["compute_model"] = compute_model
|
@@ -4937,14 +4917,6 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
4937
4917
|
"""
|
4938
4918
|
return pulumi.get(self, "clone_type")
|
4939
4919
|
|
4940
|
-
@property
|
4941
|
-
@pulumi.getter(name="clusterPlacementGroupId")
|
4942
|
-
def cluster_placement_group_id(self) -> pulumi.Output[str]:
|
4943
|
-
"""
|
4944
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
4945
|
-
"""
|
4946
|
-
return pulumi.get(self, "cluster_placement_group_id")
|
4947
|
-
|
4948
4920
|
@property
|
4949
4921
|
@pulumi.getter(name="compartmentId")
|
4950
4922
|
def compartment_id(self) -> pulumi.Output[str]:
|
@@ -22,7 +22,7 @@ class GetAutonomousDatabaseResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getAutonomousDatabase.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None,
|
25
|
+
def __init__(__self__, actual_used_data_storage_size_in_tbs=None, admin_password=None, allocated_storage_size_in_tbs=None, apex_details=None, are_primary_whitelisted_ips_used=None, auto_refresh_frequency_in_seconds=None, auto_refresh_point_lag_in_seconds=None, autonomous_container_database_id=None, autonomous_database_backup_id=None, autonomous_database_id=None, autonomous_maintenance_schedule_type=None, available_upgrade_versions=None, backup_configs=None, backup_retention_period_in_days=None, byol_compute_count_limit=None, character_set=None, clone_type=None, compartment_id=None, compute_count=None, compute_model=None, connection_strings=None, connection_urls=None, cpu_core_count=None, customer_contacts=None, data_safe_status=None, data_storage_size_in_gb=None, data_storage_size_in_tbs=None, database_edition=None, database_management_status=None, dataguard_region_type=None, db_name=None, db_tools_details=None, db_version=None, db_workload=None, defined_tags=None, disaster_recovery_region_type=None, disaster_recovery_type=None, display_name=None, failed_data_recovery_in_seconds=None, freeform_tags=None, id=None, in_memory_area_in_gbs=None, in_memory_percentage=None, infrastructure_type=None, is_access_control_enabled=None, is_auto_scaling_enabled=None, is_auto_scaling_for_storage_enabled=None, is_data_guard_enabled=None, is_dedicated=None, is_dev_tier=None, is_free_tier=None, is_local_data_guard_enabled=None, is_mtls_connection_required=None, is_preview=None, is_preview_version_with_service_terms_accepted=None, is_reconnect_clone_enabled=None, is_refreshable_clone=None, is_remote_data_guard_enabled=None, is_replicate_automatic_backups=None, is_shrink_only=None, key_history_entries=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_lifecycle_details=None, kms_key_version_id=None, license_model=None, lifecycle_details=None, local_adg_auto_failover_max_data_loss_limit=None, local_disaster_recovery_type=None, local_standby_dbs=None, long_term_backup_schedules=None, max_cpu_core_count=None, memory_per_oracle_compute_unit_in_gbs=None, ncharacter_set=None, net_services_architecture=None, next_long_term_backup_time_stamp=None, nsg_ids=None, ocpu_count=None, open_mode=None, operations_insights_status=None, peer_db_ids=None, permission_level=None, private_endpoint=None, private_endpoint_ip=None, private_endpoint_label=None, provisionable_cpuses=None, public_connection_urls=None, public_endpoint=None, refreshable_mode=None, refreshable_status=None, remote_disaster_recovery_configurations=None, remote_disaster_recovery_type=None, resource_pool_leader_id=None, resource_pool_summaries=None, role=None, rotate_key_trigger=None, scheduled_operations=None, secret_id=None, secret_version_number=None, service_console_url=None, shrink_adb_trigger=None, source=None, source_id=None, standby_dbs=None, standby_whitelisted_ips=None, state=None, subnet_id=None, subscription_id=None, supported_regions_to_clone_tos=None, switchover_to=None, switchover_to_remote_peer_id=None, system_tags=None, time_created=None, time_data_guard_role_changed=None, time_deletion_of_free_autonomous_database=None, time_disaster_recovery_role_changed=None, time_local_data_guard_enabled=None, time_maintenance_begin=None, time_maintenance_end=None, time_of_auto_refresh_start=None, time_of_joining_resource_pool=None, time_of_last_failover=None, time_of_last_refresh=None, time_of_last_refresh_point=None, time_of_last_switchover=None, time_of_next_refresh=None, time_reclamation_of_free_autonomous_database=None, time_until_reconnect_clone_enabled=None, timestamp=None, total_backup_storage_size_in_gbs=None, use_latest_available_backup_time_stamp=None, used_data_storage_size_in_gbs=None, used_data_storage_size_in_tbs=None, vault_id=None, whitelisted_ips=None):
|
26
26
|
if actual_used_data_storage_size_in_tbs and not isinstance(actual_used_data_storage_size_in_tbs, float):
|
27
27
|
raise TypeError("Expected argument 'actual_used_data_storage_size_in_tbs' to be a float")
|
28
28
|
pulumi.set(__self__, "actual_used_data_storage_size_in_tbs", actual_used_data_storage_size_in_tbs)
|
@@ -74,9 +74,6 @@ class GetAutonomousDatabaseResult:
|
|
74
74
|
if clone_type and not isinstance(clone_type, str):
|
75
75
|
raise TypeError("Expected argument 'clone_type' to be a str")
|
76
76
|
pulumi.set(__self__, "clone_type", clone_type)
|
77
|
-
if cluster_placement_group_id and not isinstance(cluster_placement_group_id, str):
|
78
|
-
raise TypeError("Expected argument 'cluster_placement_group_id' to be a str")
|
79
|
-
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
80
77
|
if compartment_id and not isinstance(compartment_id, str):
|
81
78
|
raise TypeError("Expected argument 'compartment_id' to be a str")
|
82
79
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -556,14 +553,6 @@ class GetAutonomousDatabaseResult:
|
|
556
553
|
def clone_type(self) -> str:
|
557
554
|
return pulumi.get(self, "clone_type")
|
558
555
|
|
559
|
-
@property
|
560
|
-
@pulumi.getter(name="clusterPlacementGroupId")
|
561
|
-
def cluster_placement_group_id(self) -> str:
|
562
|
-
"""
|
563
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
564
|
-
"""
|
565
|
-
return pulumi.get(self, "cluster_placement_group_id")
|
566
|
-
|
567
556
|
@property
|
568
557
|
@pulumi.getter(name="compartmentId")
|
569
558
|
def compartment_id(self) -> str:
|
@@ -1511,7 +1500,6 @@ class AwaitableGetAutonomousDatabaseResult(GetAutonomousDatabaseResult):
|
|
1511
1500
|
byol_compute_count_limit=self.byol_compute_count_limit,
|
1512
1501
|
character_set=self.character_set,
|
1513
1502
|
clone_type=self.clone_type,
|
1514
|
-
cluster_placement_group_id=self.cluster_placement_group_id,
|
1515
1503
|
compartment_id=self.compartment_id,
|
1516
1504
|
compute_count=self.compute_count,
|
1517
1505
|
compute_model=self.compute_model,
|
@@ -1675,7 +1663,6 @@ def get_autonomous_database(autonomous_database_id: Optional[str] = None,
|
|
1675
1663
|
byol_compute_count_limit=pulumi.get(__ret__, 'byol_compute_count_limit'),
|
1676
1664
|
character_set=pulumi.get(__ret__, 'character_set'),
|
1677
1665
|
clone_type=pulumi.get(__ret__, 'clone_type'),
|
1678
|
-
cluster_placement_group_id=pulumi.get(__ret__, 'cluster_placement_group_id'),
|
1679
1666
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
1680
1667
|
compute_count=pulumi.get(__ret__, 'compute_count'),
|
1681
1668
|
compute_model=pulumi.get(__ret__, 'compute_model'),
|
pulumi_oci/database/outputs.py
CHANGED
@@ -17049,7 +17049,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17049
17049
|
byol_compute_count_limit: float,
|
17050
17050
|
character_set: str,
|
17051
17051
|
clone_type: str,
|
17052
|
-
cluster_placement_group_id: str,
|
17053
17052
|
compartment_id: str,
|
17054
17053
|
compute_count: float,
|
17055
17054
|
compute_model: str,
|
@@ -17182,7 +17181,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17182
17181
|
:param Sequence['GetAutonomousDatabasesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
17183
17182
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
17184
17183
|
:param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
17185
|
-
:param 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 Autonomous Serverless Database.
|
17186
17184
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
17187
17185
|
:param float compute_count: Compute used by database tools.
|
17188
17186
|
:param str compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
@@ -17309,7 +17307,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17309
17307
|
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
17310
17308
|
pulumi.set(__self__, "character_set", character_set)
|
17311
17309
|
pulumi.set(__self__, "clone_type", clone_type)
|
17312
|
-
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
17313
17310
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
17314
17311
|
pulumi.set(__self__, "compute_count", compute_count)
|
17315
17312
|
pulumi.set(__self__, "compute_model", compute_model)
|
@@ -17551,14 +17548,6 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17551
17548
|
def clone_type(self) -> str:
|
17552
17549
|
return pulumi.get(self, "clone_type")
|
17553
17550
|
|
17554
|
-
@property
|
17555
|
-
@pulumi.getter(name="clusterPlacementGroupId")
|
17556
|
-
def cluster_placement_group_id(self) -> str:
|
17557
|
-
"""
|
17558
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
17559
|
-
"""
|
17560
|
-
return pulumi.get(self, "cluster_placement_group_id")
|
17561
|
-
|
17562
17551
|
@property
|
17563
17552
|
@pulumi.getter(name="compartmentId")
|
17564
17553
|
def compartment_id(self) -> str:
|
@@ -19346,7 +19335,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19346
19335
|
backup_retention_period_in_days: int,
|
19347
19336
|
byol_compute_count_limit: float,
|
19348
19337
|
character_set: str,
|
19349
|
-
cluster_placement_group_id: str,
|
19350
19338
|
compartment_id: str,
|
19351
19339
|
compute_count: float,
|
19352
19340
|
compute_model: str,
|
@@ -19463,7 +19451,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19463
19451
|
:param Sequence['GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigArgs'] backup_configs: Autonomous Database configuration details for storing [manual backups](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/backup-restore.html#GUID-9035DFB8-4702-4CEB-8281-C2A303820809) in the [Object Storage](https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm) service.
|
19464
19452
|
:param int backup_retention_period_in_days: Retention period, in days, for backups.
|
19465
19453
|
:param str character_set: The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
|
19466
|
-
:param 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 Autonomous Serverless Database.
|
19467
19454
|
:param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
19468
19455
|
:param float compute_count: Compute used by database tools.
|
19469
19456
|
:param str compute_model: The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
|
@@ -19585,7 +19572,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19585
19572
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
19586
19573
|
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
19587
19574
|
pulumi.set(__self__, "character_set", character_set)
|
19588
|
-
pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
|
19589
19575
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
19590
19576
|
pulumi.set(__self__, "compute_count", compute_count)
|
19591
19577
|
pulumi.set(__self__, "compute_model", compute_model)
|
@@ -19791,14 +19777,6 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19791
19777
|
"""
|
19792
19778
|
return pulumi.get(self, "character_set")
|
19793
19779
|
|
19794
|
-
@property
|
19795
|
-
@pulumi.getter(name="clusterPlacementGroupId")
|
19796
|
-
def cluster_placement_group_id(self) -> str:
|
19797
|
-
"""
|
19798
|
-
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Autonomous Serverless Database.
|
19799
|
-
"""
|
19800
|
-
return pulumi.get(self, "cluster_placement_group_id")
|
19801
|
-
|
19802
19780
|
@property
|
19803
19781
|
@pulumi.getter(name="compartmentId")
|
19804
19782
|
def compartment_id(self) -> str:
|