pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715383492__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 (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -1,171 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
-
13
- __all__ = [
14
- 'GetIpInventorySubnetCidrResult',
15
- 'AwaitableGetIpInventorySubnetCidrResult',
16
- 'get_ip_inventory_subnet_cidr',
17
- 'get_ip_inventory_subnet_cidr_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetIpInventorySubnetCidrResult:
22
- """
23
- A collection of values returned by getIpInventorySubnetCidr.
24
- """
25
- def __init__(__self__, compartment_id=None, id=None, ip_inventory_cidr_utilization_summaries=None, ip_inventory_subnet_cidr_count=None, last_updated_timestamp=None, message=None, subnet_id=None):
26
- if compartment_id and not isinstance(compartment_id, str):
27
- raise TypeError("Expected argument 'compartment_id' to be a str")
28
- pulumi.set(__self__, "compartment_id", compartment_id)
29
- if id and not isinstance(id, str):
30
- raise TypeError("Expected argument 'id' to be a str")
31
- pulumi.set(__self__, "id", id)
32
- if ip_inventory_cidr_utilization_summaries and not isinstance(ip_inventory_cidr_utilization_summaries, list):
33
- raise TypeError("Expected argument 'ip_inventory_cidr_utilization_summaries' to be a list")
34
- pulumi.set(__self__, "ip_inventory_cidr_utilization_summaries", ip_inventory_cidr_utilization_summaries)
35
- if ip_inventory_subnet_cidr_count and not isinstance(ip_inventory_subnet_cidr_count, int):
36
- raise TypeError("Expected argument 'ip_inventory_subnet_cidr_count' to be a int")
37
- pulumi.set(__self__, "ip_inventory_subnet_cidr_count", ip_inventory_subnet_cidr_count)
38
- if last_updated_timestamp and not isinstance(last_updated_timestamp, str):
39
- raise TypeError("Expected argument 'last_updated_timestamp' to be a str")
40
- pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
41
- if message and not isinstance(message, str):
42
- raise TypeError("Expected argument 'message' to be a str")
43
- pulumi.set(__self__, "message", message)
44
- if subnet_id and not isinstance(subnet_id, str):
45
- raise TypeError("Expected argument 'subnet_id' to be a str")
46
- pulumi.set(__self__, "subnet_id", subnet_id)
47
-
48
- @property
49
- @pulumi.getter(name="compartmentId")
50
- def compartment_id(self) -> str:
51
- """
52
- Compartment of the subnet.
53
- """
54
- return pulumi.get(self, "compartment_id")
55
-
56
- @property
57
- @pulumi.getter
58
- def id(self) -> str:
59
- """
60
- The provider-assigned unique ID for this managed resource.
61
- """
62
- return pulumi.get(self, "id")
63
-
64
- @property
65
- @pulumi.getter(name="ipInventoryCidrUtilizationSummaries")
66
- def ip_inventory_cidr_utilization_summaries(self) -> Sequence['outputs.GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult']:
67
- """
68
- Lists 'IpInventoryCidrUtilizationSummary` object.
69
- """
70
- return pulumi.get(self, "ip_inventory_cidr_utilization_summaries")
71
-
72
- @property
73
- @pulumi.getter(name="ipInventorySubnetCidrCount")
74
- def ip_inventory_subnet_cidr_count(self) -> int:
75
- """
76
- Specifies the count for the number of results for the response.
77
- """
78
- return pulumi.get(self, "ip_inventory_subnet_cidr_count")
79
-
80
- @property
81
- @pulumi.getter(name="lastUpdatedTimestamp")
82
- def last_updated_timestamp(self) -> str:
83
- """
84
- The Timestamp of the latest update from the database in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
85
- """
86
- return pulumi.get(self, "last_updated_timestamp")
87
-
88
- @property
89
- @pulumi.getter
90
- def message(self) -> str:
91
- """
92
- Indicates the status of the data.
93
- """
94
- return pulumi.get(self, "message")
95
-
96
- @property
97
- @pulumi.getter(name="subnetId")
98
- def subnet_id(self) -> str:
99
- return pulumi.get(self, "subnet_id")
100
-
101
-
102
- class AwaitableGetIpInventorySubnetCidrResult(GetIpInventorySubnetCidrResult):
103
- # pylint: disable=using-constant-test
104
- def __await__(self):
105
- if False:
106
- yield self
107
- return GetIpInventorySubnetCidrResult(
108
- compartment_id=self.compartment_id,
109
- id=self.id,
110
- ip_inventory_cidr_utilization_summaries=self.ip_inventory_cidr_utilization_summaries,
111
- ip_inventory_subnet_cidr_count=self.ip_inventory_subnet_cidr_count,
112
- last_updated_timestamp=self.last_updated_timestamp,
113
- message=self.message,
114
- subnet_id=self.subnet_id)
115
-
116
-
117
- def get_ip_inventory_subnet_cidr(subnet_id: Optional[str] = None,
118
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpInventorySubnetCidrResult:
119
- """
120
- This data source provides details about a specific Ip Inventory Subnet Cidr resource in Oracle Cloud Infrastructure Core service.
121
-
122
- Gets the CIDR utilization data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
123
-
124
- ## Example Usage
125
-
126
- ```python
127
- import pulumi
128
- import pulumi_oci as oci
129
-
130
- test_ip_inventory_subnet_cidr = oci.Core.get_ip_inventory_subnet_cidr(subnet_id=test_subnet["id"])
131
- ```
132
-
133
-
134
- :param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
135
- """
136
- __args__ = dict()
137
- __args__['subnetId'] = subnet_id
138
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
139
- __ret__ = pulumi.runtime.invoke('oci:Core/getIpInventorySubnetCidr:getIpInventorySubnetCidr', __args__, opts=opts, typ=GetIpInventorySubnetCidrResult).value
140
-
141
- return AwaitableGetIpInventorySubnetCidrResult(
142
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
143
- id=pulumi.get(__ret__, 'id'),
144
- ip_inventory_cidr_utilization_summaries=pulumi.get(__ret__, 'ip_inventory_cidr_utilization_summaries'),
145
- ip_inventory_subnet_cidr_count=pulumi.get(__ret__, 'ip_inventory_subnet_cidr_count'),
146
- last_updated_timestamp=pulumi.get(__ret__, 'last_updated_timestamp'),
147
- message=pulumi.get(__ret__, 'message'),
148
- subnet_id=pulumi.get(__ret__, 'subnet_id'))
149
-
150
-
151
- @_utilities.lift_output_func(get_ip_inventory_subnet_cidr)
152
- def get_ip_inventory_subnet_cidr_output(subnet_id: Optional[pulumi.Input[str]] = None,
153
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpInventorySubnetCidrResult]:
154
- """
155
- This data source provides details about a specific Ip Inventory Subnet Cidr resource in Oracle Cloud Infrastructure Core service.
156
-
157
- Gets the CIDR utilization data of the specified subnet. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
158
-
159
- ## Example Usage
160
-
161
- ```python
162
- import pulumi
163
- import pulumi_oci as oci
164
-
165
- test_ip_inventory_subnet_cidr = oci.Core.get_ip_inventory_subnet_cidr(subnet_id=test_subnet["id"])
166
- ```
167
-
168
-
169
- :param str subnet_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
170
- """
171
- ...
@@ -1,206 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
-
14
- __all__ = [
15
- 'GetIpInventoryVcnOverlapsResult',
16
- 'AwaitableGetIpInventoryVcnOverlapsResult',
17
- 'get_ip_inventory_vcn_overlaps',
18
- 'get_ip_inventory_vcn_overlaps_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetIpInventoryVcnOverlapsResult:
23
- """
24
- A collection of values returned by getIpInventoryVcnOverlaps.
25
- """
26
- def __init__(__self__, compartment_lists=None, filters=None, id=None, ip_inventory_vcn_overlap_summaries=None, last_updated_timestamp=None, message=None, overlap_count=None, region_lists=None, vcn_id=None):
27
- if compartment_lists and not isinstance(compartment_lists, list):
28
- raise TypeError("Expected argument 'compartment_lists' to be a list")
29
- pulumi.set(__self__, "compartment_lists", compartment_lists)
30
- if filters and not isinstance(filters, list):
31
- raise TypeError("Expected argument 'filters' to be a list")
32
- pulumi.set(__self__, "filters", filters)
33
- if id and not isinstance(id, str):
34
- raise TypeError("Expected argument 'id' to be a str")
35
- pulumi.set(__self__, "id", id)
36
- if ip_inventory_vcn_overlap_summaries and not isinstance(ip_inventory_vcn_overlap_summaries, list):
37
- raise TypeError("Expected argument 'ip_inventory_vcn_overlap_summaries' to be a list")
38
- pulumi.set(__self__, "ip_inventory_vcn_overlap_summaries", ip_inventory_vcn_overlap_summaries)
39
- if last_updated_timestamp and not isinstance(last_updated_timestamp, str):
40
- raise TypeError("Expected argument 'last_updated_timestamp' to be a str")
41
- pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
42
- if message and not isinstance(message, str):
43
- raise TypeError("Expected argument 'message' to be a str")
44
- pulumi.set(__self__, "message", message)
45
- if overlap_count and not isinstance(overlap_count, int):
46
- raise TypeError("Expected argument 'overlap_count' to be a int")
47
- pulumi.set(__self__, "overlap_count", overlap_count)
48
- if region_lists and not isinstance(region_lists, list):
49
- raise TypeError("Expected argument 'region_lists' to be a list")
50
- pulumi.set(__self__, "region_lists", region_lists)
51
- if vcn_id and not isinstance(vcn_id, str):
52
- raise TypeError("Expected argument 'vcn_id' to be a str")
53
- pulumi.set(__self__, "vcn_id", vcn_id)
54
-
55
- @property
56
- @pulumi.getter(name="compartmentLists")
57
- def compartment_lists(self) -> Sequence[str]:
58
- return pulumi.get(self, "compartment_lists")
59
-
60
- @property
61
- @pulumi.getter
62
- def filters(self) -> Optional[Sequence['outputs.GetIpInventoryVcnOverlapsFilterResult']]:
63
- return pulumi.get(self, "filters")
64
-
65
- @property
66
- @pulumi.getter
67
- def id(self) -> str:
68
- """
69
- The provider-assigned unique ID for this managed resource.
70
- """
71
- return pulumi.get(self, "id")
72
-
73
- @property
74
- @pulumi.getter(name="ipInventoryVcnOverlapSummaries")
75
- def ip_inventory_vcn_overlap_summaries(self) -> Sequence['outputs.GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult']:
76
- """
77
- Lists `IpInventoryVcnOverlapSummary` object.
78
- """
79
- return pulumi.get(self, "ip_inventory_vcn_overlap_summaries")
80
-
81
- @property
82
- @pulumi.getter(name="lastUpdatedTimestamp")
83
- def last_updated_timestamp(self) -> str:
84
- """
85
- The timestamp of the latest update from the database in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
86
- """
87
- return pulumi.get(self, "last_updated_timestamp")
88
-
89
- @property
90
- @pulumi.getter
91
- def message(self) -> str:
92
- """
93
- Indicates the status of the data.
94
- """
95
- return pulumi.get(self, "message")
96
-
97
- @property
98
- @pulumi.getter(name="overlapCount")
99
- def overlap_count(self) -> int:
100
- """
101
- The overlap count for the given VCN and compartments.
102
- """
103
- return pulumi.get(self, "overlap_count")
104
-
105
- @property
106
- @pulumi.getter(name="regionLists")
107
- def region_lists(self) -> Sequence[str]:
108
- return pulumi.get(self, "region_lists")
109
-
110
- @property
111
- @pulumi.getter(name="vcnId")
112
- def vcn_id(self) -> str:
113
- return pulumi.get(self, "vcn_id")
114
-
115
-
116
- class AwaitableGetIpInventoryVcnOverlapsResult(GetIpInventoryVcnOverlapsResult):
117
- # pylint: disable=using-constant-test
118
- def __await__(self):
119
- if False:
120
- yield self
121
- return GetIpInventoryVcnOverlapsResult(
122
- compartment_lists=self.compartment_lists,
123
- filters=self.filters,
124
- id=self.id,
125
- ip_inventory_vcn_overlap_summaries=self.ip_inventory_vcn_overlap_summaries,
126
- last_updated_timestamp=self.last_updated_timestamp,
127
- message=self.message,
128
- overlap_count=self.overlap_count,
129
- region_lists=self.region_lists,
130
- vcn_id=self.vcn_id)
131
-
132
-
133
- def get_ip_inventory_vcn_overlaps(compartment_lists: Optional[Sequence[str]] = None,
134
- filters: Optional[Sequence[pulumi.InputType['GetIpInventoryVcnOverlapsFilterArgs']]] = None,
135
- region_lists: Optional[Sequence[str]] = None,
136
- vcn_id: Optional[str] = None,
137
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIpInventoryVcnOverlapsResult:
138
- """
139
- This data source provides the list of Ip Inventory Vcn Overlaps in Oracle Cloud Infrastructure Core service.
140
-
141
- Gets the CIDR overlap information of the specified VCN in selected compartments. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
142
-
143
- ## Example Usage
144
-
145
- ```python
146
- import pulumi
147
- import pulumi_oci as oci
148
-
149
- test_ip_inventory_vcn_overlaps = oci.Core.get_ip_inventory_vcn_overlaps(compartment_lists=ip_inventory_vcn_overlap_compartment_list,
150
- region_lists=ip_inventory_vcn_overlap_region_list,
151
- vcn_id=test_vcn["id"])
152
- ```
153
-
154
-
155
- :param Sequence[str] compartment_lists: The list of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
156
- :param Sequence[str] region_lists: Lists the selected regions.
157
- :param str vcn_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
158
- """
159
- __args__ = dict()
160
- __args__['compartmentLists'] = compartment_lists
161
- __args__['filters'] = filters
162
- __args__['regionLists'] = region_lists
163
- __args__['vcnId'] = vcn_id
164
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
165
- __ret__ = pulumi.runtime.invoke('oci:Core/getIpInventoryVcnOverlaps:getIpInventoryVcnOverlaps', __args__, opts=opts, typ=GetIpInventoryVcnOverlapsResult).value
166
-
167
- return AwaitableGetIpInventoryVcnOverlapsResult(
168
- compartment_lists=pulumi.get(__ret__, 'compartment_lists'),
169
- filters=pulumi.get(__ret__, 'filters'),
170
- id=pulumi.get(__ret__, 'id'),
171
- ip_inventory_vcn_overlap_summaries=pulumi.get(__ret__, 'ip_inventory_vcn_overlap_summaries'),
172
- last_updated_timestamp=pulumi.get(__ret__, 'last_updated_timestamp'),
173
- message=pulumi.get(__ret__, 'message'),
174
- overlap_count=pulumi.get(__ret__, 'overlap_count'),
175
- region_lists=pulumi.get(__ret__, 'region_lists'),
176
- vcn_id=pulumi.get(__ret__, 'vcn_id'))
177
-
178
-
179
- @_utilities.lift_output_func(get_ip_inventory_vcn_overlaps)
180
- def get_ip_inventory_vcn_overlaps_output(compartment_lists: Optional[pulumi.Input[Sequence[str]]] = None,
181
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetIpInventoryVcnOverlapsFilterArgs']]]]] = None,
182
- region_lists: Optional[pulumi.Input[Sequence[str]]] = None,
183
- vcn_id: Optional[pulumi.Input[str]] = None,
184
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIpInventoryVcnOverlapsResult]:
185
- """
186
- This data source provides the list of Ip Inventory Vcn Overlaps in Oracle Cloud Infrastructure Core service.
187
-
188
- Gets the CIDR overlap information of the specified VCN in selected compartments. Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
189
-
190
- ## Example Usage
191
-
192
- ```python
193
- import pulumi
194
- import pulumi_oci as oci
195
-
196
- test_ip_inventory_vcn_overlaps = oci.Core.get_ip_inventory_vcn_overlaps(compartment_lists=ip_inventory_vcn_overlap_compartment_list,
197
- region_lists=ip_inventory_vcn_overlap_region_list,
198
- vcn_id=test_vcn["id"])
199
- ```
200
-
201
-
202
- :param Sequence[str] compartment_lists: The list of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartments.
203
- :param Sequence[str] region_lists: Lists the selected regions.
204
- :param str vcn_id: Specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
205
- """
206
- ...