pulumi-oci 3.1.0a1751948424__py3-none-any.whl → 3.2.0a1752121229__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 (37) hide show
  1. pulumi_oci/__init__.py +40 -0
  2. pulumi_oci/bigdataservice/__init__.py +10 -0
  3. pulumi_oci/bigdataservice/_inputs.py +378 -0
  4. pulumi_oci/bigdataservice/bds_instance_node_backup.py +481 -0
  5. pulumi_oci/bigdataservice/bds_instance_node_backup_configuration.py +611 -0
  6. pulumi_oci/bigdataservice/bds_instance_node_replace_configuration.py +538 -0
  7. pulumi_oci/bigdataservice/bds_instance_replace_node_action.py +406 -0
  8. pulumi_oci/bigdataservice/get_bds_instance_node_backup.py +245 -0
  9. pulumi_oci/bigdataservice/get_bds_instance_node_backup_configuration.py +263 -0
  10. pulumi_oci/bigdataservice/get_bds_instance_node_backup_configurations.py +192 -0
  11. pulumi_oci/bigdataservice/get_bds_instance_node_backups.py +211 -0
  12. pulumi_oci/bigdataservice/get_bds_instance_node_replace_configuration.py +246 -0
  13. pulumi_oci/bigdataservice/get_bds_instance_node_replace_configurations.py +192 -0
  14. pulumi_oci/bigdataservice/outputs.py +798 -0
  15. pulumi_oci/generativeai/__init__.py +3 -0
  16. pulumi_oci/generativeai/_inputs.py +1479 -132
  17. pulumi_oci/generativeai/agent_agent.py +66 -11
  18. pulumi_oci/generativeai/agent_agent_endpoint.py +296 -25
  19. pulumi_oci/generativeai/agent_data_source.py +70 -21
  20. pulumi_oci/generativeai/agent_tool.py +619 -0
  21. pulumi_oci/generativeai/get_agent_agent.py +17 -2
  22. pulumi_oci/generativeai/get_agent_agent_endpoint.py +72 -6
  23. pulumi_oci/generativeai/get_agent_agent_endpoints.py +0 -4
  24. pulumi_oci/generativeai/get_agent_data_source.py +15 -1
  25. pulumi_oci/generativeai/get_agent_tool.py +283 -0
  26. pulumi_oci/generativeai/get_agent_tools.py +214 -0
  27. pulumi_oci/generativeai/outputs.py +4001 -1259
  28. pulumi_oci/kms/vault_verification.py +62 -2
  29. pulumi_oci/ospgateway/_inputs.py +20 -0
  30. pulumi_oci/ospgateway/get_subscription.py +15 -1
  31. pulumi_oci/ospgateway/outputs.py +47 -0
  32. pulumi_oci/ospgateway/subscription.py +28 -0
  33. pulumi_oci/pulumi-plugin.json +1 -1
  34. {pulumi_oci-3.1.0a1751948424.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/METADATA +1 -1
  35. {pulumi_oci-3.1.0a1751948424.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/RECORD +37 -24
  36. {pulumi_oci-3.1.0a1751948424.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/WHEEL +0 -0
  37. {pulumi_oci-3.1.0a1751948424.dist-info → pulumi_oci-3.2.0a1752121229.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py CHANGED
@@ -803,6 +803,30 @@ _utilities.register(
803
803
  "oci:BigDataService/bdsInstanceMetastoreConfig:BdsInstanceMetastoreConfig": "BdsInstanceMetastoreConfig"
804
804
  }
805
805
  },
806
+ {
807
+ "pkg": "oci",
808
+ "mod": "BigDataService/bdsInstanceNodeBackup",
809
+ "fqn": "pulumi_oci.bigdataservice",
810
+ "classes": {
811
+ "oci:BigDataService/bdsInstanceNodeBackup:BdsInstanceNodeBackup": "BdsInstanceNodeBackup"
812
+ }
813
+ },
814
+ {
815
+ "pkg": "oci",
816
+ "mod": "BigDataService/bdsInstanceNodeBackupConfiguration",
817
+ "fqn": "pulumi_oci.bigdataservice",
818
+ "classes": {
819
+ "oci:BigDataService/bdsInstanceNodeBackupConfiguration:BdsInstanceNodeBackupConfiguration": "BdsInstanceNodeBackupConfiguration"
820
+ }
821
+ },
822
+ {
823
+ "pkg": "oci",
824
+ "mod": "BigDataService/bdsInstanceNodeReplaceConfiguration",
825
+ "fqn": "pulumi_oci.bigdataservice",
826
+ "classes": {
827
+ "oci:BigDataService/bdsInstanceNodeReplaceConfiguration:BdsInstanceNodeReplaceConfiguration": "BdsInstanceNodeReplaceConfiguration"
828
+ }
829
+ },
806
830
  {
807
831
  "pkg": "oci",
808
832
  "mod": "BigDataService/bdsInstanceOperationCertificateManagementsManagement",
@@ -827,6 +851,14 @@ _utilities.register(
827
851
  "oci:BigDataService/bdsInstancePatchAction:BdsInstancePatchAction": "BdsInstancePatchAction"
828
852
  }
829
853
  },
854
+ {
855
+ "pkg": "oci",
856
+ "mod": "BigDataService/bdsInstanceReplaceNodeAction",
857
+ "fqn": "pulumi_oci.bigdataservice",
858
+ "classes": {
859
+ "oci:BigDataService/bdsInstanceReplaceNodeAction:BdsInstanceReplaceNodeAction": "BdsInstanceReplaceNodeAction"
860
+ }
861
+ },
830
862
  {
831
863
  "pkg": "oci",
832
864
  "mod": "BigDataService/bdsInstanceResourcePrincipalConfiguration",
@@ -4203,6 +4235,14 @@ _utilities.register(
4203
4235
  "oci:GenerativeAi/agentKnowledgeBase:AgentKnowledgeBase": "AgentKnowledgeBase"
4204
4236
  }
4205
4237
  },
4238
+ {
4239
+ "pkg": "oci",
4240
+ "mod": "GenerativeAi/agentTool",
4241
+ "fqn": "pulumi_oci.generativeai",
4242
+ "classes": {
4243
+ "oci:GenerativeAi/agentTool:AgentTool": "AgentTool"
4244
+ }
4245
+ },
4206
4246
  {
4207
4247
  "pkg": "oci",
4208
4248
  "mod": "GenerativeAi/dedicatedAiCluster",
@@ -12,9 +12,13 @@ from .bds_instance import *
12
12
  from .bds_instance_api_key import *
13
13
  from .bds_instance_identity_configuration import *
14
14
  from .bds_instance_metastore_config import *
15
+ from .bds_instance_node_backup import *
16
+ from .bds_instance_node_backup_configuration import *
17
+ from .bds_instance_node_replace_configuration import *
15
18
  from .bds_instance_operation_certificate_managements_management import *
16
19
  from .bds_instance_os_patch_action import *
17
20
  from .bds_instance_patch_action import *
21
+ from .bds_instance_replace_node_action import *
18
22
  from .bds_instance_resource_principal_configuration import *
19
23
  from .bds_instance_software_update_action import *
20
24
  from .get_auto_scaling_configuration import *
@@ -29,6 +33,12 @@ from .get_bds_instance_identity_configurations import *
29
33
  from .get_bds_instance_list_os_patches import *
30
34
  from .get_bds_instance_metastore_config import *
31
35
  from .get_bds_instance_metastore_configs import *
36
+ from .get_bds_instance_node_backup import *
37
+ from .get_bds_instance_node_backup_configuration import *
38
+ from .get_bds_instance_node_backup_configurations import *
39
+ from .get_bds_instance_node_backups import *
40
+ from .get_bds_instance_node_replace_configuration import *
41
+ from .get_bds_instance_node_replace_configurations import *
32
42
  from .get_bds_instance_patch_histories import *
33
43
  from .get_bds_instance_patches import *
34
44
  from .get_bds_instance_resource_principal_configuration import *
@@ -102,6 +102,12 @@ __all__ = [
102
102
  'BdsInstanceNodeArgsDict',
103
103
  'BdsInstanceNodeAttachedBlockVolumeArgs',
104
104
  'BdsInstanceNodeAttachedBlockVolumeArgsDict',
105
+ 'BdsInstanceNodeBackupConfigurationLevelTypeDetailsArgs',
106
+ 'BdsInstanceNodeBackupConfigurationLevelTypeDetailsArgsDict',
107
+ 'BdsInstanceNodeBackupLevelTypeDetailsArgs',
108
+ 'BdsInstanceNodeBackupLevelTypeDetailsArgsDict',
109
+ 'BdsInstanceNodeReplaceConfigurationLevelTypeDetailsArgs',
110
+ 'BdsInstanceNodeReplaceConfigurationLevelTypeDetailsArgsDict',
105
111
  'BdsInstanceOperationCertificateManagementsManagementHostCertDetailArgs',
106
112
  'BdsInstanceOperationCertificateManagementsManagementHostCertDetailArgsDict',
107
113
  'BdsInstanceOsPatchActionPatchingConfigsArgs',
@@ -134,6 +140,12 @@ __all__ = [
134
140
  'GetBdsInstanceListOsPatchesFilterArgsDict',
135
141
  'GetBdsInstanceMetastoreConfigsFilterArgs',
136
142
  'GetBdsInstanceMetastoreConfigsFilterArgsDict',
143
+ 'GetBdsInstanceNodeBackupConfigurationsFilterArgs',
144
+ 'GetBdsInstanceNodeBackupConfigurationsFilterArgsDict',
145
+ 'GetBdsInstanceNodeBackupsFilterArgs',
146
+ 'GetBdsInstanceNodeBackupsFilterArgsDict',
147
+ 'GetBdsInstanceNodeReplaceConfigurationsFilterArgs',
148
+ 'GetBdsInstanceNodeReplaceConfigurationsFilterArgsDict',
137
149
  'GetBdsInstancePatchHistoriesFilterArgs',
138
150
  'GetBdsInstancePatchHistoriesFilterArgsDict',
139
151
  'GetBdsInstancePatchesFilterArgs',
@@ -4162,6 +4174,231 @@ class BdsInstanceNodeAttachedBlockVolumeArgs:
4162
4174
  pulumi.set(self, "volume_size_in_gbs", value)
4163
4175
 
4164
4176
 
4177
+ if not MYPY:
4178
+ class BdsInstanceNodeBackupConfigurationLevelTypeDetailsArgsDict(TypedDict):
4179
+ level_type: pulumi.Input[builtins.str]
4180
+ """
4181
+ (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
4182
+ """
4183
+ node_host_name: NotRequired[pulumi.Input[builtins.str]]
4184
+ """
4185
+ (Updatable) Host name of the node to create backup configuration.
4186
+ """
4187
+ node_type: NotRequired[pulumi.Input[builtins.str]]
4188
+ """
4189
+ (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created. Accepted values are MASTER and UTILITY.
4190
+ """
4191
+ elif False:
4192
+ BdsInstanceNodeBackupConfigurationLevelTypeDetailsArgsDict: TypeAlias = Mapping[str, Any]
4193
+
4194
+ @pulumi.input_type
4195
+ class BdsInstanceNodeBackupConfigurationLevelTypeDetailsArgs:
4196
+ def __init__(__self__, *,
4197
+ level_type: pulumi.Input[builtins.str],
4198
+ node_host_name: Optional[pulumi.Input[builtins.str]] = None,
4199
+ node_type: Optional[pulumi.Input[builtins.str]] = None):
4200
+ """
4201
+ :param pulumi.Input[builtins.str] level_type: (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
4202
+ :param pulumi.Input[builtins.str] node_host_name: (Updatable) Host name of the node to create backup configuration.
4203
+ :param pulumi.Input[builtins.str] node_type: (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created. Accepted values are MASTER and UTILITY.
4204
+ """
4205
+ pulumi.set(__self__, "level_type", level_type)
4206
+ if node_host_name is not None:
4207
+ pulumi.set(__self__, "node_host_name", node_host_name)
4208
+ if node_type is not None:
4209
+ pulumi.set(__self__, "node_type", node_type)
4210
+
4211
+ @property
4212
+ @pulumi.getter(name="levelType")
4213
+ def level_type(self) -> pulumi.Input[builtins.str]:
4214
+ """
4215
+ (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
4216
+ """
4217
+ return pulumi.get(self, "level_type")
4218
+
4219
+ @level_type.setter
4220
+ def level_type(self, value: pulumi.Input[builtins.str]):
4221
+ pulumi.set(self, "level_type", value)
4222
+
4223
+ @property
4224
+ @pulumi.getter(name="nodeHostName")
4225
+ def node_host_name(self) -> Optional[pulumi.Input[builtins.str]]:
4226
+ """
4227
+ (Updatable) Host name of the node to create backup configuration.
4228
+ """
4229
+ return pulumi.get(self, "node_host_name")
4230
+
4231
+ @node_host_name.setter
4232
+ def node_host_name(self, value: Optional[pulumi.Input[builtins.str]]):
4233
+ pulumi.set(self, "node_host_name", value)
4234
+
4235
+ @property
4236
+ @pulumi.getter(name="nodeType")
4237
+ def node_type(self) -> Optional[pulumi.Input[builtins.str]]:
4238
+ """
4239
+ (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created. Accepted values are MASTER and UTILITY.
4240
+ """
4241
+ return pulumi.get(self, "node_type")
4242
+
4243
+ @node_type.setter
4244
+ def node_type(self, value: Optional[pulumi.Input[builtins.str]]):
4245
+ pulumi.set(self, "node_type", value)
4246
+
4247
+
4248
+ if not MYPY:
4249
+ class BdsInstanceNodeBackupLevelTypeDetailsArgsDict(TypedDict):
4250
+ level_type: pulumi.Input[builtins.str]
4251
+ """
4252
+ Type of level used to trigger the creation of a new node backup.
4253
+ """
4254
+ node_host_name: NotRequired[pulumi.Input[builtins.str]]
4255
+ """
4256
+ (Updatable) Host name of the node to create backup.
4257
+ """
4258
+ node_type: NotRequired[pulumi.Input[builtins.str]]
4259
+ """
4260
+ (Updatable) Type of the node or nodes of the node backup which are going to be created.
4261
+
4262
+
4263
+ ** IMPORTANT **
4264
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4265
+ """
4266
+ elif False:
4267
+ BdsInstanceNodeBackupLevelTypeDetailsArgsDict: TypeAlias = Mapping[str, Any]
4268
+
4269
+ @pulumi.input_type
4270
+ class BdsInstanceNodeBackupLevelTypeDetailsArgs:
4271
+ def __init__(__self__, *,
4272
+ level_type: pulumi.Input[builtins.str],
4273
+ node_host_name: Optional[pulumi.Input[builtins.str]] = None,
4274
+ node_type: Optional[pulumi.Input[builtins.str]] = None):
4275
+ """
4276
+ :param pulumi.Input[builtins.str] level_type: Type of level used to trigger the creation of a new node backup.
4277
+ :param pulumi.Input[builtins.str] node_host_name: (Updatable) Host name of the node to create backup.
4278
+ :param pulumi.Input[builtins.str] node_type: (Updatable) Type of the node or nodes of the node backup which are going to be created.
4279
+
4280
+
4281
+ ** IMPORTANT **
4282
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4283
+ """
4284
+ pulumi.set(__self__, "level_type", level_type)
4285
+ if node_host_name is not None:
4286
+ pulumi.set(__self__, "node_host_name", node_host_name)
4287
+ if node_type is not None:
4288
+ pulumi.set(__self__, "node_type", node_type)
4289
+
4290
+ @property
4291
+ @pulumi.getter(name="levelType")
4292
+ def level_type(self) -> pulumi.Input[builtins.str]:
4293
+ """
4294
+ Type of level used to trigger the creation of a new node backup.
4295
+ """
4296
+ return pulumi.get(self, "level_type")
4297
+
4298
+ @level_type.setter
4299
+ def level_type(self, value: pulumi.Input[builtins.str]):
4300
+ pulumi.set(self, "level_type", value)
4301
+
4302
+ @property
4303
+ @pulumi.getter(name="nodeHostName")
4304
+ def node_host_name(self) -> Optional[pulumi.Input[builtins.str]]:
4305
+ """
4306
+ (Updatable) Host name of the node to create backup.
4307
+ """
4308
+ return pulumi.get(self, "node_host_name")
4309
+
4310
+ @node_host_name.setter
4311
+ def node_host_name(self, value: Optional[pulumi.Input[builtins.str]]):
4312
+ pulumi.set(self, "node_host_name", value)
4313
+
4314
+ @property
4315
+ @pulumi.getter(name="nodeType")
4316
+ def node_type(self) -> Optional[pulumi.Input[builtins.str]]:
4317
+ """
4318
+ (Updatable) Type of the node or nodes of the node backup which are going to be created.
4319
+
4320
+
4321
+ ** IMPORTANT **
4322
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4323
+ """
4324
+ return pulumi.get(self, "node_type")
4325
+
4326
+ @node_type.setter
4327
+ def node_type(self, value: Optional[pulumi.Input[builtins.str]]):
4328
+ pulumi.set(self, "node_type", value)
4329
+
4330
+
4331
+ if not MYPY:
4332
+ class BdsInstanceNodeReplaceConfigurationLevelTypeDetailsArgsDict(TypedDict):
4333
+ level_type: pulumi.Input[builtins.str]
4334
+ """
4335
+ (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration. Accepted values are NODE_LEVEL and NODE_TYPE_LEVEL.
4336
+ """
4337
+ node_host_name: NotRequired[pulumi.Input[builtins.str]]
4338
+ """
4339
+ (Updatable) Host name of the node to create backup configuration.
4340
+ """
4341
+ node_type: NotRequired[pulumi.Input[builtins.str]]
4342
+ """
4343
+ (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
4344
+ """
4345
+ elif False:
4346
+ BdsInstanceNodeReplaceConfigurationLevelTypeDetailsArgsDict: TypeAlias = Mapping[str, Any]
4347
+
4348
+ @pulumi.input_type
4349
+ class BdsInstanceNodeReplaceConfigurationLevelTypeDetailsArgs:
4350
+ def __init__(__self__, *,
4351
+ level_type: pulumi.Input[builtins.str],
4352
+ node_host_name: Optional[pulumi.Input[builtins.str]] = None,
4353
+ node_type: Optional[pulumi.Input[builtins.str]] = None):
4354
+ """
4355
+ :param pulumi.Input[builtins.str] level_type: (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration. Accepted values are NODE_LEVEL and NODE_TYPE_LEVEL.
4356
+ :param pulumi.Input[builtins.str] node_host_name: (Updatable) Host name of the node to create backup configuration.
4357
+ :param pulumi.Input[builtins.str] node_type: (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
4358
+ """
4359
+ pulumi.set(__self__, "level_type", level_type)
4360
+ if node_host_name is not None:
4361
+ pulumi.set(__self__, "node_host_name", node_host_name)
4362
+ if node_type is not None:
4363
+ pulumi.set(__self__, "node_type", node_type)
4364
+
4365
+ @property
4366
+ @pulumi.getter(name="levelType")
4367
+ def level_type(self) -> pulumi.Input[builtins.str]:
4368
+ """
4369
+ (Updatable) Type of level used to trigger the creation of a new node backup configuration or node replacement configuration. Accepted values are NODE_LEVEL and NODE_TYPE_LEVEL.
4370
+ """
4371
+ return pulumi.get(self, "level_type")
4372
+
4373
+ @level_type.setter
4374
+ def level_type(self, value: pulumi.Input[builtins.str]):
4375
+ pulumi.set(self, "level_type", value)
4376
+
4377
+ @property
4378
+ @pulumi.getter(name="nodeHostName")
4379
+ def node_host_name(self) -> Optional[pulumi.Input[builtins.str]]:
4380
+ """
4381
+ (Updatable) Host name of the node to create backup configuration.
4382
+ """
4383
+ return pulumi.get(self, "node_host_name")
4384
+
4385
+ @node_host_name.setter
4386
+ def node_host_name(self, value: Optional[pulumi.Input[builtins.str]]):
4387
+ pulumi.set(self, "node_host_name", value)
4388
+
4389
+ @property
4390
+ @pulumi.getter(name="nodeType")
4391
+ def node_type(self) -> Optional[pulumi.Input[builtins.str]]:
4392
+ """
4393
+ (Updatable) Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
4394
+ """
4395
+ return pulumi.get(self, "node_type")
4396
+
4397
+ @node_type.setter
4398
+ def node_type(self, value: Optional[pulumi.Input[builtins.str]]):
4399
+ pulumi.set(self, "node_type", value)
4400
+
4401
+
4165
4402
  if not MYPY:
4166
4403
  class BdsInstanceOperationCertificateManagementsManagementHostCertDetailArgsDict(TypedDict):
4167
4404
  certificate: NotRequired[pulumi.Input[builtins.str]]
@@ -5255,6 +5492,147 @@ class GetBdsInstanceMetastoreConfigsFilterArgs:
5255
5492
  pulumi.set(self, "regex", value)
5256
5493
 
5257
5494
 
5495
+ if not MYPY:
5496
+ class GetBdsInstanceNodeBackupConfigurationsFilterArgsDict(TypedDict):
5497
+ name: builtins.str
5498
+ values: Sequence[builtins.str]
5499
+ regex: NotRequired[builtins.bool]
5500
+ elif False:
5501
+ GetBdsInstanceNodeBackupConfigurationsFilterArgsDict: TypeAlias = Mapping[str, Any]
5502
+
5503
+ @pulumi.input_type
5504
+ class GetBdsInstanceNodeBackupConfigurationsFilterArgs:
5505
+ def __init__(__self__, *,
5506
+ name: builtins.str,
5507
+ values: Sequence[builtins.str],
5508
+ regex: Optional[builtins.bool] = None):
5509
+ pulumi.set(__self__, "name", name)
5510
+ pulumi.set(__self__, "values", values)
5511
+ if regex is not None:
5512
+ pulumi.set(__self__, "regex", regex)
5513
+
5514
+ @property
5515
+ @pulumi.getter
5516
+ def name(self) -> builtins.str:
5517
+ return pulumi.get(self, "name")
5518
+
5519
+ @name.setter
5520
+ def name(self, value: builtins.str):
5521
+ pulumi.set(self, "name", value)
5522
+
5523
+ @property
5524
+ @pulumi.getter
5525
+ def values(self) -> Sequence[builtins.str]:
5526
+ return pulumi.get(self, "values")
5527
+
5528
+ @values.setter
5529
+ def values(self, value: Sequence[builtins.str]):
5530
+ pulumi.set(self, "values", value)
5531
+
5532
+ @property
5533
+ @pulumi.getter
5534
+ def regex(self) -> Optional[builtins.bool]:
5535
+ return pulumi.get(self, "regex")
5536
+
5537
+ @regex.setter
5538
+ def regex(self, value: Optional[builtins.bool]):
5539
+ pulumi.set(self, "regex", value)
5540
+
5541
+
5542
+ if not MYPY:
5543
+ class GetBdsInstanceNodeBackupsFilterArgsDict(TypedDict):
5544
+ name: builtins.str
5545
+ values: Sequence[builtins.str]
5546
+ regex: NotRequired[builtins.bool]
5547
+ elif False:
5548
+ GetBdsInstanceNodeBackupsFilterArgsDict: TypeAlias = Mapping[str, Any]
5549
+
5550
+ @pulumi.input_type
5551
+ class GetBdsInstanceNodeBackupsFilterArgs:
5552
+ def __init__(__self__, *,
5553
+ name: builtins.str,
5554
+ values: Sequence[builtins.str],
5555
+ regex: Optional[builtins.bool] = None):
5556
+ pulumi.set(__self__, "name", name)
5557
+ pulumi.set(__self__, "values", values)
5558
+ if regex is not None:
5559
+ pulumi.set(__self__, "regex", regex)
5560
+
5561
+ @property
5562
+ @pulumi.getter
5563
+ def name(self) -> builtins.str:
5564
+ return pulumi.get(self, "name")
5565
+
5566
+ @name.setter
5567
+ def name(self, value: builtins.str):
5568
+ pulumi.set(self, "name", value)
5569
+
5570
+ @property
5571
+ @pulumi.getter
5572
+ def values(self) -> Sequence[builtins.str]:
5573
+ return pulumi.get(self, "values")
5574
+
5575
+ @values.setter
5576
+ def values(self, value: Sequence[builtins.str]):
5577
+ pulumi.set(self, "values", value)
5578
+
5579
+ @property
5580
+ @pulumi.getter
5581
+ def regex(self) -> Optional[builtins.bool]:
5582
+ return pulumi.get(self, "regex")
5583
+
5584
+ @regex.setter
5585
+ def regex(self, value: Optional[builtins.bool]):
5586
+ pulumi.set(self, "regex", value)
5587
+
5588
+
5589
+ if not MYPY:
5590
+ class GetBdsInstanceNodeReplaceConfigurationsFilterArgsDict(TypedDict):
5591
+ name: builtins.str
5592
+ values: Sequence[builtins.str]
5593
+ regex: NotRequired[builtins.bool]
5594
+ elif False:
5595
+ GetBdsInstanceNodeReplaceConfigurationsFilterArgsDict: TypeAlias = Mapping[str, Any]
5596
+
5597
+ @pulumi.input_type
5598
+ class GetBdsInstanceNodeReplaceConfigurationsFilterArgs:
5599
+ def __init__(__self__, *,
5600
+ name: builtins.str,
5601
+ values: Sequence[builtins.str],
5602
+ regex: Optional[builtins.bool] = None):
5603
+ pulumi.set(__self__, "name", name)
5604
+ pulumi.set(__self__, "values", values)
5605
+ if regex is not None:
5606
+ pulumi.set(__self__, "regex", regex)
5607
+
5608
+ @property
5609
+ @pulumi.getter
5610
+ def name(self) -> builtins.str:
5611
+ return pulumi.get(self, "name")
5612
+
5613
+ @name.setter
5614
+ def name(self, value: builtins.str):
5615
+ pulumi.set(self, "name", value)
5616
+
5617
+ @property
5618
+ @pulumi.getter
5619
+ def values(self) -> Sequence[builtins.str]:
5620
+ return pulumi.get(self, "values")
5621
+
5622
+ @values.setter
5623
+ def values(self, value: Sequence[builtins.str]):
5624
+ pulumi.set(self, "values", value)
5625
+
5626
+ @property
5627
+ @pulumi.getter
5628
+ def regex(self) -> Optional[builtins.bool]:
5629
+ return pulumi.get(self, "regex")
5630
+
5631
+ @regex.setter
5632
+ def regex(self, value: Optional[builtins.bool]):
5633
+ pulumi.set(self, "regex", value)
5634
+
5635
+
5258
5636
  if not MYPY:
5259
5637
  class GetBdsInstancePatchHistoriesFilterArgsDict(TypedDict):
5260
5638
  name: builtins.str