pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__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 +80 -0
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +257 -12
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +28 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +575 -8
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/oci/__init__.py +9 -0
- pulumi_oci/oci/_inputs.py +420 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +1009 -0
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
@@ -26,6 +26,7 @@ class DeploymentArgs:
|
|
26
26
|
subnet_id: pulumi.Input[_builtins.str],
|
27
27
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
28
28
|
backup_schedule: Optional[pulumi.Input['DeploymentBackupScheduleArgs']] = None,
|
29
|
+
byol_cpu_core_count_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
29
30
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
30
31
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
32
|
deployment_backup_id: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -36,6 +37,7 @@ class DeploymentArgs:
|
|
36
37
|
fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
37
38
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
38
39
|
is_auto_scaling_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
40
|
+
is_byol_cpu_core_count_limit_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
39
41
|
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
40
42
|
is_public: Optional[pulumi.Input[_builtins.bool]] = None,
|
41
43
|
license_model: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -55,6 +57,7 @@ class DeploymentArgs:
|
|
55
57
|
:param pulumi.Input[_builtins.str] subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet of the deployment's private endpoint. The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced.
|
56
58
|
:param pulumi.Input[_builtins.str] availability_domain: The availability domain of a placement.
|
57
59
|
:param pulumi.Input['DeploymentBackupScheduleArgs'] backup_schedule: (Updatable) Defines the backup schedule details for create operation.
|
60
|
+
:param pulumi.Input[_builtins.int] byol_cpu_core_count_limit: (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
58
61
|
:param pulumi.Input[_builtins.int] cpu_core_count: (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
|
59
62
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
60
63
|
:param pulumi.Input[_builtins.str] deployment_backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup being referenced.
|
@@ -65,6 +68,7 @@ class DeploymentArgs:
|
|
65
68
|
:param pulumi.Input[_builtins.str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
66
69
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
67
70
|
:param pulumi.Input[_builtins.bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
71
|
+
:param pulumi.Input[_builtins.bool] is_byol_cpu_core_count_limit_enabled: (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
68
72
|
:param pulumi.Input[_builtins.bool] is_public: (Updatable) True if this object is publicly available.
|
69
73
|
:param pulumi.Input[_builtins.str] license_model: (Updatable) The Oracle license model that applies to a Deployment.
|
70
74
|
:param pulumi.Input[_builtins.str] load_balancer_subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
|
@@ -83,6 +87,8 @@ class DeploymentArgs:
|
|
83
87
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
84
88
|
if backup_schedule is not None:
|
85
89
|
pulumi.set(__self__, "backup_schedule", backup_schedule)
|
90
|
+
if byol_cpu_core_count_limit is not None:
|
91
|
+
pulumi.set(__self__, "byol_cpu_core_count_limit", byol_cpu_core_count_limit)
|
86
92
|
if cpu_core_count is not None:
|
87
93
|
pulumi.set(__self__, "cpu_core_count", cpu_core_count)
|
88
94
|
if defined_tags is not None:
|
@@ -103,6 +109,8 @@ class DeploymentArgs:
|
|
103
109
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
104
110
|
if is_auto_scaling_enabled is not None:
|
105
111
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
112
|
+
if is_byol_cpu_core_count_limit_enabled is not None:
|
113
|
+
pulumi.set(__self__, "is_byol_cpu_core_count_limit_enabled", is_byol_cpu_core_count_limit_enabled)
|
106
114
|
if is_lock_override is not None:
|
107
115
|
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
108
116
|
if is_public is not None:
|
@@ -188,6 +196,18 @@ class DeploymentArgs:
|
|
188
196
|
def backup_schedule(self, value: Optional[pulumi.Input['DeploymentBackupScheduleArgs']]):
|
189
197
|
pulumi.set(self, "backup_schedule", value)
|
190
198
|
|
199
|
+
@_builtins.property
|
200
|
+
@pulumi.getter(name="byolCpuCoreCountLimit")
|
201
|
+
def byol_cpu_core_count_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
202
|
+
"""
|
203
|
+
(Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
204
|
+
"""
|
205
|
+
return pulumi.get(self, "byol_cpu_core_count_limit")
|
206
|
+
|
207
|
+
@byol_cpu_core_count_limit.setter
|
208
|
+
def byol_cpu_core_count_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
209
|
+
pulumi.set(self, "byol_cpu_core_count_limit", value)
|
210
|
+
|
191
211
|
@_builtins.property
|
192
212
|
@pulumi.getter(name="cpuCoreCount")
|
193
213
|
def cpu_core_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
@@ -308,6 +328,18 @@ class DeploymentArgs:
|
|
308
328
|
def is_auto_scaling_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
309
329
|
pulumi.set(self, "is_auto_scaling_enabled", value)
|
310
330
|
|
331
|
+
@_builtins.property
|
332
|
+
@pulumi.getter(name="isByolCpuCoreCountLimitEnabled")
|
333
|
+
def is_byol_cpu_core_count_limit_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
334
|
+
"""
|
335
|
+
(Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
336
|
+
"""
|
337
|
+
return pulumi.get(self, "is_byol_cpu_core_count_limit_enabled")
|
338
|
+
|
339
|
+
@is_byol_cpu_core_count_limit_enabled.setter
|
340
|
+
def is_byol_cpu_core_count_limit_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
341
|
+
pulumi.set(self, "is_byol_cpu_core_count_limit_enabled", value)
|
342
|
+
|
311
343
|
@_builtins.property
|
312
344
|
@pulumi.getter(name="isLockOverride")
|
313
345
|
def is_lock_override(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -452,6 +484,7 @@ class _DeploymentState:
|
|
452
484
|
def __init__(__self__, *,
|
453
485
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
454
486
|
backup_schedule: Optional[pulumi.Input['DeploymentBackupScheduleArgs']] = None,
|
487
|
+
byol_cpu_core_count_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
455
488
|
category: Optional[pulumi.Input[_builtins.str]] = None,
|
456
489
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
457
490
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -469,6 +502,7 @@ class _DeploymentState:
|
|
469
502
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
470
503
|
ingress_ips: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentIngressIpArgs']]]] = None,
|
471
504
|
is_auto_scaling_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
505
|
+
is_byol_cpu_core_count_limit_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
472
506
|
is_healthy: Optional[pulumi.Input[_builtins.bool]] = None,
|
473
507
|
is_latest_version: Optional[pulumi.Input[_builtins.bool]] = None,
|
474
508
|
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
@@ -506,6 +540,7 @@ class _DeploymentState:
|
|
506
540
|
Input properties used for looking up and filtering Deployment resources.
|
507
541
|
:param pulumi.Input[_builtins.str] availability_domain: The availability domain of a placement.
|
508
542
|
:param pulumi.Input['DeploymentBackupScheduleArgs'] backup_schedule: (Updatable) Defines the backup schedule details for create operation.
|
543
|
+
:param pulumi.Input[_builtins.int] byol_cpu_core_count_limit: (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
509
544
|
:param pulumi.Input[_builtins.str] category: The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
510
545
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
511
546
|
:param pulumi.Input[_builtins.int] cpu_core_count: (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
|
@@ -523,6 +558,7 @@ class _DeploymentState:
|
|
523
558
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
524
559
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentIngressIpArgs']]] ingress_ips: List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
|
525
560
|
:param pulumi.Input[_builtins.bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
561
|
+
:param pulumi.Input[_builtins.bool] is_byol_cpu_core_count_limit_enabled: (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
526
562
|
:param pulumi.Input[_builtins.bool] is_healthy: True if all of the aggregate resources are working correctly.
|
527
563
|
:param pulumi.Input[_builtins.bool] is_latest_version: Indicates if the resource is the the latest available version.
|
528
564
|
:param pulumi.Input[_builtins.bool] is_public: (Updatable) True if this object is publicly available.
|
@@ -559,6 +595,8 @@ class _DeploymentState:
|
|
559
595
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
560
596
|
if backup_schedule is not None:
|
561
597
|
pulumi.set(__self__, "backup_schedule", backup_schedule)
|
598
|
+
if byol_cpu_core_count_limit is not None:
|
599
|
+
pulumi.set(__self__, "byol_cpu_core_count_limit", byol_cpu_core_count_limit)
|
562
600
|
if category is not None:
|
563
601
|
pulumi.set(__self__, "category", category)
|
564
602
|
if compartment_id is not None:
|
@@ -593,6 +631,8 @@ class _DeploymentState:
|
|
593
631
|
pulumi.set(__self__, "ingress_ips", ingress_ips)
|
594
632
|
if is_auto_scaling_enabled is not None:
|
595
633
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
634
|
+
if is_byol_cpu_core_count_limit_enabled is not None:
|
635
|
+
pulumi.set(__self__, "is_byol_cpu_core_count_limit_enabled", is_byol_cpu_core_count_limit_enabled)
|
596
636
|
if is_healthy is not None:
|
597
637
|
pulumi.set(__self__, "is_healthy", is_healthy)
|
598
638
|
if is_latest_version is not None:
|
@@ -684,6 +724,18 @@ class _DeploymentState:
|
|
684
724
|
def backup_schedule(self, value: Optional[pulumi.Input['DeploymentBackupScheduleArgs']]):
|
685
725
|
pulumi.set(self, "backup_schedule", value)
|
686
726
|
|
727
|
+
@_builtins.property
|
728
|
+
@pulumi.getter(name="byolCpuCoreCountLimit")
|
729
|
+
def byol_cpu_core_count_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
730
|
+
"""
|
731
|
+
(Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
732
|
+
"""
|
733
|
+
return pulumi.get(self, "byol_cpu_core_count_limit")
|
734
|
+
|
735
|
+
@byol_cpu_core_count_limit.setter
|
736
|
+
def byol_cpu_core_count_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
737
|
+
pulumi.set(self, "byol_cpu_core_count_limit", value)
|
738
|
+
|
687
739
|
@_builtins.property
|
688
740
|
@pulumi.getter
|
689
741
|
def category(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -888,6 +940,18 @@ class _DeploymentState:
|
|
888
940
|
def is_auto_scaling_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
889
941
|
pulumi.set(self, "is_auto_scaling_enabled", value)
|
890
942
|
|
943
|
+
@_builtins.property
|
944
|
+
@pulumi.getter(name="isByolCpuCoreCountLimitEnabled")
|
945
|
+
def is_byol_cpu_core_count_limit_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
946
|
+
"""
|
947
|
+
(Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
948
|
+
"""
|
949
|
+
return pulumi.get(self, "is_byol_cpu_core_count_limit_enabled")
|
950
|
+
|
951
|
+
@is_byol_cpu_core_count_limit_enabled.setter
|
952
|
+
def is_byol_cpu_core_count_limit_enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
953
|
+
pulumi.set(self, "is_byol_cpu_core_count_limit_enabled", value)
|
954
|
+
|
891
955
|
@_builtins.property
|
892
956
|
@pulumi.getter(name="isHealthy")
|
893
957
|
def is_healthy(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
@@ -1287,6 +1351,7 @@ class Deployment(pulumi.CustomResource):
|
|
1287
1351
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1288
1352
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
1289
1353
|
backup_schedule: Optional[pulumi.Input[Union['DeploymentBackupScheduleArgs', 'DeploymentBackupScheduleArgsDict']]] = None,
|
1354
|
+
byol_cpu_core_count_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
1290
1355
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1291
1356
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1292
1357
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
@@ -1299,6 +1364,7 @@ class Deployment(pulumi.CustomResource):
|
|
1299
1364
|
fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
1300
1365
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1301
1366
|
is_auto_scaling_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1367
|
+
is_byol_cpu_core_count_limit_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1302
1368
|
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
1303
1369
|
is_public: Optional[pulumi.Input[_builtins.bool]] = None,
|
1304
1370
|
license_model: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1330,6 +1396,7 @@ class Deployment(pulumi.CustomResource):
|
|
1330
1396
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1331
1397
|
:param pulumi.Input[_builtins.str] availability_domain: The availability domain of a placement.
|
1332
1398
|
:param pulumi.Input[Union['DeploymentBackupScheduleArgs', 'DeploymentBackupScheduleArgsDict']] backup_schedule: (Updatable) Defines the backup schedule details for create operation.
|
1399
|
+
:param pulumi.Input[_builtins.int] byol_cpu_core_count_limit: (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
1333
1400
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
1334
1401
|
:param pulumi.Input[_builtins.int] cpu_core_count: (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
|
1335
1402
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
@@ -1342,6 +1409,7 @@ class Deployment(pulumi.CustomResource):
|
|
1342
1409
|
:param pulumi.Input[_builtins.str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
1343
1410
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1344
1411
|
:param pulumi.Input[_builtins.bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
1412
|
+
:param pulumi.Input[_builtins.bool] is_byol_cpu_core_count_limit_enabled: (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
1345
1413
|
:param pulumi.Input[_builtins.bool] is_public: (Updatable) True if this object is publicly available.
|
1346
1414
|
:param pulumi.Input[_builtins.str] license_model: (Updatable) The Oracle license model that applies to a Deployment.
|
1347
1415
|
:param pulumi.Input[_builtins.str] load_balancer_subnet_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a public subnet in the customer tenancy. Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024.
|
@@ -1390,6 +1458,7 @@ class Deployment(pulumi.CustomResource):
|
|
1390
1458
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1391
1459
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
1392
1460
|
backup_schedule: Optional[pulumi.Input[Union['DeploymentBackupScheduleArgs', 'DeploymentBackupScheduleArgsDict']]] = None,
|
1461
|
+
byol_cpu_core_count_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
1393
1462
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1394
1463
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
1395
1464
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
@@ -1402,6 +1471,7 @@ class Deployment(pulumi.CustomResource):
|
|
1402
1471
|
fqdn: Optional[pulumi.Input[_builtins.str]] = None,
|
1403
1472
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1404
1473
|
is_auto_scaling_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1474
|
+
is_byol_cpu_core_count_limit_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1405
1475
|
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
1406
1476
|
is_public: Optional[pulumi.Input[_builtins.bool]] = None,
|
1407
1477
|
license_model: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1426,6 +1496,7 @@ class Deployment(pulumi.CustomResource):
|
|
1426
1496
|
|
1427
1497
|
__props__.__dict__["availability_domain"] = availability_domain
|
1428
1498
|
__props__.__dict__["backup_schedule"] = backup_schedule
|
1499
|
+
__props__.__dict__["byol_cpu_core_count_limit"] = byol_cpu_core_count_limit
|
1429
1500
|
if compartment_id is None and not opts.urn:
|
1430
1501
|
raise TypeError("Missing required property 'compartment_id'")
|
1431
1502
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -1442,6 +1513,7 @@ class Deployment(pulumi.CustomResource):
|
|
1442
1513
|
__props__.__dict__["fqdn"] = fqdn
|
1443
1514
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1444
1515
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
1516
|
+
__props__.__dict__["is_byol_cpu_core_count_limit_enabled"] = is_byol_cpu_core_count_limit_enabled
|
1445
1517
|
__props__.__dict__["is_lock_override"] = is_lock_override
|
1446
1518
|
__props__.__dict__["is_public"] = is_public
|
1447
1519
|
__props__.__dict__["license_model"] = license_model
|
@@ -1494,6 +1566,7 @@ class Deployment(pulumi.CustomResource):
|
|
1494
1566
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1495
1567
|
availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
1496
1568
|
backup_schedule: Optional[pulumi.Input[Union['DeploymentBackupScheduleArgs', 'DeploymentBackupScheduleArgsDict']]] = None,
|
1569
|
+
byol_cpu_core_count_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
1497
1570
|
category: Optional[pulumi.Input[_builtins.str]] = None,
|
1498
1571
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1499
1572
|
cpu_core_count: Optional[pulumi.Input[_builtins.int]] = None,
|
@@ -1511,6 +1584,7 @@ class Deployment(pulumi.CustomResource):
|
|
1511
1584
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1512
1585
|
ingress_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DeploymentIngressIpArgs', 'DeploymentIngressIpArgsDict']]]]] = None,
|
1513
1586
|
is_auto_scaling_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1587
|
+
is_byol_cpu_core_count_limit_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
1514
1588
|
is_healthy: Optional[pulumi.Input[_builtins.bool]] = None,
|
1515
1589
|
is_latest_version: Optional[pulumi.Input[_builtins.bool]] = None,
|
1516
1590
|
is_lock_override: Optional[pulumi.Input[_builtins.bool]] = None,
|
@@ -1553,6 +1627,7 @@ class Deployment(pulumi.CustomResource):
|
|
1553
1627
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1554
1628
|
:param pulumi.Input[_builtins.str] availability_domain: The availability domain of a placement.
|
1555
1629
|
:param pulumi.Input[Union['DeploymentBackupScheduleArgs', 'DeploymentBackupScheduleArgsDict']] backup_schedule: (Updatable) Defines the backup schedule details for create operation.
|
1630
|
+
:param pulumi.Input[_builtins.int] byol_cpu_core_count_limit: (Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
1556
1631
|
:param pulumi.Input[_builtins.str] category: The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is 'DATA_REPLICATION', 'STREAM_ANALYTICS' and 'DATA_TRANSFORMS'.
|
1557
1632
|
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment being referenced.
|
1558
1633
|
:param pulumi.Input[_builtins.int] cpu_core_count: (Updatable) The Minimum number of OCPUs to be made available for this Deployment.
|
@@ -1570,6 +1645,7 @@ class Deployment(pulumi.CustomResource):
|
|
1570
1645
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
1571
1646
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DeploymentIngressIpArgs', 'DeploymentIngressIpArgsDict']]]] ingress_ips: List of ingress IP addresses from where the GoldenGate deployment connects to this connection's privateIp. Customers may optionally set up ingress security rules to restrict traffic from these IP addresses.
|
1572
1647
|
:param pulumi.Input[_builtins.bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
1648
|
+
:param pulumi.Input[_builtins.bool] is_byol_cpu_core_count_limit_enabled: (Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
1573
1649
|
:param pulumi.Input[_builtins.bool] is_healthy: True if all of the aggregate resources are working correctly.
|
1574
1650
|
:param pulumi.Input[_builtins.bool] is_latest_version: Indicates if the resource is the the latest available version.
|
1575
1651
|
:param pulumi.Input[_builtins.bool] is_public: (Updatable) True if this object is publicly available.
|
@@ -1608,6 +1684,7 @@ class Deployment(pulumi.CustomResource):
|
|
1608
1684
|
|
1609
1685
|
__props__.__dict__["availability_domain"] = availability_domain
|
1610
1686
|
__props__.__dict__["backup_schedule"] = backup_schedule
|
1687
|
+
__props__.__dict__["byol_cpu_core_count_limit"] = byol_cpu_core_count_limit
|
1611
1688
|
__props__.__dict__["category"] = category
|
1612
1689
|
__props__.__dict__["compartment_id"] = compartment_id
|
1613
1690
|
__props__.__dict__["cpu_core_count"] = cpu_core_count
|
@@ -1625,6 +1702,7 @@ class Deployment(pulumi.CustomResource):
|
|
1625
1702
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
1626
1703
|
__props__.__dict__["ingress_ips"] = ingress_ips
|
1627
1704
|
__props__.__dict__["is_auto_scaling_enabled"] = is_auto_scaling_enabled
|
1705
|
+
__props__.__dict__["is_byol_cpu_core_count_limit_enabled"] = is_byol_cpu_core_count_limit_enabled
|
1628
1706
|
__props__.__dict__["is_healthy"] = is_healthy
|
1629
1707
|
__props__.__dict__["is_latest_version"] = is_latest_version
|
1630
1708
|
__props__.__dict__["is_lock_override"] = is_lock_override
|
@@ -1676,6 +1754,14 @@ class Deployment(pulumi.CustomResource):
|
|
1676
1754
|
"""
|
1677
1755
|
return pulumi.get(self, "backup_schedule")
|
1678
1756
|
|
1757
|
+
@_builtins.property
|
1758
|
+
@pulumi.getter(name="byolCpuCoreCountLimit")
|
1759
|
+
def byol_cpu_core_count_limit(self) -> pulumi.Output[_builtins.int]:
|
1760
|
+
"""
|
1761
|
+
(Updatable) The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
1762
|
+
"""
|
1763
|
+
return pulumi.get(self, "byol_cpu_core_count_limit")
|
1764
|
+
|
1679
1765
|
@_builtins.property
|
1680
1766
|
@pulumi.getter
|
1681
1767
|
def category(self) -> pulumi.Output[_builtins.str]:
|
@@ -1812,6 +1898,14 @@ class Deployment(pulumi.CustomResource):
|
|
1812
1898
|
"""
|
1813
1899
|
return pulumi.get(self, "is_auto_scaling_enabled")
|
1814
1900
|
|
1901
|
+
@_builtins.property
|
1902
|
+
@pulumi.getter(name="isByolCpuCoreCountLimitEnabled")
|
1903
|
+
def is_byol_cpu_core_count_limit_enabled(self) -> pulumi.Output[_builtins.bool]:
|
1904
|
+
"""
|
1905
|
+
(Updatable) Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
1906
|
+
"""
|
1907
|
+
return pulumi.get(self, "is_byol_cpu_core_count_limit_enabled")
|
1908
|
+
|
1815
1909
|
@_builtins.property
|
1816
1910
|
@pulumi.getter(name="isHealthy")
|
1817
1911
|
def is_healthy(self) -> pulumi.Output[_builtins.bool]:
|
@@ -27,13 +27,16 @@ class GetDeploymentResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getDeployment.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, availability_domain=None, backup_schedules=None, category=None, compartment_id=None, cpu_core_count=None, defined_tags=None, deployment_backup_id=None, deployment_diagnostic_datas=None, deployment_id=None, deployment_role=None, deployment_type=None, deployment_url=None, description=None, display_name=None, environment_type=None, fault_domain=None, fqdn=None, freeform_tags=None, id=None, ingress_ips=None, is_auto_scaling_enabled=None, is_healthy=None, is_latest_version=None, is_lock_override=None, is_public=None, is_storage_utilization_limit_exceeded=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, load_balancer_id=None, load_balancer_subnet_id=None, locks=None, maintenance_configurations=None, maintenance_windows=None, next_maintenance_action_type=None, next_maintenance_description=None, nsg_ids=None, ogg_datas=None, placements=None, private_ip_address=None, public_ip_address=None, source_deployment_id=None, state=None, storage_utilization_in_bytes=None, subnet_id=None, system_tags=None, time_created=None, time_last_backup_scheduled=None, time_next_backup_scheduled=None, time_of_next_maintenance=None, time_ogg_version_supported_until=None, time_role_changed=None, time_updated=None, time_upgrade_required=None):
|
30
|
+
def __init__(__self__, availability_domain=None, backup_schedules=None, byol_cpu_core_count_limit=None, category=None, compartment_id=None, cpu_core_count=None, defined_tags=None, deployment_backup_id=None, deployment_diagnostic_datas=None, deployment_id=None, deployment_role=None, deployment_type=None, deployment_url=None, description=None, display_name=None, environment_type=None, fault_domain=None, fqdn=None, freeform_tags=None, id=None, ingress_ips=None, is_auto_scaling_enabled=None, is_byol_cpu_core_count_limit_enabled=None, is_healthy=None, is_latest_version=None, is_lock_override=None, is_public=None, is_storage_utilization_limit_exceeded=None, license_model=None, lifecycle_details=None, lifecycle_sub_state=None, load_balancer_id=None, load_balancer_subnet_id=None, locks=None, maintenance_configurations=None, maintenance_windows=None, next_maintenance_action_type=None, next_maintenance_description=None, nsg_ids=None, ogg_datas=None, placements=None, private_ip_address=None, public_ip_address=None, source_deployment_id=None, state=None, storage_utilization_in_bytes=None, subnet_id=None, system_tags=None, time_created=None, time_last_backup_scheduled=None, time_next_backup_scheduled=None, time_of_next_maintenance=None, time_ogg_version_supported_until=None, time_role_changed=None, time_updated=None, time_upgrade_required=None):
|
31
31
|
if availability_domain and not isinstance(availability_domain, str):
|
32
32
|
raise TypeError("Expected argument 'availability_domain' to be a str")
|
33
33
|
pulumi.set(__self__, "availability_domain", availability_domain)
|
34
34
|
if backup_schedules and not isinstance(backup_schedules, list):
|
35
35
|
raise TypeError("Expected argument 'backup_schedules' to be a list")
|
36
36
|
pulumi.set(__self__, "backup_schedules", backup_schedules)
|
37
|
+
if byol_cpu_core_count_limit and not isinstance(byol_cpu_core_count_limit, int):
|
38
|
+
raise TypeError("Expected argument 'byol_cpu_core_count_limit' to be a int")
|
39
|
+
pulumi.set(__self__, "byol_cpu_core_count_limit", byol_cpu_core_count_limit)
|
37
40
|
if category and not isinstance(category, str):
|
38
41
|
raise TypeError("Expected argument 'category' to be a str")
|
39
42
|
pulumi.set(__self__, "category", category)
|
@@ -91,6 +94,9 @@ class GetDeploymentResult:
|
|
91
94
|
if is_auto_scaling_enabled and not isinstance(is_auto_scaling_enabled, bool):
|
92
95
|
raise TypeError("Expected argument 'is_auto_scaling_enabled' to be a bool")
|
93
96
|
pulumi.set(__self__, "is_auto_scaling_enabled", is_auto_scaling_enabled)
|
97
|
+
if is_byol_cpu_core_count_limit_enabled and not isinstance(is_byol_cpu_core_count_limit_enabled, bool):
|
98
|
+
raise TypeError("Expected argument 'is_byol_cpu_core_count_limit_enabled' to be a bool")
|
99
|
+
pulumi.set(__self__, "is_byol_cpu_core_count_limit_enabled", is_byol_cpu_core_count_limit_enabled)
|
94
100
|
if is_healthy and not isinstance(is_healthy, bool):
|
95
101
|
raise TypeError("Expected argument 'is_healthy' to be a bool")
|
96
102
|
pulumi.set(__self__, "is_healthy", is_healthy)
|
@@ -207,6 +213,14 @@ class GetDeploymentResult:
|
|
207
213
|
"""
|
208
214
|
return pulumi.get(self, "backup_schedules")
|
209
215
|
|
216
|
+
@_builtins.property
|
217
|
+
@pulumi.getter(name="byolCpuCoreCountLimit")
|
218
|
+
def byol_cpu_core_count_limit(self) -> _builtins.int:
|
219
|
+
"""
|
220
|
+
The maximum number of CPUs allowed with a 'Bring Your Own License' (BYOL) license type. Any CPU usage above this limit is considered as License Included and billed.
|
221
|
+
"""
|
222
|
+
return pulumi.get(self, "byol_cpu_core_count_limit")
|
223
|
+
|
210
224
|
@_builtins.property
|
211
225
|
@pulumi.getter
|
212
226
|
def category(self) -> _builtins.str:
|
@@ -356,6 +370,14 @@ class GetDeploymentResult:
|
|
356
370
|
"""
|
357
371
|
return pulumi.get(self, "is_auto_scaling_enabled")
|
358
372
|
|
373
|
+
@_builtins.property
|
374
|
+
@pulumi.getter(name="isByolCpuCoreCountLimitEnabled")
|
375
|
+
def is_byol_cpu_core_count_limit_enabled(self) -> _builtins.bool:
|
376
|
+
"""
|
377
|
+
Flag to allow to configure the 'Bring Your Own License' (BYOL) license type CPU limit. If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit.
|
378
|
+
"""
|
379
|
+
return pulumi.get(self, "is_byol_cpu_core_count_limit_enabled")
|
380
|
+
|
359
381
|
@_builtins.property
|
360
382
|
@pulumi.getter(name="isHealthy")
|
361
383
|
def is_healthy(self) -> _builtins.bool:
|
@@ -626,6 +648,7 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
626
648
|
return GetDeploymentResult(
|
627
649
|
availability_domain=self.availability_domain,
|
628
650
|
backup_schedules=self.backup_schedules,
|
651
|
+
byol_cpu_core_count_limit=self.byol_cpu_core_count_limit,
|
629
652
|
category=self.category,
|
630
653
|
compartment_id=self.compartment_id,
|
631
654
|
cpu_core_count=self.cpu_core_count,
|
@@ -645,6 +668,7 @@ class AwaitableGetDeploymentResult(GetDeploymentResult):
|
|
645
668
|
id=self.id,
|
646
669
|
ingress_ips=self.ingress_ips,
|
647
670
|
is_auto_scaling_enabled=self.is_auto_scaling_enabled,
|
671
|
+
is_byol_cpu_core_count_limit_enabled=self.is_byol_cpu_core_count_limit_enabled,
|
648
672
|
is_healthy=self.is_healthy,
|
649
673
|
is_latest_version=self.is_latest_version,
|
650
674
|
is_lock_override=self.is_lock_override,
|
@@ -707,6 +731,7 @@ def get_deployment(deployment_id: Optional[_builtins.str] = None,
|
|
707
731
|
return AwaitableGetDeploymentResult(
|
708
732
|
availability_domain=pulumi.get(__ret__, 'availability_domain'),
|
709
733
|
backup_schedules=pulumi.get(__ret__, 'backup_schedules'),
|
734
|
+
byol_cpu_core_count_limit=pulumi.get(__ret__, 'byol_cpu_core_count_limit'),
|
710
735
|
category=pulumi.get(__ret__, 'category'),
|
711
736
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
712
737
|
cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
|
@@ -726,6 +751,7 @@ def get_deployment(deployment_id: Optional[_builtins.str] = None,
|
|
726
751
|
id=pulumi.get(__ret__, 'id'),
|
727
752
|
ingress_ips=pulumi.get(__ret__, 'ingress_ips'),
|
728
753
|
is_auto_scaling_enabled=pulumi.get(__ret__, 'is_auto_scaling_enabled'),
|
754
|
+
is_byol_cpu_core_count_limit_enabled=pulumi.get(__ret__, 'is_byol_cpu_core_count_limit_enabled'),
|
729
755
|
is_healthy=pulumi.get(__ret__, 'is_healthy'),
|
730
756
|
is_latest_version=pulumi.get(__ret__, 'is_latest_version'),
|
731
757
|
is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
|
@@ -785,6 +811,7 @@ def get_deployment_output(deployment_id: Optional[pulumi.Input[_builtins.str]] =
|
|
785
811
|
return __ret__.apply(lambda __response__: GetDeploymentResult(
|
786
812
|
availability_domain=pulumi.get(__response__, 'availability_domain'),
|
787
813
|
backup_schedules=pulumi.get(__response__, 'backup_schedules'),
|
814
|
+
byol_cpu_core_count_limit=pulumi.get(__response__, 'byol_cpu_core_count_limit'),
|
788
815
|
category=pulumi.get(__response__, 'category'),
|
789
816
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
790
817
|
cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
|
@@ -804,6 +831,7 @@ def get_deployment_output(deployment_id: Optional[pulumi.Input[_builtins.str]] =
|
|
804
831
|
id=pulumi.get(__response__, 'id'),
|
805
832
|
ingress_ips=pulumi.get(__response__, 'ingress_ips'),
|
806
833
|
is_auto_scaling_enabled=pulumi.get(__response__, 'is_auto_scaling_enabled'),
|
834
|
+
is_byol_cpu_core_count_limit_enabled=pulumi.get(__response__, 'is_byol_cpu_core_count_limit_enabled'),
|
807
835
|
is_healthy=pulumi.get(__response__, 'is_healthy'),
|
808
836
|
is_latest_version=pulumi.get(__response__, 'is_latest_version'),
|
809
837
|
is_lock_override=pulumi.get(__response__, 'is_lock_override'),
|
@@ -28,7 +28,7 @@ class GetDeploymentsResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getDeployments.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, assignable_connection_id=None, assigned_connection_id=None, compartment_id=None, deployment_collections=None, display_name=None, filters=None, fqdn=None, id=None, lifecycle_sub_state=None, state=None, supported_connection_type=None):
|
31
|
+
def __init__(__self__, assignable_connection_id=None, assigned_connection_id=None, compartment_id=None, deployment_collections=None, deployment_type=None, display_name=None, filters=None, fqdn=None, id=None, lifecycle_sub_state=None, state=None, supported_connection_type=None):
|
32
32
|
if assignable_connection_id and not isinstance(assignable_connection_id, str):
|
33
33
|
raise TypeError("Expected argument 'assignable_connection_id' to be a str")
|
34
34
|
pulumi.set(__self__, "assignable_connection_id", assignable_connection_id)
|
@@ -41,6 +41,9 @@ class GetDeploymentsResult:
|
|
41
41
|
if deployment_collections and not isinstance(deployment_collections, list):
|
42
42
|
raise TypeError("Expected argument 'deployment_collections' to be a list")
|
43
43
|
pulumi.set(__self__, "deployment_collections", deployment_collections)
|
44
|
+
if deployment_type and not isinstance(deployment_type, str):
|
45
|
+
raise TypeError("Expected argument 'deployment_type' to be a str")
|
46
|
+
pulumi.set(__self__, "deployment_type", deployment_type)
|
44
47
|
if display_name and not isinstance(display_name, str):
|
45
48
|
raise TypeError("Expected argument 'display_name' to be a str")
|
46
49
|
pulumi.set(__self__, "display_name", display_name)
|
@@ -89,6 +92,14 @@ class GetDeploymentsResult:
|
|
89
92
|
"""
|
90
93
|
return pulumi.get(self, "deployment_collections")
|
91
94
|
|
95
|
+
@_builtins.property
|
96
|
+
@pulumi.getter(name="deploymentType")
|
97
|
+
def deployment_type(self) -> Optional[_builtins.str]:
|
98
|
+
"""
|
99
|
+
The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value 'OGG' is maintained for backward compatibility purposes. Its use is discouraged in favor of 'DATABASE_ORACLE'.
|
100
|
+
"""
|
101
|
+
return pulumi.get(self, "deployment_type")
|
102
|
+
|
92
103
|
@_builtins.property
|
93
104
|
@pulumi.getter(name="displayName")
|
94
105
|
def display_name(self) -> Optional[_builtins.str]:
|
@@ -150,6 +161,7 @@ class AwaitableGetDeploymentsResult(GetDeploymentsResult):
|
|
150
161
|
assigned_connection_id=self.assigned_connection_id,
|
151
162
|
compartment_id=self.compartment_id,
|
152
163
|
deployment_collections=self.deployment_collections,
|
164
|
+
deployment_type=self.deployment_type,
|
153
165
|
display_name=self.display_name,
|
154
166
|
filters=self.filters,
|
155
167
|
fqdn=self.fqdn,
|
@@ -162,6 +174,7 @@ class AwaitableGetDeploymentsResult(GetDeploymentsResult):
|
|
162
174
|
def get_deployments(assignable_connection_id: Optional[_builtins.str] = None,
|
163
175
|
assigned_connection_id: Optional[_builtins.str] = None,
|
164
176
|
compartment_id: Optional[_builtins.str] = None,
|
177
|
+
deployment_type: Optional[_builtins.str] = None,
|
165
178
|
display_name: Optional[_builtins.str] = None,
|
166
179
|
filters: Optional[Sequence[Union['GetDeploymentsFilterArgs', 'GetDeploymentsFilterArgsDict']]] = None,
|
167
180
|
fqdn: Optional[_builtins.str] = None,
|
@@ -183,6 +196,7 @@ def get_deployments(assignable_connection_id: Optional[_builtins.str] = None,
|
|
183
196
|
test_deployments = oci.GoldenGate.get_deployments(compartment_id=compartment_id,
|
184
197
|
assignable_connection_id=test_connection["id"],
|
185
198
|
assigned_connection_id=test_connection["id"],
|
199
|
+
deployment_type=deployment_deployment_type,
|
186
200
|
display_name=deployment_display_name,
|
187
201
|
fqdn=deployment_fqdn,
|
188
202
|
lifecycle_sub_state=deployment_lifecycle_sub_state,
|
@@ -194,6 +208,7 @@ def get_deployments(assignable_connection_id: Optional[_builtins.str] = None,
|
|
194
208
|
:param _builtins.str assignable_connection_id: Return the deployments to which the specified connectionId may be assigned.
|
195
209
|
:param _builtins.str assigned_connection_id: The OCID of the connection which for the deployment must be assigned.
|
196
210
|
:param _builtins.str compartment_id: The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
|
211
|
+
:param _builtins.str deployment_type: A filter that returns only the resources matching the specified 'deploymentType'.
|
197
212
|
:param _builtins.str display_name: A filter to return only the resources that match the entire 'displayName' given.
|
198
213
|
:param _builtins.str fqdn: A filter to return only the resources that match the 'fqdn' given.
|
199
214
|
:param _builtins.str lifecycle_sub_state: A filter to return only the resources that match the 'lifecycleSubState' given.
|
@@ -204,6 +219,7 @@ def get_deployments(assignable_connection_id: Optional[_builtins.str] = None,
|
|
204
219
|
__args__['assignableConnectionId'] = assignable_connection_id
|
205
220
|
__args__['assignedConnectionId'] = assigned_connection_id
|
206
221
|
__args__['compartmentId'] = compartment_id
|
222
|
+
__args__['deploymentType'] = deployment_type
|
207
223
|
__args__['displayName'] = display_name
|
208
224
|
__args__['filters'] = filters
|
209
225
|
__args__['fqdn'] = fqdn
|
@@ -218,6 +234,7 @@ def get_deployments(assignable_connection_id: Optional[_builtins.str] = None,
|
|
218
234
|
assigned_connection_id=pulumi.get(__ret__, 'assigned_connection_id'),
|
219
235
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
220
236
|
deployment_collections=pulumi.get(__ret__, 'deployment_collections'),
|
237
|
+
deployment_type=pulumi.get(__ret__, 'deployment_type'),
|
221
238
|
display_name=pulumi.get(__ret__, 'display_name'),
|
222
239
|
filters=pulumi.get(__ret__, 'filters'),
|
223
240
|
fqdn=pulumi.get(__ret__, 'fqdn'),
|
@@ -228,6 +245,7 @@ def get_deployments(assignable_connection_id: Optional[_builtins.str] = None,
|
|
228
245
|
def get_deployments_output(assignable_connection_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
229
246
|
assigned_connection_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
230
247
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
248
|
+
deployment_type: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
231
249
|
display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
232
250
|
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDeploymentsFilterArgs', 'GetDeploymentsFilterArgsDict']]]]] = None,
|
233
251
|
fqdn: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
@@ -249,6 +267,7 @@ def get_deployments_output(assignable_connection_id: Optional[pulumi.Input[Optio
|
|
249
267
|
test_deployments = oci.GoldenGate.get_deployments(compartment_id=compartment_id,
|
250
268
|
assignable_connection_id=test_connection["id"],
|
251
269
|
assigned_connection_id=test_connection["id"],
|
270
|
+
deployment_type=deployment_deployment_type,
|
252
271
|
display_name=deployment_display_name,
|
253
272
|
fqdn=deployment_fqdn,
|
254
273
|
lifecycle_sub_state=deployment_lifecycle_sub_state,
|
@@ -260,6 +279,7 @@ def get_deployments_output(assignable_connection_id: Optional[pulumi.Input[Optio
|
|
260
279
|
:param _builtins.str assignable_connection_id: Return the deployments to which the specified connectionId may be assigned.
|
261
280
|
:param _builtins.str assigned_connection_id: The OCID of the connection which for the deployment must be assigned.
|
262
281
|
:param _builtins.str compartment_id: The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
|
282
|
+
:param _builtins.str deployment_type: A filter that returns only the resources matching the specified 'deploymentType'.
|
263
283
|
:param _builtins.str display_name: A filter to return only the resources that match the entire 'displayName' given.
|
264
284
|
:param _builtins.str fqdn: A filter to return only the resources that match the 'fqdn' given.
|
265
285
|
:param _builtins.str lifecycle_sub_state: A filter to return only the resources that match the 'lifecycleSubState' given.
|
@@ -270,6 +290,7 @@ def get_deployments_output(assignable_connection_id: Optional[pulumi.Input[Optio
|
|
270
290
|
__args__['assignableConnectionId'] = assignable_connection_id
|
271
291
|
__args__['assignedConnectionId'] = assigned_connection_id
|
272
292
|
__args__['compartmentId'] = compartment_id
|
293
|
+
__args__['deploymentType'] = deployment_type
|
273
294
|
__args__['displayName'] = display_name
|
274
295
|
__args__['filters'] = filters
|
275
296
|
__args__['fqdn'] = fqdn
|
@@ -283,6 +304,7 @@ def get_deployments_output(assignable_connection_id: Optional[pulumi.Input[Optio
|
|
283
304
|
assigned_connection_id=pulumi.get(__response__, 'assigned_connection_id'),
|
284
305
|
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
285
306
|
deployment_collections=pulumi.get(__response__, 'deployment_collections'),
|
307
|
+
deployment_type=pulumi.get(__response__, 'deployment_type'),
|
286
308
|
display_name=pulumi.get(__response__, 'display_name'),
|
287
309
|
filters=pulumi.get(__response__, 'filters'),
|
288
310
|
fqdn=pulumi.get(__response__, 'fqdn'),
|