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,178 +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
- 'GetEntitlementsResult',
16
- 'AwaitableGetEntitlementsResult',
17
- 'get_entitlements',
18
- 'get_entitlements_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetEntitlementsResult:
23
- """
24
- A collection of values returned by getEntitlements.
25
- """
26
- def __init__(__self__, compartment_id=None, csi=None, entitlement_collections=None, filters=None, id=None, vendor_name=None):
27
- if compartment_id and not isinstance(compartment_id, str):
28
- raise TypeError("Expected argument 'compartment_id' to be a str")
29
- pulumi.set(__self__, "compartment_id", compartment_id)
30
- if csi and not isinstance(csi, str):
31
- raise TypeError("Expected argument 'csi' to be a str")
32
- pulumi.set(__self__, "csi", csi)
33
- if entitlement_collections and not isinstance(entitlement_collections, list):
34
- raise TypeError("Expected argument 'entitlement_collections' to be a list")
35
- pulumi.set(__self__, "entitlement_collections", entitlement_collections)
36
- if filters and not isinstance(filters, list):
37
- raise TypeError("Expected argument 'filters' to be a list")
38
- pulumi.set(__self__, "filters", filters)
39
- if id and not isinstance(id, str):
40
- raise TypeError("Expected argument 'id' to be a str")
41
- pulumi.set(__self__, "id", id)
42
- if vendor_name and not isinstance(vendor_name, str):
43
- raise TypeError("Expected argument 'vendor_name' to be a str")
44
- pulumi.set(__self__, "vendor_name", vendor_name)
45
-
46
- @property
47
- @pulumi.getter(name="compartmentId")
48
- def compartment_id(self) -> str:
49
- """
50
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenancy containing the entitlement.
51
- """
52
- return pulumi.get(self, "compartment_id")
53
-
54
- @property
55
- @pulumi.getter
56
- def csi(self) -> Optional[str]:
57
- """
58
- The Customer Support Identifier (CSI) which unlocks the software sources. The CSI is is a unique key given to a customer and it uniquely identifies the entitlement.
59
- """
60
- return pulumi.get(self, "csi")
61
-
62
- @property
63
- @pulumi.getter(name="entitlementCollections")
64
- def entitlement_collections(self) -> Sequence['outputs.GetEntitlementsEntitlementCollectionResult']:
65
- """
66
- The list of entitlement_collection.
67
- """
68
- return pulumi.get(self, "entitlement_collections")
69
-
70
- @property
71
- @pulumi.getter
72
- def filters(self) -> Optional[Sequence['outputs.GetEntitlementsFilterResult']]:
73
- return pulumi.get(self, "filters")
74
-
75
- @property
76
- @pulumi.getter
77
- def id(self) -> str:
78
- """
79
- The provider-assigned unique ID for this managed resource.
80
- """
81
- return pulumi.get(self, "id")
82
-
83
- @property
84
- @pulumi.getter(name="vendorName")
85
- def vendor_name(self) -> Optional[str]:
86
- """
87
- The vendor for the entitlement.
88
- """
89
- return pulumi.get(self, "vendor_name")
90
-
91
-
92
- class AwaitableGetEntitlementsResult(GetEntitlementsResult):
93
- # pylint: disable=using-constant-test
94
- def __await__(self):
95
- if False:
96
- yield self
97
- return GetEntitlementsResult(
98
- compartment_id=self.compartment_id,
99
- csi=self.csi,
100
- entitlement_collections=self.entitlement_collections,
101
- filters=self.filters,
102
- id=self.id,
103
- vendor_name=self.vendor_name)
104
-
105
-
106
- def get_entitlements(compartment_id: Optional[str] = None,
107
- csi: Optional[str] = None,
108
- filters: Optional[Sequence[pulumi.InputType['GetEntitlementsFilterArgs']]] = None,
109
- vendor_name: Optional[str] = None,
110
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntitlementsResult:
111
- """
112
- This data source provides the list of Entitlements in Oracle Cloud Infrastructure Os Management Hub service.
113
-
114
- Lists entitlements in the specified tenancy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a variety of criteria including but
115
- not limited to its Customer Support Identifier (CSI), and vendor name.
116
-
117
- ## Example Usage
118
-
119
- ```python
120
- import pulumi
121
- import pulumi_oci as oci
122
-
123
- test_entitlements = oci.OsManagementHub.get_entitlements(compartment_id=compartment_id,
124
- csi=entitlement_csi,
125
- vendor_name=entitlement_vendor_name)
126
- ```
127
-
128
-
129
- :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
130
- :param str csi: A filter to return entitlements that match the given CSI.
131
- :param str vendor_name: A filter to return only resources that match the given vendor name.
132
- """
133
- __args__ = dict()
134
- __args__['compartmentId'] = compartment_id
135
- __args__['csi'] = csi
136
- __args__['filters'] = filters
137
- __args__['vendorName'] = vendor_name
138
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
139
- __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getEntitlements:getEntitlements', __args__, opts=opts, typ=GetEntitlementsResult).value
140
-
141
- return AwaitableGetEntitlementsResult(
142
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
143
- csi=pulumi.get(__ret__, 'csi'),
144
- entitlement_collections=pulumi.get(__ret__, 'entitlement_collections'),
145
- filters=pulumi.get(__ret__, 'filters'),
146
- id=pulumi.get(__ret__, 'id'),
147
- vendor_name=pulumi.get(__ret__, 'vendor_name'))
148
-
149
-
150
- @_utilities.lift_output_func(get_entitlements)
151
- def get_entitlements_output(compartment_id: Optional[pulumi.Input[str]] = None,
152
- csi: Optional[pulumi.Input[Optional[str]]] = None,
153
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetEntitlementsFilterArgs']]]]] = None,
154
- vendor_name: Optional[pulumi.Input[Optional[str]]] = None,
155
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEntitlementsResult]:
156
- """
157
- This data source provides the list of Entitlements in Oracle Cloud Infrastructure Os Management Hub service.
158
-
159
- Lists entitlements in the specified tenancy [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Filter the list against a variety of criteria including but
160
- not limited to its Customer Support Identifier (CSI), and vendor name.
161
-
162
- ## Example Usage
163
-
164
- ```python
165
- import pulumi
166
- import pulumi_oci as oci
167
-
168
- test_entitlements = oci.OsManagementHub.get_entitlements(compartment_id=compartment_id,
169
- csi=entitlement_csi,
170
- vendor_name=entitlement_vendor_name)
171
- ```
172
-
173
-
174
- :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
175
- :param str csi: A filter to return entitlements that match the given CSI.
176
- :param str vendor_name: A filter to return only resources that match the given vendor name.
177
- """
178
- ...
@@ -1,283 +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
- 'GetErrataResult',
16
- 'AwaitableGetErrataResult',
17
- 'get_errata',
18
- 'get_errata_output',
19
- ]
20
-
21
- @pulumi.output_type
22
- class GetErrataResult:
23
- """
24
- A collection of values returned by getErrata.
25
- """
26
- def __init__(__self__, advisory_severities=None, advisory_types=None, classification_types=None, compartment_id=None, erratum_collections=None, filters=None, id=None, name_contains=None, names=None, os_family=None, time_issue_date_end=None, time_issue_date_start=None):
27
- if advisory_severities and not isinstance(advisory_severities, list):
28
- raise TypeError("Expected argument 'advisory_severities' to be a list")
29
- pulumi.set(__self__, "advisory_severities", advisory_severities)
30
- if advisory_types and not isinstance(advisory_types, list):
31
- raise TypeError("Expected argument 'advisory_types' to be a list")
32
- pulumi.set(__self__, "advisory_types", advisory_types)
33
- if classification_types and not isinstance(classification_types, list):
34
- raise TypeError("Expected argument 'classification_types' to be a list")
35
- pulumi.set(__self__, "classification_types", classification_types)
36
- if compartment_id and not isinstance(compartment_id, str):
37
- raise TypeError("Expected argument 'compartment_id' to be a str")
38
- pulumi.set(__self__, "compartment_id", compartment_id)
39
- if erratum_collections and not isinstance(erratum_collections, list):
40
- raise TypeError("Expected argument 'erratum_collections' to be a list")
41
- pulumi.set(__self__, "erratum_collections", erratum_collections)
42
- if filters and not isinstance(filters, list):
43
- raise TypeError("Expected argument 'filters' to be a list")
44
- pulumi.set(__self__, "filters", filters)
45
- if id and not isinstance(id, str):
46
- raise TypeError("Expected argument 'id' to be a str")
47
- pulumi.set(__self__, "id", id)
48
- if name_contains and not isinstance(name_contains, str):
49
- raise TypeError("Expected argument 'name_contains' to be a str")
50
- pulumi.set(__self__, "name_contains", name_contains)
51
- if names and not isinstance(names, list):
52
- raise TypeError("Expected argument 'names' to be a list")
53
- pulumi.set(__self__, "names", names)
54
- if os_family and not isinstance(os_family, str):
55
- raise TypeError("Expected argument 'os_family' to be a str")
56
- pulumi.set(__self__, "os_family", os_family)
57
- if time_issue_date_end and not isinstance(time_issue_date_end, str):
58
- raise TypeError("Expected argument 'time_issue_date_end' to be a str")
59
- pulumi.set(__self__, "time_issue_date_end", time_issue_date_end)
60
- if time_issue_date_start and not isinstance(time_issue_date_start, str):
61
- raise TypeError("Expected argument 'time_issue_date_start' to be a str")
62
- pulumi.set(__self__, "time_issue_date_start", time_issue_date_start)
63
-
64
- @property
65
- @pulumi.getter(name="advisorySeverities")
66
- def advisory_severities(self) -> Optional[Sequence[str]]:
67
- """
68
- The severity for a security advisory, otherwise, null.
69
- """
70
- return pulumi.get(self, "advisory_severities")
71
-
72
- @property
73
- @pulumi.getter(name="advisoryTypes")
74
- def advisory_types(self) -> Optional[Sequence[str]]:
75
- """
76
- The advisory type of the erratum.
77
- """
78
- return pulumi.get(self, "advisory_types")
79
-
80
- @property
81
- @pulumi.getter(name="classificationTypes")
82
- def classification_types(self) -> Optional[Sequence[str]]:
83
- """
84
- Type of the erratum. This property is deprecated and it will be removed in a future API release. Please refer to the advisoryType property instead.
85
- """
86
- return pulumi.get(self, "classification_types")
87
-
88
- @property
89
- @pulumi.getter(name="compartmentId")
90
- def compartment_id(self) -> str:
91
- return pulumi.get(self, "compartment_id")
92
-
93
- @property
94
- @pulumi.getter(name="erratumCollections")
95
- def erratum_collections(self) -> Sequence['outputs.GetErrataErratumCollectionResult']:
96
- """
97
- The list of erratum_collection.
98
- """
99
- return pulumi.get(self, "erratum_collections")
100
-
101
- @property
102
- @pulumi.getter
103
- def filters(self) -> Optional[Sequence['outputs.GetErrataFilterResult']]:
104
- return pulumi.get(self, "filters")
105
-
106
- @property
107
- @pulumi.getter
108
- def id(self) -> str:
109
- """
110
- The provider-assigned unique ID for this managed resource.
111
- """
112
- return pulumi.get(self, "id")
113
-
114
- @property
115
- @pulumi.getter(name="nameContains")
116
- def name_contains(self) -> Optional[str]:
117
- return pulumi.get(self, "name_contains")
118
-
119
- @property
120
- @pulumi.getter
121
- def names(self) -> Optional[Sequence[str]]:
122
- """
123
- Unique identifier for the package. Note that this is not an OCID.
124
- """
125
- return pulumi.get(self, "names")
126
-
127
- @property
128
- @pulumi.getter(name="osFamily")
129
- def os_family(self) -> Optional[str]:
130
- return pulumi.get(self, "os_family")
131
-
132
- @property
133
- @pulumi.getter(name="timeIssueDateEnd")
134
- def time_issue_date_end(self) -> Optional[str]:
135
- return pulumi.get(self, "time_issue_date_end")
136
-
137
- @property
138
- @pulumi.getter(name="timeIssueDateStart")
139
- def time_issue_date_start(self) -> Optional[str]:
140
- return pulumi.get(self, "time_issue_date_start")
141
-
142
-
143
- class AwaitableGetErrataResult(GetErrataResult):
144
- # pylint: disable=using-constant-test
145
- def __await__(self):
146
- if False:
147
- yield self
148
- return GetErrataResult(
149
- advisory_severities=self.advisory_severities,
150
- advisory_types=self.advisory_types,
151
- classification_types=self.classification_types,
152
- compartment_id=self.compartment_id,
153
- erratum_collections=self.erratum_collections,
154
- filters=self.filters,
155
- id=self.id,
156
- name_contains=self.name_contains,
157
- names=self.names,
158
- os_family=self.os_family,
159
- time_issue_date_end=self.time_issue_date_end,
160
- time_issue_date_start=self.time_issue_date_start)
161
-
162
-
163
- def get_errata(advisory_severities: Optional[Sequence[str]] = None,
164
- advisory_types: Optional[Sequence[str]] = None,
165
- classification_types: Optional[Sequence[str]] = None,
166
- compartment_id: Optional[str] = None,
167
- filters: Optional[Sequence[pulumi.InputType['GetErrataFilterArgs']]] = None,
168
- name_contains: Optional[str] = None,
169
- names: Optional[Sequence[str]] = None,
170
- os_family: Optional[str] = None,
171
- time_issue_date_end: Optional[str] = None,
172
- time_issue_date_start: Optional[str] = None,
173
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetErrataResult:
174
- """
175
- This data source provides the list of Errata in Oracle Cloud Infrastructure Os Management Hub service.
176
-
177
- Lists all of the currently available errata. Filter the list against a variety of criteria including but not
178
- limited to its name, classification type, advisory severity, and OS family.
179
-
180
- ## Example Usage
181
-
182
- ```python
183
- import pulumi
184
- import pulumi_oci as oci
185
-
186
- test_errata = oci.OsManagementHub.get_errata(compartment_id=compartment_id,
187
- advisory_severities=erratum_advisory_severity,
188
- advisory_types=erratum_advisory_type,
189
- classification_types=erratum_classification_type,
190
- names=erratum_name,
191
- name_contains=erratum_name_contains,
192
- os_family=erratum_os_family,
193
- time_issue_date_end=erratum_time_issue_date_end,
194
- time_issue_date_start=erratum_time_issue_date_start)
195
- ```
196
-
197
-
198
- :param Sequence[str] advisory_severities: The advisory severity.
199
- :param Sequence[str] advisory_types: A filter to return only errata that match the given advisory types.
200
- :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
201
- :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
202
- :param str name_contains: A filter to return resources that may partially match the erratum name given.
203
- :param Sequence[str] names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
204
- :param str os_family: A filter to return only resources that match the given operating system family.
205
- :param str time_issue_date_end: The issue date before which to list all errata, in ISO 8601 format Example: 2017-07-14T02:40:00.000Z
206
- :param str time_issue_date_start: The issue date after which to list all errata, in ISO 8601 format Example: 2017-07-14T02:40:00.000Z
207
- """
208
- __args__ = dict()
209
- __args__['advisorySeverities'] = advisory_severities
210
- __args__['advisoryTypes'] = advisory_types
211
- __args__['classificationTypes'] = classification_types
212
- __args__['compartmentId'] = compartment_id
213
- __args__['filters'] = filters
214
- __args__['nameContains'] = name_contains
215
- __args__['names'] = names
216
- __args__['osFamily'] = os_family
217
- __args__['timeIssueDateEnd'] = time_issue_date_end
218
- __args__['timeIssueDateStart'] = time_issue_date_start
219
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
220
- __ret__ = pulumi.runtime.invoke('oci:OsManagementHub/getErrata:getErrata', __args__, opts=opts, typ=GetErrataResult).value
221
-
222
- return AwaitableGetErrataResult(
223
- advisory_severities=pulumi.get(__ret__, 'advisory_severities'),
224
- advisory_types=pulumi.get(__ret__, 'advisory_types'),
225
- classification_types=pulumi.get(__ret__, 'classification_types'),
226
- compartment_id=pulumi.get(__ret__, 'compartment_id'),
227
- erratum_collections=pulumi.get(__ret__, 'erratum_collections'),
228
- filters=pulumi.get(__ret__, 'filters'),
229
- id=pulumi.get(__ret__, 'id'),
230
- name_contains=pulumi.get(__ret__, 'name_contains'),
231
- names=pulumi.get(__ret__, 'names'),
232
- os_family=pulumi.get(__ret__, 'os_family'),
233
- time_issue_date_end=pulumi.get(__ret__, 'time_issue_date_end'),
234
- time_issue_date_start=pulumi.get(__ret__, 'time_issue_date_start'))
235
-
236
-
237
- @_utilities.lift_output_func(get_errata)
238
- def get_errata_output(advisory_severities: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
239
- advisory_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
240
- classification_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
241
- compartment_id: Optional[pulumi.Input[str]] = None,
242
- filters: Optional[pulumi.Input[Optional[Sequence[pulumi.InputType['GetErrataFilterArgs']]]]] = None,
243
- name_contains: Optional[pulumi.Input[Optional[str]]] = None,
244
- names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
245
- os_family: Optional[pulumi.Input[Optional[str]]] = None,
246
- time_issue_date_end: Optional[pulumi.Input[Optional[str]]] = None,
247
- time_issue_date_start: Optional[pulumi.Input[Optional[str]]] = None,
248
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetErrataResult]:
249
- """
250
- This data source provides the list of Errata in Oracle Cloud Infrastructure Os Management Hub service.
251
-
252
- Lists all of the currently available errata. Filter the list against a variety of criteria including but not
253
- limited to its name, classification type, advisory severity, and OS family.
254
-
255
- ## Example Usage
256
-
257
- ```python
258
- import pulumi
259
- import pulumi_oci as oci
260
-
261
- test_errata = oci.OsManagementHub.get_errata(compartment_id=compartment_id,
262
- advisory_severities=erratum_advisory_severity,
263
- advisory_types=erratum_advisory_type,
264
- classification_types=erratum_classification_type,
265
- names=erratum_name,
266
- name_contains=erratum_name_contains,
267
- os_family=erratum_os_family,
268
- time_issue_date_end=erratum_time_issue_date_end,
269
- time_issue_date_start=erratum_time_issue_date_start)
270
- ```
271
-
272
-
273
- :param Sequence[str] advisory_severities: The advisory severity.
274
- :param Sequence[str] advisory_types: A filter to return only errata that match the given advisory types.
275
- :param Sequence[str] classification_types: A filter to return only packages that match the given update classification type.
276
- :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment. This parameter is required and returns only resources contained within the specified compartment.
277
- :param str name_contains: A filter to return resources that may partially match the erratum name given.
278
- :param Sequence[str] names: The assigned erratum name. It's unique and not changeable. Example: `ELSA-2020-5804`
279
- :param str os_family: A filter to return only resources that match the given operating system family.
280
- :param str time_issue_date_end: The issue date before which to list all errata, in ISO 8601 format Example: 2017-07-14T02:40:00.000Z
281
- :param str time_issue_date_start: The issue date after which to list all errata, in ISO 8601 format Example: 2017-07-14T02:40:00.000Z
282
- """
283
- ...