pulumi-oci 2.22.0a1737613119__py3-none-any.whl → 2.23.0a1737786272__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 +8 -0
- pulumi_oci/bigdataservice/bds_instance_api_key.py +0 -14
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +0 -2
- pulumi_oci/bigdataservice/outputs.py +0 -4
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +143 -0
- pulumi_oci/core/byoasn.py +595 -0
- pulumi_oci/core/get_byoasn.py +268 -0
- pulumi_oci/core/get_byoasns.py +131 -0
- pulumi_oci/core/get_byoip_range.py +15 -1
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/outputs.py +457 -0
- pulumi_oci/database/_inputs.py +696 -89
- pulumi_oci/database/autonomous_database.py +98 -4
- pulumi_oci/database/autonomous_exadata_infrastructure.py +0 -2
- pulumi_oci/database/autonomous_vm_cluster.py +0 -2
- pulumi_oci/database/cloud_exadata_infrastructure.py +0 -2
- pulumi_oci/database/data_guard_association.py +75 -28
- pulumi_oci/database/database.py +147 -32
- pulumi_oci/database/database_upgrade.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +0 -2
- pulumi_oci/database/get_autonomous_database.py +30 -2
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database.py +40 -1
- pulumi_oci/database/outputs.py +994 -114
- pulumi_oci/networkloadbalancer/__init__.py +1 -0
- pulumi_oci/networkloadbalancer/_inputs.py +6 -6
- pulumi_oci/networkloadbalancer/backend.py +7 -7
- pulumi_oci/networkloadbalancer/backend_set.py +105 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +30 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancer_backend_set_backend_operational_status.py +165 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +7 -7
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +105 -7
- pulumi_oci/networkloadbalancer/outputs.py +34 -12
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/METADATA +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/RECORD +39 -35
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0a1737786272.dist-info}/top_level.txt +0 -0
pulumi_oci/__init__.py
CHANGED
@@ -1236,6 +1236,14 @@ _utilities.register(
|
|
1236
1236
|
"oci:Core/bootVolumeBackup:BootVolumeBackup": "BootVolumeBackup"
|
1237
1237
|
}
|
1238
1238
|
},
|
1239
|
+
{
|
1240
|
+
"pkg": "oci",
|
1241
|
+
"mod": "Core/byoasn",
|
1242
|
+
"fqn": "pulumi_oci.core",
|
1243
|
+
"classes": {
|
1244
|
+
"oci:Core/byoasn:Byoasn": "Byoasn"
|
1245
|
+
}
|
1246
|
+
},
|
1239
1247
|
{
|
1240
1248
|
"pkg": "oci",
|
1241
1249
|
"mod": "Core/captureFilter",
|
@@ -28,9 +28,7 @@ class BdsInstanceApiKeyArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a BdsInstanceApiKey resource.
|
30
30
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
31
|
-
<<<<<<< ours
|
32
31
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
33
|
-
>>>>>>> theirs
|
34
32
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
35
33
|
:param pulumi.Input[str] user_id: The OCID of the user for whom this new generated API key pair will be created.
|
36
34
|
|
@@ -54,7 +52,6 @@ class BdsInstanceApiKeyArgs:
|
|
54
52
|
def bds_instance_id(self) -> pulumi.Input[str]:
|
55
53
|
"""
|
56
54
|
The OCID of the cluster.
|
57
|
-
<<<<<<< ours
|
58
55
|
"""
|
59
56
|
return pulumi.get(self, "bds_instance_id")
|
60
57
|
|
@@ -67,7 +64,6 @@ class BdsInstanceApiKeyArgs:
|
|
67
64
|
def key_alias(self) -> pulumi.Input[str]:
|
68
65
|
"""
|
69
66
|
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
70
|
-
>>>>>>> theirs
|
71
67
|
"""
|
72
68
|
return pulumi.get(self, "key_alias")
|
73
69
|
|
@@ -145,12 +141,10 @@ class _BdsInstanceApiKeyState:
|
|
145
141
|
"""
|
146
142
|
Input properties used for looking up and filtering BdsInstanceApiKey resources.
|
147
143
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
148
|
-
<<<<<<< ours
|
149
144
|
:param pulumi.Input[str] default_region: The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
|
150
145
|
:param pulumi.Input[str] domain_ocid: Identity domain OCID , where user is present. For default domain , this field will be optional.
|
151
146
|
:param pulumi.Input[str] fingerprint: The fingerprint that corresponds to the public API key requested.
|
152
147
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
153
|
-
>>>>>>> theirs
|
154
148
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
155
149
|
:param pulumi.Input[str] pemfilepath: The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
|
156
150
|
:param pulumi.Input[str] state: The current status of the API key.
|
@@ -190,7 +184,6 @@ class _BdsInstanceApiKeyState:
|
|
190
184
|
def bds_instance_id(self) -> Optional[pulumi.Input[str]]:
|
191
185
|
"""
|
192
186
|
The OCID of the cluster.
|
193
|
-
<<<<<<< ours
|
194
187
|
"""
|
195
188
|
return pulumi.get(self, "bds_instance_id")
|
196
189
|
|
@@ -239,7 +232,6 @@ class _BdsInstanceApiKeyState:
|
|
239
232
|
def key_alias(self) -> Optional[pulumi.Input[str]]:
|
240
233
|
"""
|
241
234
|
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
242
|
-
>>>>>>> theirs
|
243
235
|
"""
|
244
236
|
return pulumi.get(self, "key_alias")
|
245
237
|
|
@@ -367,11 +359,9 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
367
359
|
:param str resource_name: The name of the resource.
|
368
360
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
369
361
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
370
|
-
<<<<<<< ours
|
371
362
|
:param pulumi.Input[str] default_region: The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
|
372
363
|
:param pulumi.Input[str] domain_ocid: Identity domain OCID , where user is present. For default domain , this field will be optional.
|
373
364
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
374
|
-
>>>>>>> theirs
|
375
365
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
376
366
|
:param pulumi.Input[str] user_id: The OCID of the user for whom this new generated API key pair will be created.
|
377
367
|
|
@@ -493,12 +483,10 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
493
483
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
494
484
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
495
485
|
:param pulumi.Input[str] bds_instance_id: The OCID of the cluster.
|
496
|
-
<<<<<<< ours
|
497
486
|
:param pulumi.Input[str] default_region: The name of the region to establish the Object Storage endpoint. See https://docs.oracle.com/en-us/iaas/api/#/en/identity/20160918/Region/ for additional information.
|
498
487
|
:param pulumi.Input[str] domain_ocid: Identity domain OCID , where user is present. For default domain , this field will be optional.
|
499
488
|
:param pulumi.Input[str] fingerprint: The fingerprint that corresponds to the public API key requested.
|
500
489
|
:param pulumi.Input[str] key_alias: User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
501
|
-
>>>>>>> theirs
|
502
490
|
:param pulumi.Input[str] passphrase: Base64 passphrase used to secure the private key which will be created on user behalf.
|
503
491
|
:param pulumi.Input[str] pemfilepath: The full path and file name of the private key used for authentication. This location will be automatically selected on the BDS local file system.
|
504
492
|
:param pulumi.Input[str] state: The current status of the API key.
|
@@ -532,7 +520,6 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
532
520
|
def bds_instance_id(self) -> pulumi.Output[str]:
|
533
521
|
"""
|
534
522
|
The OCID of the cluster.
|
535
|
-
<<<<<<< ours
|
536
523
|
"""
|
537
524
|
return pulumi.get(self, "bds_instance_id")
|
538
525
|
|
@@ -565,7 +552,6 @@ class BdsInstanceApiKey(pulumi.CustomResource):
|
|
565
552
|
def key_alias(self) -> pulumi.Output[str]:
|
566
553
|
"""
|
567
554
|
User friendly identifier used to uniquely differentiate between different API keys associated with this Big Data Service cluster. Only ASCII alphanumeric characters with no spaces allowed.
|
568
|
-
>>>>>>> theirs
|
569
555
|
"""
|
570
556
|
return pulumi.get(self, "key_alias")
|
571
557
|
|
@@ -82,7 +82,6 @@ class GetBdsInstanceApiKeyResult:
|
|
82
82
|
def default_region(self) -> str:
|
83
83
|
"""
|
84
84
|
The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
85
|
-
>>>>>>> theirs
|
86
85
|
"""
|
87
86
|
return pulumi.get(self, "default_region")
|
88
87
|
|
@@ -91,7 +90,6 @@ class GetBdsInstanceApiKeyResult:
|
|
91
90
|
def domain_ocid(self) -> str:
|
92
91
|
"""
|
93
92
|
Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
94
|
-
=======
|
95
93
|
"""
|
96
94
|
return pulumi.get(self, "domain_ocid")
|
97
95
|
|
@@ -5396,9 +5396,7 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
5396
5396
|
"""
|
5397
5397
|
:param str bds_instance_id: The OCID of the cluster.
|
5398
5398
|
:param str default_region: The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
5399
|
-
>>>>>>> theirs
|
5400
5399
|
:param str domain_ocid: Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
5401
|
-
=======
|
5402
5400
|
:param str fingerprint: The fingerprint that corresponds to the public API key requested.
|
5403
5401
|
:param str id: Identifier of the user's API key.
|
5404
5402
|
:param str key_alias: User friendly identifier used to uniquely differentiate between different API keys. Only ASCII alphanumeric characters with no spaces allowed.
|
@@ -5434,7 +5432,6 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
5434
5432
|
def default_region(self) -> str:
|
5435
5433
|
"""
|
5436
5434
|
The name of the region to establish the Object Storage endpoint which was set as part of key creation operation. If no region was provided this will be set to be the same region where the cluster lives. Example us-phoenix-1 .
|
5437
|
-
>>>>>>> theirs
|
5438
5435
|
"""
|
5439
5436
|
return pulumi.get(self, "default_region")
|
5440
5437
|
|
@@ -5443,7 +5440,6 @@ class GetBdsInstanceApiKeysBdsApiKeyResult(dict):
|
|
5443
5440
|
def domain_ocid(self) -> str:
|
5444
5441
|
"""
|
5445
5442
|
Identity domain OCID ,where user is present. For default domain ,this field will be optional.
|
5446
|
-
=======
|
5447
5443
|
"""
|
5448
5444
|
return pulumi.get(self, "domain_ocid")
|
5449
5445
|
|
pulumi_oci/core/__init__.py
CHANGED
@@ -9,6 +9,7 @@ from .app_catalog_listing_resource_version_agreement import *
|
|
9
9
|
from .app_catalog_subscription import *
|
10
10
|
from .boot_volume import *
|
11
11
|
from .boot_volume_backup import *
|
12
|
+
from .byoasn import *
|
12
13
|
from .capture_filter import *
|
13
14
|
from .cluster_network import *
|
14
15
|
from .compute_capacity_report import *
|
@@ -47,6 +48,8 @@ from .get_boot_volume_backups import *
|
|
47
48
|
from .get_boot_volume_replica import *
|
48
49
|
from .get_boot_volume_replicas import *
|
49
50
|
from .get_boot_volumes import *
|
51
|
+
from .get_byoasn import *
|
52
|
+
from .get_byoasns import *
|
50
53
|
from .get_byoip_allocated_ranges import *
|
51
54
|
from .get_byoip_range import *
|
52
55
|
from .get_byoip_ranges import *
|
pulumi_oci/core/_inputs.py
CHANGED
@@ -23,6 +23,8 @@ __all__ = [
|
|
23
23
|
'BootVolumeBootVolumeReplicaArgsDict',
|
24
24
|
'BootVolumeSourceDetailsArgs',
|
25
25
|
'BootVolumeSourceDetailsArgsDict',
|
26
|
+
'ByoasnByoipRangeArgs',
|
27
|
+
'ByoasnByoipRangeArgsDict',
|
26
28
|
'CaptureFilterFlowLogCaptureFilterRuleArgs',
|
27
29
|
'CaptureFilterFlowLogCaptureFilterRuleArgsDict',
|
28
30
|
'CaptureFilterFlowLogCaptureFilterRuleIcmpOptionsArgs',
|
@@ -395,6 +397,8 @@ __all__ = [
|
|
395
397
|
'GetBootVolumeReplicasFilterArgsDict',
|
396
398
|
'GetBootVolumesFilterArgs',
|
397
399
|
'GetBootVolumesFilterArgsDict',
|
400
|
+
'GetByoasnsFilterArgs',
|
401
|
+
'GetByoasnsFilterArgsDict',
|
398
402
|
'GetByoipAllocatedRangesFilterArgs',
|
399
403
|
'GetByoipAllocatedRangesFilterArgsDict',
|
400
404
|
'GetByoipRangesFilterArgs',
|
@@ -911,6 +915,98 @@ class BootVolumeSourceDetailsArgs:
|
|
911
915
|
pulumi.set(self, "second_backup_id", value)
|
912
916
|
|
913
917
|
|
918
|
+
if not MYPY:
|
919
|
+
class ByoasnByoipRangeArgsDict(TypedDict):
|
920
|
+
as_path_prepend_length: NotRequired[pulumi.Input[int]]
|
921
|
+
"""
|
922
|
+
The as path prepend length.
|
923
|
+
"""
|
924
|
+
byoip_range_id: NotRequired[pulumi.Input[str]]
|
925
|
+
"""
|
926
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource to which the CIDR block belongs.
|
927
|
+
"""
|
928
|
+
cidr_block: NotRequired[pulumi.Input[str]]
|
929
|
+
"""
|
930
|
+
The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.
|
931
|
+
"""
|
932
|
+
ipv6cidr_block: NotRequired[pulumi.Input[str]]
|
933
|
+
"""
|
934
|
+
The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
|
935
|
+
"""
|
936
|
+
elif False:
|
937
|
+
ByoasnByoipRangeArgsDict: TypeAlias = Mapping[str, Any]
|
938
|
+
|
939
|
+
@pulumi.input_type
|
940
|
+
class ByoasnByoipRangeArgs:
|
941
|
+
def __init__(__self__, *,
|
942
|
+
as_path_prepend_length: Optional[pulumi.Input[int]] = None,
|
943
|
+
byoip_range_id: Optional[pulumi.Input[str]] = None,
|
944
|
+
cidr_block: Optional[pulumi.Input[str]] = None,
|
945
|
+
ipv6cidr_block: Optional[pulumi.Input[str]] = None):
|
946
|
+
"""
|
947
|
+
:param pulumi.Input[int] as_path_prepend_length: The as path prepend length.
|
948
|
+
:param pulumi.Input[str] byoip_range_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource to which the CIDR block belongs.
|
949
|
+
:param pulumi.Input[str] cidr_block: The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.
|
950
|
+
:param pulumi.Input[str] ipv6cidr_block: The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
|
951
|
+
"""
|
952
|
+
if as_path_prepend_length is not None:
|
953
|
+
pulumi.set(__self__, "as_path_prepend_length", as_path_prepend_length)
|
954
|
+
if byoip_range_id is not None:
|
955
|
+
pulumi.set(__self__, "byoip_range_id", byoip_range_id)
|
956
|
+
if cidr_block is not None:
|
957
|
+
pulumi.set(__self__, "cidr_block", cidr_block)
|
958
|
+
if ipv6cidr_block is not None:
|
959
|
+
pulumi.set(__self__, "ipv6cidr_block", ipv6cidr_block)
|
960
|
+
|
961
|
+
@property
|
962
|
+
@pulumi.getter(name="asPathPrependLength")
|
963
|
+
def as_path_prepend_length(self) -> Optional[pulumi.Input[int]]:
|
964
|
+
"""
|
965
|
+
The as path prepend length.
|
966
|
+
"""
|
967
|
+
return pulumi.get(self, "as_path_prepend_length")
|
968
|
+
|
969
|
+
@as_path_prepend_length.setter
|
970
|
+
def as_path_prepend_length(self, value: Optional[pulumi.Input[int]]):
|
971
|
+
pulumi.set(self, "as_path_prepend_length", value)
|
972
|
+
|
973
|
+
@property
|
974
|
+
@pulumi.getter(name="byoipRangeId")
|
975
|
+
def byoip_range_id(self) -> Optional[pulumi.Input[str]]:
|
976
|
+
"""
|
977
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource to which the CIDR block belongs.
|
978
|
+
"""
|
979
|
+
return pulumi.get(self, "byoip_range_id")
|
980
|
+
|
981
|
+
@byoip_range_id.setter
|
982
|
+
def byoip_range_id(self, value: Optional[pulumi.Input[str]]):
|
983
|
+
pulumi.set(self, "byoip_range_id", value)
|
984
|
+
|
985
|
+
@property
|
986
|
+
@pulumi.getter(name="cidrBlock")
|
987
|
+
def cidr_block(self) -> Optional[pulumi.Input[str]]:
|
988
|
+
"""
|
989
|
+
The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.
|
990
|
+
"""
|
991
|
+
return pulumi.get(self, "cidr_block")
|
992
|
+
|
993
|
+
@cidr_block.setter
|
994
|
+
def cidr_block(self, value: Optional[pulumi.Input[str]]):
|
995
|
+
pulumi.set(self, "cidr_block", value)
|
996
|
+
|
997
|
+
@property
|
998
|
+
@pulumi.getter(name="ipv6cidrBlock")
|
999
|
+
def ipv6cidr_block(self) -> Optional[pulumi.Input[str]]:
|
1000
|
+
"""
|
1001
|
+
The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
|
1002
|
+
"""
|
1003
|
+
return pulumi.get(self, "ipv6cidr_block")
|
1004
|
+
|
1005
|
+
@ipv6cidr_block.setter
|
1006
|
+
def ipv6cidr_block(self, value: Optional[pulumi.Input[str]]):
|
1007
|
+
pulumi.set(self, "ipv6cidr_block", value)
|
1008
|
+
|
1009
|
+
|
914
1010
|
if not MYPY:
|
915
1011
|
class CaptureFilterFlowLogCaptureFilterRuleArgsDict(TypedDict):
|
916
1012
|
destination_cidr: NotRequired[pulumi.Input[str]]
|
@@ -20080,6 +20176,53 @@ class GetBootVolumesFilterArgs:
|
|
20080
20176
|
pulumi.set(self, "regex", value)
|
20081
20177
|
|
20082
20178
|
|
20179
|
+
if not MYPY:
|
20180
|
+
class GetByoasnsFilterArgsDict(TypedDict):
|
20181
|
+
name: str
|
20182
|
+
values: Sequence[str]
|
20183
|
+
regex: NotRequired[bool]
|
20184
|
+
elif False:
|
20185
|
+
GetByoasnsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
20186
|
+
|
20187
|
+
@pulumi.input_type
|
20188
|
+
class GetByoasnsFilterArgs:
|
20189
|
+
def __init__(__self__, *,
|
20190
|
+
name: str,
|
20191
|
+
values: Sequence[str],
|
20192
|
+
regex: Optional[bool] = None):
|
20193
|
+
pulumi.set(__self__, "name", name)
|
20194
|
+
pulumi.set(__self__, "values", values)
|
20195
|
+
if regex is not None:
|
20196
|
+
pulumi.set(__self__, "regex", regex)
|
20197
|
+
|
20198
|
+
@property
|
20199
|
+
@pulumi.getter
|
20200
|
+
def name(self) -> str:
|
20201
|
+
return pulumi.get(self, "name")
|
20202
|
+
|
20203
|
+
@name.setter
|
20204
|
+
def name(self, value: str):
|
20205
|
+
pulumi.set(self, "name", value)
|
20206
|
+
|
20207
|
+
@property
|
20208
|
+
@pulumi.getter
|
20209
|
+
def values(self) -> Sequence[str]:
|
20210
|
+
return pulumi.get(self, "values")
|
20211
|
+
|
20212
|
+
@values.setter
|
20213
|
+
def values(self, value: Sequence[str]):
|
20214
|
+
pulumi.set(self, "values", value)
|
20215
|
+
|
20216
|
+
@property
|
20217
|
+
@pulumi.getter
|
20218
|
+
def regex(self) -> Optional[bool]:
|
20219
|
+
return pulumi.get(self, "regex")
|
20220
|
+
|
20221
|
+
@regex.setter
|
20222
|
+
def regex(self, value: Optional[bool]):
|
20223
|
+
pulumi.set(self, "regex", value)
|
20224
|
+
|
20225
|
+
|
20083
20226
|
if not MYPY:
|
20084
20227
|
class GetByoipAllocatedRangesFilterArgsDict(TypedDict):
|
20085
20228
|
name: str
|