pulumi-oci 2.22.0a1737613119__py3-none-any.whl → 2.23.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 +32 -0
- pulumi_oci/apmsynthetics/config.py +2 -2
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_result.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/script.py +2 -2
- 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 +966 -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/backup.py +30 -0
- 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 +1485 -114
- pulumi_oci/databasemanagement/__init__.py +7 -0
- pulumi_oci/databasemanagement/_inputs.py +282 -0
- pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
- pulumi_oci/databasemanagement/outputs.py +767 -1
- pulumi_oci/disasterrecovery/_inputs.py +720 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1328 -48
- 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/opsi/_inputs.py +20 -0
- pulumi_oci/opsi/database_insight.py +47 -0
- pulumi_oci/opsi/get_database_insight.py +15 -1
- pulumi_oci/opsi/get_news_report.py +29 -1
- pulumi_oci/opsi/news_report.py +117 -17
- pulumi_oci/opsi/outputs.py +70 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/RECORD +80 -69
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.22.0a1737613119.dist-info → pulumi_oci-2.23.0.dist-info}/top_level.txt +0 -0
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
|