pulumi-oci 1.35.0a1715356469__py3-none-any.whl → 1.36.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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +208 -0
  2. pulumi_oci/core/__init__.py +3 -0
  3. pulumi_oci/core/_inputs.py +40 -0
  4. pulumi_oci/core/get_ip_inventory_subnet.py +171 -0
  5. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +171 -0
  6. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +206 -0
  7. pulumi_oci/core/outputs.py +261 -0
  8. pulumi_oci/database/_inputs.py +192 -0
  9. pulumi_oci/database/exadata_infrastructure.py +28 -0
  10. pulumi_oci/database/get_exadata_infrastructure.py +14 -1
  11. pulumi_oci/database/get_vm_cluster.py +14 -1
  12. pulumi_oci/database/outputs.py +418 -0
  13. pulumi_oci/database/vm_cluster.py +55 -0
  14. pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
  15. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
  16. pulumi_oci/datasafe/__init__.py +1 -0
  17. pulumi_oci/datasafe/masking_report_management.py +693 -0
  18. pulumi_oci/email/__init__.py +3 -0
  19. pulumi_oci/email/_inputs.py +46 -0
  20. pulumi_oci/email/dkim.py +4 -4
  21. pulumi_oci/email/email_domain.py +77 -0
  22. pulumi_oci/email/email_return_path.py +642 -0
  23. pulumi_oci/email/get_email_domain.py +27 -1
  24. pulumi_oci/email/get_email_return_path.py +274 -0
  25. pulumi_oci/email/get_email_return_paths.py +203 -0
  26. pulumi_oci/email/outputs.py +231 -0
  27. pulumi_oci/loadbalancer/_inputs.py +16 -0
  28. pulumi_oci/loadbalancer/listener.py +2 -0
  29. pulumi_oci/loadbalancer/outputs.py +14 -0
  30. pulumi_oci/loganalytics/namespace.py +4 -4
  31. pulumi_oci/networkloadbalancer/get_listener.py +14 -1
  32. pulumi_oci/networkloadbalancer/listener.py +51 -2
  33. pulumi_oci/networkloadbalancer/outputs.py +11 -0
  34. pulumi_oci/osmanagementhub/__init__.py +48 -0
  35. pulumi_oci/osmanagementhub/_inputs.py +3635 -493
  36. pulumi_oci/osmanagementhub/event.py +701 -0
  37. pulumi_oci/osmanagementhub/get_entitlements.py +178 -0
  38. pulumi_oci/osmanagementhub/get_errata.py +283 -0
  39. pulumi_oci/osmanagementhub/get_erratum.py +308 -0
  40. pulumi_oci/osmanagementhub/get_event.py +314 -0
  41. pulumi_oci/osmanagementhub/get_events.py +314 -0
  42. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +26 -13
  43. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +48 -11
  44. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -15
  45. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +86 -19
  46. pulumi_oci/osmanagementhub/get_managed_instance.py +587 -0
  47. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +187 -0
  48. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +190 -0
  49. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +238 -0
  50. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +204 -0
  51. pulumi_oci/osmanagementhub/get_managed_instance_group.py +62 -10
  52. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +7 -9
  53. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  54. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -10
  55. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +220 -0
  56. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +244 -0
  57. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +71 -16
  58. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +221 -0
  59. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +204 -0
  60. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +187 -0
  61. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +221 -0
  62. pulumi_oci/osmanagementhub/get_managed_instances.py +537 -0
  63. pulumi_oci/osmanagementhub/get_management_station.py +42 -19
  64. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  65. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  66. pulumi_oci/osmanagementhub/get_profile.py +51 -12
  67. pulumi_oci/osmanagementhub/get_profiles.py +76 -16
  68. pulumi_oci/osmanagementhub/get_scheduled_job.py +426 -0
  69. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +433 -0
  70. pulumi_oci/osmanagementhub/get_software_package.py +301 -0
  71. pulumi_oci/osmanagementhub/get_software_package_software_source.py +329 -0
  72. pulumi_oci/osmanagementhub/get_software_packages.py +232 -0
  73. pulumi_oci/osmanagementhub/get_software_source.py +109 -18
  74. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  75. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  76. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  77. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  78. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  79. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  80. pulumi_oci/osmanagementhub/get_software_source_software_package.py +23 -10
  81. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  82. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  83. pulumi_oci/osmanagementhub/get_software_sources.py +78 -21
  84. pulumi_oci/osmanagementhub/get_windows_update.py +222 -0
  85. pulumi_oci/osmanagementhub/get_windows_updates.py +187 -0
  86. pulumi_oci/osmanagementhub/lifecycle_environment.py +159 -86
  87. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +249 -0
  88. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +249 -0
  89. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +296 -0
  90. pulumi_oci/osmanagementhub/managed_instance.py +1327 -0
  91. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +266 -0
  92. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +214 -0
  93. pulumi_oci/osmanagementhub/managed_instance_group.py +264 -86
  94. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +293 -0
  95. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +293 -0
  96. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +264 -0
  97. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +293 -0
  98. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +293 -0
  99. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +293 -0
  100. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +526 -0
  101. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +293 -0
  102. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +292 -0
  103. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +341 -0
  104. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +341 -0
  105. pulumi_oci/osmanagementhub/management_station.py +184 -81
  106. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +264 -0
  107. pulumi_oci/osmanagementhub/management_station_refresh_management.py +212 -0
  108. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +264 -0
  109. pulumi_oci/osmanagementhub/outputs.py +10867 -2365
  110. pulumi_oci/osmanagementhub/profile.py +200 -78
  111. pulumi_oci/osmanagementhub/scheduled_job.py +1331 -0
  112. pulumi_oci/osmanagementhub/software_source.py +365 -181
  113. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +266 -0
  114. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +194 -0
  115. pulumi_oci/pulumi-plugin.json +2 -1
  116. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/METADATA +1 -1
  117. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/RECORD +119 -64
  118. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.35.0a1715356469.dist-info → pulumi_oci-1.36.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,206 @@
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
+ ...
@@ -544,6 +544,10 @@ __all__ = [
544
544
  'GetInstancesInstanceSourceDetailInstanceSourceImageFilterDetailResult',
545
545
  'GetInternetGatewaysFilterResult',
546
546
  'GetInternetGatewaysGatewayResult',
547
+ 'GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult',
548
+ 'GetIpInventorySubnetIpInventorySubnetResourceSummaryResult',
549
+ 'GetIpInventoryVcnOverlapsFilterResult',
550
+ 'GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult',
547
551
  'GetIpsecAlgorithmAllowedPhaseOneParameterResult',
548
552
  'GetIpsecAlgorithmAllowedPhaseTwoParameterResult',
549
553
  'GetIpsecAlgorithmDefaultPhaseOneParameterResult',
@@ -36473,6 +36477,263 @@ class GetInternetGatewaysGatewayResult(dict):
36473
36477
  return pulumi.get(self, "vcn_id")
36474
36478
 
36475
36479
 
36480
+ @pulumi.output_type
36481
+ class GetIpInventorySubnetCidrIpInventoryCidrUtilizationSummaryResult(dict):
36482
+ def __init__(__self__, *,
36483
+ address_type: str,
36484
+ cidr: str,
36485
+ utilization: float):
36486
+ """
36487
+ :param str address_type: Address type of the CIDR within a subnet.
36488
+ :param str cidr: The CIDR range of a subnet.
36489
+ :param float utilization: The CIDR utilisation of a subnet.
36490
+ """
36491
+ pulumi.set(__self__, "address_type", address_type)
36492
+ pulumi.set(__self__, "cidr", cidr)
36493
+ pulumi.set(__self__, "utilization", utilization)
36494
+
36495
+ @property
36496
+ @pulumi.getter(name="addressType")
36497
+ def address_type(self) -> str:
36498
+ """
36499
+ Address type of the CIDR within a subnet.
36500
+ """
36501
+ return pulumi.get(self, "address_type")
36502
+
36503
+ @property
36504
+ @pulumi.getter
36505
+ def cidr(self) -> str:
36506
+ """
36507
+ The CIDR range of a subnet.
36508
+ """
36509
+ return pulumi.get(self, "cidr")
36510
+
36511
+ @property
36512
+ @pulumi.getter
36513
+ def utilization(self) -> float:
36514
+ """
36515
+ The CIDR utilisation of a subnet.
36516
+ """
36517
+ return pulumi.get(self, "utilization")
36518
+
36519
+
36520
+ @pulumi.output_type
36521
+ class GetIpInventorySubnetIpInventorySubnetResourceSummaryResult(dict):
36522
+ def __init__(__self__, *,
36523
+ address_type: str,
36524
+ assigned_resource_name: str,
36525
+ assigned_resource_type: str,
36526
+ assigned_time: str,
36527
+ associated_public_ip: str,
36528
+ associated_public_ip_pool: str,
36529
+ dns_host_name: str,
36530
+ ip_address: str,
36531
+ ip_address_lifetime: str,
36532
+ ip_id: str,
36533
+ parent_cidr: str,
36534
+ public_ip_lifetime: str):
36535
+ """
36536
+ :param str address_type: Address type of the allocated private IP address.
36537
+ :param str assigned_resource_name: Name of the created resource.
36538
+ :param str assigned_resource_type: Type of the resource.
36539
+ :param str assigned_time: Assigned time of the private IP address.
36540
+ :param str associated_public_ip: Associated public IP address for the private IP address.
36541
+ :param str associated_public_ip_pool: Public IP address Pool the IP address is allocated from.
36542
+ :param str dns_host_name: DNS hostname of the IP address.
36543
+ :param str ip_address: Lists the allocated private IP address.
36544
+ :param str ip_address_lifetime: Lifetime of the allocated private IP address.
36545
+ :param str ip_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IP address.
36546
+ :param str parent_cidr: The address range the IP address is assigned from.
36547
+ :param str public_ip_lifetime: Lifetime of the assigned public IP address.
36548
+ """
36549
+ pulumi.set(__self__, "address_type", address_type)
36550
+ pulumi.set(__self__, "assigned_resource_name", assigned_resource_name)
36551
+ pulumi.set(__self__, "assigned_resource_type", assigned_resource_type)
36552
+ pulumi.set(__self__, "assigned_time", assigned_time)
36553
+ pulumi.set(__self__, "associated_public_ip", associated_public_ip)
36554
+ pulumi.set(__self__, "associated_public_ip_pool", associated_public_ip_pool)
36555
+ pulumi.set(__self__, "dns_host_name", dns_host_name)
36556
+ pulumi.set(__self__, "ip_address", ip_address)
36557
+ pulumi.set(__self__, "ip_address_lifetime", ip_address_lifetime)
36558
+ pulumi.set(__self__, "ip_id", ip_id)
36559
+ pulumi.set(__self__, "parent_cidr", parent_cidr)
36560
+ pulumi.set(__self__, "public_ip_lifetime", public_ip_lifetime)
36561
+
36562
+ @property
36563
+ @pulumi.getter(name="addressType")
36564
+ def address_type(self) -> str:
36565
+ """
36566
+ Address type of the allocated private IP address.
36567
+ """
36568
+ return pulumi.get(self, "address_type")
36569
+
36570
+ @property
36571
+ @pulumi.getter(name="assignedResourceName")
36572
+ def assigned_resource_name(self) -> str:
36573
+ """
36574
+ Name of the created resource.
36575
+ """
36576
+ return pulumi.get(self, "assigned_resource_name")
36577
+
36578
+ @property
36579
+ @pulumi.getter(name="assignedResourceType")
36580
+ def assigned_resource_type(self) -> str:
36581
+ """
36582
+ Type of the resource.
36583
+ """
36584
+ return pulumi.get(self, "assigned_resource_type")
36585
+
36586
+ @property
36587
+ @pulumi.getter(name="assignedTime")
36588
+ def assigned_time(self) -> str:
36589
+ """
36590
+ Assigned time of the private IP address.
36591
+ """
36592
+ return pulumi.get(self, "assigned_time")
36593
+
36594
+ @property
36595
+ @pulumi.getter(name="associatedPublicIp")
36596
+ def associated_public_ip(self) -> str:
36597
+ """
36598
+ Associated public IP address for the private IP address.
36599
+ """
36600
+ return pulumi.get(self, "associated_public_ip")
36601
+
36602
+ @property
36603
+ @pulumi.getter(name="associatedPublicIpPool")
36604
+ def associated_public_ip_pool(self) -> str:
36605
+ """
36606
+ Public IP address Pool the IP address is allocated from.
36607
+ """
36608
+ return pulumi.get(self, "associated_public_ip_pool")
36609
+
36610
+ @property
36611
+ @pulumi.getter(name="dnsHostName")
36612
+ def dns_host_name(self) -> str:
36613
+ """
36614
+ DNS hostname of the IP address.
36615
+ """
36616
+ return pulumi.get(self, "dns_host_name")
36617
+
36618
+ @property
36619
+ @pulumi.getter(name="ipAddress")
36620
+ def ip_address(self) -> str:
36621
+ """
36622
+ Lists the allocated private IP address.
36623
+ """
36624
+ return pulumi.get(self, "ip_address")
36625
+
36626
+ @property
36627
+ @pulumi.getter(name="ipAddressLifetime")
36628
+ def ip_address_lifetime(self) -> str:
36629
+ """
36630
+ Lifetime of the allocated private IP address.
36631
+ """
36632
+ return pulumi.get(self, "ip_address_lifetime")
36633
+
36634
+ @property
36635
+ @pulumi.getter(name="ipId")
36636
+ def ip_id(self) -> str:
36637
+ """
36638
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IP address.
36639
+ """
36640
+ return pulumi.get(self, "ip_id")
36641
+
36642
+ @property
36643
+ @pulumi.getter(name="parentCidr")
36644
+ def parent_cidr(self) -> str:
36645
+ """
36646
+ The address range the IP address is assigned from.
36647
+ """
36648
+ return pulumi.get(self, "parent_cidr")
36649
+
36650
+ @property
36651
+ @pulumi.getter(name="publicIpLifetime")
36652
+ def public_ip_lifetime(self) -> str:
36653
+ """
36654
+ Lifetime of the assigned public IP address.
36655
+ """
36656
+ return pulumi.get(self, "public_ip_lifetime")
36657
+
36658
+
36659
+ @pulumi.output_type
36660
+ class GetIpInventoryVcnOverlapsFilterResult(dict):
36661
+ def __init__(__self__, *,
36662
+ name: str,
36663
+ values: Sequence[str],
36664
+ regex: Optional[bool] = None):
36665
+ pulumi.set(__self__, "name", name)
36666
+ pulumi.set(__self__, "values", values)
36667
+ if regex is not None:
36668
+ pulumi.set(__self__, "regex", regex)
36669
+
36670
+ @property
36671
+ @pulumi.getter
36672
+ def name(self) -> str:
36673
+ return pulumi.get(self, "name")
36674
+
36675
+ @property
36676
+ @pulumi.getter
36677
+ def values(self) -> Sequence[str]:
36678
+ return pulumi.get(self, "values")
36679
+
36680
+ @property
36681
+ @pulumi.getter
36682
+ def regex(self) -> Optional[bool]:
36683
+ return pulumi.get(self, "regex")
36684
+
36685
+
36686
+ @pulumi.output_type
36687
+ class GetIpInventoryVcnOverlapsIpInventoryVcnOverlapSummaryResult(dict):
36688
+ def __init__(__self__, *,
36689
+ cidr: str,
36690
+ overlapping_cidr: str,
36691
+ overlapping_vcn_id: str,
36692
+ overlapping_vcn_name: str):
36693
+ """
36694
+ :param str cidr: CIDR prefix of the VCN.
36695
+ :param str overlapping_cidr: The overlapping CIDR prefix.
36696
+ :param str overlapping_vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN .
36697
+ :param str overlapping_vcn_name: Name of the overlapping VCN.
36698
+ """
36699
+ pulumi.set(__self__, "cidr", cidr)
36700
+ pulumi.set(__self__, "overlapping_cidr", overlapping_cidr)
36701
+ pulumi.set(__self__, "overlapping_vcn_id", overlapping_vcn_id)
36702
+ pulumi.set(__self__, "overlapping_vcn_name", overlapping_vcn_name)
36703
+
36704
+ @property
36705
+ @pulumi.getter
36706
+ def cidr(self) -> str:
36707
+ """
36708
+ CIDR prefix of the VCN.
36709
+ """
36710
+ return pulumi.get(self, "cidr")
36711
+
36712
+ @property
36713
+ @pulumi.getter(name="overlappingCidr")
36714
+ def overlapping_cidr(self) -> str:
36715
+ """
36716
+ The overlapping CIDR prefix.
36717
+ """
36718
+ return pulumi.get(self, "overlapping_cidr")
36719
+
36720
+ @property
36721
+ @pulumi.getter(name="overlappingVcnId")
36722
+ def overlapping_vcn_id(self) -> str:
36723
+ """
36724
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN .
36725
+ """
36726
+ return pulumi.get(self, "overlapping_vcn_id")
36727
+
36728
+ @property
36729
+ @pulumi.getter(name="overlappingVcnName")
36730
+ def overlapping_vcn_name(self) -> str:
36731
+ """
36732
+ Name of the overlapping VCN.
36733
+ """
36734
+ return pulumi.get(self, "overlapping_vcn_name")
36735
+
36736
+
36476
36737
  @pulumi.output_type
36477
36738
  class GetIpsecAlgorithmAllowedPhaseOneParameterResult(dict):
36478
36739
  def __init__(__self__, *,