pulumi-oci 2.17.0a1731653778__py3-none-any.whl → 2.18.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +40 -0
- pulumi_oci/core/_inputs.py +3 -3
- pulumi_oci/core/compute_capacity_reservation.py +7 -7
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +46 -46
- pulumi_oci/database/_inputs.py +20 -0
- pulumi_oci/database/autonomous_container_database.py +0 -7
- pulumi_oci/database/autonomous_database.py +7 -7
- pulumi_oci/database/get_autonomous_database.py +1 -1
- pulumi_oci/database/outputs.py +27 -4
- pulumi_oci/generativeai/__init__.py +16 -0
- pulumi_oci/generativeai/_inputs.py +1090 -0
- pulumi_oci/generativeai/agent_agent.py +665 -0
- pulumi_oci/generativeai/agent_agent_endpoint.py +888 -0
- pulumi_oci/generativeai/agent_data_ingestion_job.py +647 -0
- pulumi_oci/generativeai/agent_data_source.py +697 -0
- pulumi_oci/generativeai/agent_knowledge_base.py +659 -0
- pulumi_oci/generativeai/get_agent_agent.py +285 -0
- pulumi_oci/generativeai/get_agent_agent_endpoint.py +342 -0
- pulumi_oci/generativeai/get_agent_agent_endpoints.py +217 -0
- pulumi_oci/generativeai/get_agent_agents.py +195 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +286 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job_log_content.py +117 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_jobs.py +217 -0
- pulumi_oci/generativeai/get_agent_data_source.py +286 -0
- pulumi_oci/generativeai/get_agent_data_sources.py +217 -0
- pulumi_oci/generativeai/get_agent_knowledge_base.py +272 -0
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +195 -0
- pulumi_oci/generativeai/outputs.py +2840 -268
- pulumi_oci/goldengate/connection.py +1065 -78
- pulumi_oci/goldengate/deployment.py +7 -7
- pulumi_oci/goldengate/deployment_backup.py +49 -0
- pulumi_oci/goldengate/get_connection.py +288 -7
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +15 -1
- pulumi_oci/goldengate/outputs.py +240 -3
- pulumi_oci/psql/_inputs.py +20 -0
- pulumi_oci/psql/db_system.py +2 -0
- pulumi_oci/psql/get_db_system_connection_detail.py +18 -4
- pulumi_oci/psql/outputs.py +77 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/METADATA +5 -5
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/RECORD +47 -31
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.17.0a1731653778.dist-info → pulumi_oci-2.18.0.dist-info}/top_level.txt +0 -0
@@ -59,7 +59,7 @@ class DeploymentArgs:
|
|
59
59
|
:param pulumi.Input[str] fqdn: (Updatable) A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
60
60
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
61
61
|
:param pulumi.Input[bool] is_public: (Updatable) True if this object is publicly available.
|
62
|
-
:param pulumi.Input[str] load_balancer_subnet_id: 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
|
62
|
+
:param pulumi.Input[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.
|
63
63
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentLockArgs']]] locks: Locks associated with this resource.
|
64
64
|
:param pulumi.Input['DeploymentMaintenanceConfigurationArgs'] maintenance_configuration: (Updatable) Defines the maintenance configuration for create operation.
|
65
65
|
:param pulumi.Input['DeploymentMaintenanceWindowArgs'] maintenance_window: (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
|
@@ -285,7 +285,7 @@ class DeploymentArgs:
|
|
285
285
|
@pulumi.getter(name="loadBalancerSubnetId")
|
286
286
|
def load_balancer_subnet_id(self) -> Optional[pulumi.Input[str]]:
|
287
287
|
"""
|
288
|
-
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
|
288
|
+
(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.
|
289
289
|
"""
|
290
290
|
return pulumi.get(self, "load_balancer_subnet_id")
|
291
291
|
|
@@ -434,7 +434,7 @@ class _DeploymentState:
|
|
434
434
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
435
435
|
:param pulumi.Input[str] lifecycle_sub_state: Possible GGS lifecycle sub-states.
|
436
436
|
:param pulumi.Input[str] load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
|
437
|
-
:param pulumi.Input[str] load_balancer_subnet_id: 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
|
437
|
+
:param pulumi.Input[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.
|
438
438
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentLockArgs']]] locks: Locks associated with this resource.
|
439
439
|
:param pulumi.Input['DeploymentMaintenanceConfigurationArgs'] maintenance_configuration: (Updatable) Defines the maintenance configuration for create operation.
|
440
440
|
:param pulumi.Input['DeploymentMaintenanceWindowArgs'] maintenance_window: (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
|
@@ -829,7 +829,7 @@ class _DeploymentState:
|
|
829
829
|
@pulumi.getter(name="loadBalancerSubnetId")
|
830
830
|
def load_balancer_subnet_id(self) -> Optional[pulumi.Input[str]]:
|
831
831
|
"""
|
832
|
-
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
|
832
|
+
(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.
|
833
833
|
"""
|
834
834
|
return pulumi.get(self, "load_balancer_subnet_id")
|
835
835
|
|
@@ -1107,7 +1107,7 @@ class Deployment(pulumi.CustomResource):
|
|
1107
1107
|
:param pulumi.Input[bool] is_auto_scaling_enabled: (Updatable) Indicates if auto scaling is enabled for the Deployment's CPU core count.
|
1108
1108
|
:param pulumi.Input[bool] is_public: (Updatable) True if this object is publicly available.
|
1109
1109
|
:param pulumi.Input[str] license_model: (Updatable) The Oracle license model that applies to a Deployment.
|
1110
|
-
:param pulumi.Input[str] load_balancer_subnet_id: 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
|
1110
|
+
:param pulumi.Input[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.
|
1111
1111
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DeploymentLockArgs', 'DeploymentLockArgsDict']]]] locks: Locks associated with this resource.
|
1112
1112
|
:param pulumi.Input[Union['DeploymentMaintenanceConfigurationArgs', 'DeploymentMaintenanceConfigurationArgsDict']] maintenance_configuration: (Updatable) Defines the maintenance configuration for create operation.
|
1113
1113
|
:param pulumi.Input[Union['DeploymentMaintenanceWindowArgs', 'DeploymentMaintenanceWindowArgsDict']] maintenance_window: (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
|
@@ -1320,7 +1320,7 @@ class Deployment(pulumi.CustomResource):
|
|
1320
1320
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
1321
1321
|
:param pulumi.Input[str] lifecycle_sub_state: Possible GGS lifecycle sub-states.
|
1322
1322
|
:param pulumi.Input[str] load_balancer_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the loadbalancer in the customer's subnet. The loadbalancer of the public deployment created in the customer subnet.
|
1323
|
-
:param pulumi.Input[str] load_balancer_subnet_id: 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
|
1323
|
+
:param pulumi.Input[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.
|
1324
1324
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DeploymentLockArgs', 'DeploymentLockArgsDict']]]] locks: Locks associated with this resource.
|
1325
1325
|
:param pulumi.Input[Union['DeploymentMaintenanceConfigurationArgs', 'DeploymentMaintenanceConfigurationArgsDict']] maintenance_configuration: (Updatable) Defines the maintenance configuration for create operation.
|
1326
1326
|
:param pulumi.Input[Union['DeploymentMaintenanceWindowArgs', 'DeploymentMaintenanceWindowArgsDict']] maintenance_window: (Updatable) Defines the maintenance window for create operation, when automatic actions can be performed.
|
@@ -1581,7 +1581,7 @@ class Deployment(pulumi.CustomResource):
|
|
1581
1581
|
@pulumi.getter(name="loadBalancerSubnetId")
|
1582
1582
|
def load_balancer_subnet_id(self) -> pulumi.Output[str]:
|
1583
1583
|
"""
|
1584
|
-
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
|
1584
|
+
(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.
|
1585
1585
|
"""
|
1586
1586
|
return pulumi.get(self, "load_balancer_subnet_id")
|
1587
1587
|
|
@@ -30,6 +30,7 @@ class DeploymentBackupArgs:
|
|
30
30
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
31
31
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
32
32
|
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
33
|
+
is_metadata_only: Optional[pulumi.Input[bool]] = None,
|
33
34
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentBackupLockArgs']]]] = None):
|
34
35
|
"""
|
35
36
|
The set of arguments for constructing a DeploymentBackup resource.
|
@@ -45,6 +46,7 @@ class DeploymentBackupArgs:
|
|
45
46
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
46
47
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Tags defined for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
47
48
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
49
|
+
:param pulumi.Input[bool] is_metadata_only: Parameter to allow users to create backup without trails
|
48
50
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentBackupLockArgs']]] locks: Locks associated with this resource.
|
49
51
|
"""
|
50
52
|
pulumi.set(__self__, "bucket", bucket)
|
@@ -59,6 +61,8 @@ class DeploymentBackupArgs:
|
|
59
61
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
60
62
|
if is_lock_override is not None:
|
61
63
|
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
64
|
+
if is_metadata_only is not None:
|
65
|
+
pulumi.set(__self__, "is_metadata_only", is_metadata_only)
|
62
66
|
if locks is not None:
|
63
67
|
pulumi.set(__self__, "locks", locks)
|
64
68
|
|
@@ -171,6 +175,18 @@ class DeploymentBackupArgs:
|
|
171
175
|
def is_lock_override(self, value: Optional[pulumi.Input[bool]]):
|
172
176
|
pulumi.set(self, "is_lock_override", value)
|
173
177
|
|
178
|
+
@property
|
179
|
+
@pulumi.getter(name="isMetadataOnly")
|
180
|
+
def is_metadata_only(self) -> Optional[pulumi.Input[bool]]:
|
181
|
+
"""
|
182
|
+
Parameter to allow users to create backup without trails
|
183
|
+
"""
|
184
|
+
return pulumi.get(self, "is_metadata_only")
|
185
|
+
|
186
|
+
@is_metadata_only.setter
|
187
|
+
def is_metadata_only(self, value: Optional[pulumi.Input[bool]]):
|
188
|
+
pulumi.set(self, "is_metadata_only", value)
|
189
|
+
|
174
190
|
@property
|
175
191
|
@pulumi.getter
|
176
192
|
def locks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentBackupLockArgs']]]]:
|
@@ -197,6 +213,7 @@ class _DeploymentBackupState:
|
|
197
213
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
198
214
|
is_automatic: Optional[pulumi.Input[bool]] = None,
|
199
215
|
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
216
|
+
is_metadata_only: Optional[pulumi.Input[bool]] = None,
|
200
217
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
201
218
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentBackupLockArgs']]]] = None,
|
202
219
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -220,6 +237,7 @@ class _DeploymentBackupState:
|
|
220
237
|
:param pulumi.Input[str] display_name: An object's Display Name.
|
221
238
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
222
239
|
:param pulumi.Input[bool] is_automatic: True if this object is automatically created
|
240
|
+
:param pulumi.Input[bool] is_metadata_only: Parameter to allow users to create backup without trails
|
223
241
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
224
242
|
:param pulumi.Input[Sequence[pulumi.Input['DeploymentBackupLockArgs']]] locks: Locks associated with this resource.
|
225
243
|
:param pulumi.Input[str] namespace: Name of namespace that serves as a container for all of your buckets
|
@@ -257,6 +275,8 @@ class _DeploymentBackupState:
|
|
257
275
|
pulumi.set(__self__, "is_automatic", is_automatic)
|
258
276
|
if is_lock_override is not None:
|
259
277
|
pulumi.set(__self__, "is_lock_override", is_lock_override)
|
278
|
+
if is_metadata_only is not None:
|
279
|
+
pulumi.set(__self__, "is_metadata_only", is_metadata_only)
|
260
280
|
if lifecycle_details is not None:
|
261
281
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
262
282
|
if locks is not None:
|
@@ -399,6 +419,18 @@ class _DeploymentBackupState:
|
|
399
419
|
def is_lock_override(self, value: Optional[pulumi.Input[bool]]):
|
400
420
|
pulumi.set(self, "is_lock_override", value)
|
401
421
|
|
422
|
+
@property
|
423
|
+
@pulumi.getter(name="isMetadataOnly")
|
424
|
+
def is_metadata_only(self) -> Optional[pulumi.Input[bool]]:
|
425
|
+
"""
|
426
|
+
Parameter to allow users to create backup without trails
|
427
|
+
"""
|
428
|
+
return pulumi.get(self, "is_metadata_only")
|
429
|
+
|
430
|
+
@is_metadata_only.setter
|
431
|
+
def is_metadata_only(self, value: Optional[pulumi.Input[bool]]):
|
432
|
+
pulumi.set(self, "is_metadata_only", value)
|
433
|
+
|
402
434
|
@property
|
403
435
|
@pulumi.getter(name="lifecycleDetails")
|
404
436
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
@@ -560,6 +592,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
560
592
|
display_name: Optional[pulumi.Input[str]] = None,
|
561
593
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
562
594
|
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
595
|
+
is_metadata_only: Optional[pulumi.Input[bool]] = None,
|
563
596
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DeploymentBackupLockArgs', 'DeploymentBackupLockArgsDict']]]]] = None,
|
564
597
|
namespace: Optional[pulumi.Input[str]] = None,
|
565
598
|
object: Optional[pulumi.Input[str]] = None,
|
@@ -588,6 +621,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
588
621
|
freeform_tags={
|
589
622
|
"bar-key": "value",
|
590
623
|
},
|
624
|
+
is_metadata_only=deployment_backup_is_metadata_only,
|
591
625
|
locks=[{
|
592
626
|
"type": deployment_backup_locks_type,
|
593
627
|
"message": deployment_backup_locks_message,
|
@@ -610,6 +644,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
610
644
|
:param pulumi.Input[str] deployment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the deployment being referenced.
|
611
645
|
:param pulumi.Input[str] display_name: An object's Display Name.
|
612
646
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
647
|
+
:param pulumi.Input[bool] is_metadata_only: Parameter to allow users to create backup without trails
|
613
648
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DeploymentBackupLockArgs', 'DeploymentBackupLockArgsDict']]]] locks: Locks associated with this resource.
|
614
649
|
:param pulumi.Input[str] namespace: Name of namespace that serves as a container for all of your buckets
|
615
650
|
:param pulumi.Input[str] object: Name of the object to be uploaded to object storage
|
@@ -648,6 +683,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
648
683
|
freeform_tags={
|
649
684
|
"bar-key": "value",
|
650
685
|
},
|
686
|
+
is_metadata_only=deployment_backup_is_metadata_only,
|
651
687
|
locks=[{
|
652
688
|
"type": deployment_backup_locks_type,
|
653
689
|
"message": deployment_backup_locks_message,
|
@@ -684,6 +720,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
684
720
|
display_name: Optional[pulumi.Input[str]] = None,
|
685
721
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
686
722
|
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
723
|
+
is_metadata_only: Optional[pulumi.Input[bool]] = None,
|
687
724
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DeploymentBackupLockArgs', 'DeploymentBackupLockArgsDict']]]]] = None,
|
688
725
|
namespace: Optional[pulumi.Input[str]] = None,
|
689
726
|
object: Optional[pulumi.Input[str]] = None,
|
@@ -711,6 +748,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
711
748
|
__props__.__dict__["display_name"] = display_name
|
712
749
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
713
750
|
__props__.__dict__["is_lock_override"] = is_lock_override
|
751
|
+
__props__.__dict__["is_metadata_only"] = is_metadata_only
|
714
752
|
__props__.__dict__["locks"] = locks
|
715
753
|
if namespace is None and not opts.urn:
|
716
754
|
raise TypeError("Missing required property 'namespace'")
|
@@ -750,6 +788,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
750
788
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
751
789
|
is_automatic: Optional[pulumi.Input[bool]] = None,
|
752
790
|
is_lock_override: Optional[pulumi.Input[bool]] = None,
|
791
|
+
is_metadata_only: Optional[pulumi.Input[bool]] = None,
|
753
792
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
754
793
|
locks: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DeploymentBackupLockArgs', 'DeploymentBackupLockArgsDict']]]]] = None,
|
755
794
|
namespace: Optional[pulumi.Input[str]] = None,
|
@@ -778,6 +817,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
778
817
|
:param pulumi.Input[str] display_name: An object's Display Name.
|
779
818
|
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
780
819
|
:param pulumi.Input[bool] is_automatic: True if this object is automatically created
|
820
|
+
:param pulumi.Input[bool] is_metadata_only: Parameter to allow users to create backup without trails
|
781
821
|
:param pulumi.Input[str] lifecycle_details: Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
|
782
822
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DeploymentBackupLockArgs', 'DeploymentBackupLockArgsDict']]]] locks: Locks associated with this resource.
|
783
823
|
:param pulumi.Input[str] namespace: Name of namespace that serves as a container for all of your buckets
|
@@ -809,6 +849,7 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
809
849
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
810
850
|
__props__.__dict__["is_automatic"] = is_automatic
|
811
851
|
__props__.__dict__["is_lock_override"] = is_lock_override
|
852
|
+
__props__.__dict__["is_metadata_only"] = is_metadata_only
|
812
853
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
813
854
|
__props__.__dict__["locks"] = locks
|
814
855
|
__props__.__dict__["namespace"] = namespace
|
@@ -900,6 +941,14 @@ class DeploymentBackup(pulumi.CustomResource):
|
|
900
941
|
def is_lock_override(self) -> pulumi.Output[bool]:
|
901
942
|
return pulumi.get(self, "is_lock_override")
|
902
943
|
|
944
|
+
@property
|
945
|
+
@pulumi.getter(name="isMetadataOnly")
|
946
|
+
def is_metadata_only(self) -> pulumi.Output[bool]:
|
947
|
+
"""
|
948
|
+
Parameter to allow users to create backup without trails
|
949
|
+
"""
|
950
|
+
return pulumi.get(self, "is_metadata_only")
|
951
|
+
|
903
952
|
@property
|
904
953
|
@pulumi.getter(name="lifecycleDetails")
|
905
954
|
def lifecycle_details(self) -> pulumi.Output[str]:
|