pulumi-oci 2.17.0__py3-none-any.whl → 2.17.0a1731653778__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.
Files changed (38) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/core/_inputs.py +3 -3
  3. pulumi_oci/core/compute_capacity_reservation.py +7 -7
  4. pulumi_oci/core/get_boot_volume.py +1 -1
  5. pulumi_oci/core/get_volume.py +1 -1
  6. pulumi_oci/core/instance_pool.py +7 -7
  7. pulumi_oci/core/outputs.py +46 -46
  8. pulumi_oci/generativeai/__init__.py +0 -16
  9. pulumi_oci/generativeai/_inputs.py +0 -1090
  10. pulumi_oci/generativeai/outputs.py +268 -2840
  11. pulumi_oci/goldengate/connection.py +78 -1065
  12. pulumi_oci/goldengate/deployment.py +7 -7
  13. pulumi_oci/goldengate/deployment_backup.py +0 -49
  14. pulumi_oci/goldengate/get_connection.py +7 -288
  15. pulumi_oci/goldengate/get_deployment.py +1 -1
  16. pulumi_oci/goldengate/get_deployment_backup.py +1 -15
  17. pulumi_oci/goldengate/outputs.py +3 -240
  18. pulumi_oci/pulumi-plugin.json +1 -1
  19. {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/METADATA +1 -1
  20. {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/RECORD +22 -38
  21. pulumi_oci/generativeai/agent_agent.py +0 -665
  22. pulumi_oci/generativeai/agent_agent_endpoint.py +0 -888
  23. pulumi_oci/generativeai/agent_data_ingestion_job.py +0 -647
  24. pulumi_oci/generativeai/agent_data_source.py +0 -697
  25. pulumi_oci/generativeai/agent_knowledge_base.py +0 -659
  26. pulumi_oci/generativeai/get_agent_agent.py +0 -285
  27. pulumi_oci/generativeai/get_agent_agent_endpoint.py +0 -342
  28. pulumi_oci/generativeai/get_agent_agent_endpoints.py +0 -217
  29. pulumi_oci/generativeai/get_agent_agents.py +0 -195
  30. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +0 -286
  31. pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +0 -117
  32. pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +0 -217
  33. pulumi_oci/generativeai/get_agent_data_source.py +0 -286
  34. pulumi_oci/generativeai/get_agent_data_sources.py +0 -217
  35. pulumi_oci/generativeai/get_agent_knowledge_base.py +0 -272
  36. pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -195
  37. {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/WHEEL +0 -0
  38. {pulumi_oci-2.17.0.dist-info → pulumi_oci-2.17.0a1731653778.dist-info}/top_level.txt +0 -0
@@ -370,7 +370,7 @@ class GetDeploymentResult:
370
370
  @pulumi.getter(name="loadBalancerSubnetId")
371
371
  def load_balancer_subnet_id(self) -> str:
372
372
  """
373
- 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.
373
+ 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 compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.
374
374
  """
375
375
  return pulumi.get(self, "load_balancer_subnet_id")
376
376
 
@@ -27,7 +27,7 @@ class GetDeploymentBackupResult:
27
27
  """
28
28
  A collection of values returned by getDeploymentBackup.
29
29
  """
30
- def __init__(__self__, backup_type=None, bucket=None, compartment_id=None, defined_tags=None, deployment_backup_id=None, deployment_id=None, deployment_type=None, display_name=None, freeform_tags=None, id=None, is_automatic=None, is_lock_override=None, is_metadata_only=None, lifecycle_details=None, locks=None, namespace=None, object=None, ogg_version=None, size_in_bytes=None, state=None, system_tags=None, time_backup_finished=None, time_created=None, time_of_backup=None, time_updated=None):
30
+ def __init__(__self__, backup_type=None, bucket=None, compartment_id=None, defined_tags=None, deployment_backup_id=None, deployment_id=None, deployment_type=None, display_name=None, freeform_tags=None, id=None, is_automatic=None, is_lock_override=None, lifecycle_details=None, locks=None, namespace=None, object=None, ogg_version=None, size_in_bytes=None, state=None, system_tags=None, time_backup_finished=None, time_created=None, time_of_backup=None, time_updated=None):
31
31
  if backup_type and not isinstance(backup_type, str):
32
32
  raise TypeError("Expected argument 'backup_type' to be a str")
33
33
  pulumi.set(__self__, "backup_type", backup_type)
@@ -64,9 +64,6 @@ class GetDeploymentBackupResult:
64
64
  if is_lock_override and not isinstance(is_lock_override, bool):
65
65
  raise TypeError("Expected argument 'is_lock_override' to be a bool")
66
66
  pulumi.set(__self__, "is_lock_override", is_lock_override)
67
- if is_metadata_only and not isinstance(is_metadata_only, bool):
68
- raise TypeError("Expected argument 'is_metadata_only' to be a bool")
69
- pulumi.set(__self__, "is_metadata_only", is_metadata_only)
70
67
  if lifecycle_details and not isinstance(lifecycle_details, str):
71
68
  raise TypeError("Expected argument 'lifecycle_details' to be a str")
72
69
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
@@ -194,14 +191,6 @@ class GetDeploymentBackupResult:
194
191
  def is_lock_override(self) -> bool:
195
192
  return pulumi.get(self, "is_lock_override")
196
193
 
197
- @property
198
- @pulumi.getter(name="isMetadataOnly")
199
- def is_metadata_only(self) -> bool:
200
- """
201
- Parameter to allow users to create backup without trails
202
- """
203
- return pulumi.get(self, "is_metadata_only")
204
-
205
194
  @property
206
195
  @pulumi.getter(name="lifecycleDetails")
207
196
  def lifecycle_details(self) -> str:
@@ -317,7 +306,6 @@ class AwaitableGetDeploymentBackupResult(GetDeploymentBackupResult):
317
306
  id=self.id,
318
307
  is_automatic=self.is_automatic,
319
308
  is_lock_override=self.is_lock_override,
320
- is_metadata_only=self.is_metadata_only,
321
309
  lifecycle_details=self.lifecycle_details,
322
310
  locks=self.locks,
323
311
  namespace=self.namespace,
@@ -369,7 +357,6 @@ def get_deployment_backup(deployment_backup_id: Optional[str] = None,
369
357
  id=pulumi.get(__ret__, 'id'),
370
358
  is_automatic=pulumi.get(__ret__, 'is_automatic'),
371
359
  is_lock_override=pulumi.get(__ret__, 'is_lock_override'),
372
- is_metadata_only=pulumi.get(__ret__, 'is_metadata_only'),
373
360
  lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
374
361
  locks=pulumi.get(__ret__, 'locks'),
375
362
  namespace=pulumi.get(__ret__, 'namespace'),
@@ -418,7 +405,6 @@ def get_deployment_backup_output(deployment_backup_id: Optional[pulumi.Input[str
418
405
  id=pulumi.get(__response__, 'id'),
419
406
  is_automatic=pulumi.get(__response__, 'is_automatic'),
420
407
  is_lock_override=pulumi.get(__response__, 'is_lock_override'),
421
- is_metadata_only=pulumi.get(__response__, 'is_metadata_only'),
422
408
  lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
423
409
  locks=pulumi.get(__response__, 'locks'),
424
410
  namespace=pulumi.get(__response__, 'namespace'),