pulumi-oci 2.5.0a1722606028__py3-none-any.whl → 2.6.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/bigdataservice/_inputs.py +157 -14
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +257 -30
- pulumi_oci/devops/__init__.py +6 -0
- pulumi_oci/devops/_inputs.py +531 -32
- pulumi_oci/devops/get_build_runs.py +0 -5
- pulumi_oci/devops/get_project_repository_setting.py +129 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +17 -4
- pulumi_oci/devops/get_repository_diffs.py +20 -3
- pulumi_oci/devops/get_repository_protected_branches.py +150 -0
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_repository_setting.py +142 -0
- pulumi_oci/devops/get_triggers.py +0 -5
- pulumi_oci/devops/outputs.py +1216 -180
- pulumi_oci/devops/project_repository_setting.py +338 -0
- pulumi_oci/devops/repository.py +66 -75
- pulumi_oci/devops/repository_protected_branch_management.py +333 -0
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/devops/repository_setting.py +391 -0
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +80 -0
- pulumi_oci/jms/get_agent_installers.py +190 -0
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
- pulumi_oci/jms/get_fleets.py +2 -2
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
- pulumi_oci/jms/get_java_family.py +14 -1
- pulumi_oci/jms/get_jms_plugin.py +313 -0
- pulumi_oci/jms/get_jms_plugins.py +291 -0
- pulumi_oci/jms/jms_plugin.py +731 -0
- pulumi_oci/jms/outputs.py +488 -32
- pulumi_oci/osmanagementhub/get_software_source.py +19 -1
- pulumi_oci/osmanagementhub/software_source.py +82 -0
- pulumi_oci/psql/_inputs.py +8 -4
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +141 -38
- pulumi_oci/psql/db_system.py +53 -55
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +27 -1
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +15 -2
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +176 -13
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/RECORD +62 -52
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ class GetSoftwareSourceResult:
|
|
22
22
|
"""
|
23
23
|
A collection of values returned by getSoftwareSource.
|
24
24
|
"""
|
25
|
-
def __init__(__self__, arch_type=None, availability=None, availability_at_oci=None, checksum_type=None, compartment_id=None, custom_software_source_filters=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, gpg_key_fingerprint=None, gpg_key_id=None, gpg_key_url=None, id=None, is_auto_resolve_dependencies=None, is_automatically_updated=None, is_created_from_package_list=None, is_mandatory_for_autonomous_linux=None, origin_software_source_id=None, os_family=None, package_count=None, packages=None, repo_id=None, size=None, software_source_id=None, software_source_type=None, software_source_version=None, state=None, system_tags=None, time_created=None, url=None, vendor_name=None, vendor_software_sources=None):
|
25
|
+
def __init__(__self__, arch_type=None, availability=None, availability_at_oci=None, checksum_type=None, compartment_id=None, custom_software_source_filters=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, gpg_key_fingerprint=None, gpg_key_id=None, gpg_key_url=None, id=None, is_auto_resolve_dependencies=None, is_automatically_updated=None, is_created_from_package_list=None, is_latest_content_only=None, is_mandatory_for_autonomous_linux=None, origin_software_source_id=None, os_family=None, package_count=None, packages=None, repo_id=None, size=None, software_source_id=None, software_source_type=None, software_source_version=None, state=None, system_tags=None, time_created=None, url=None, vendor_name=None, vendor_software_sources=None):
|
26
26
|
if arch_type and not isinstance(arch_type, str):
|
27
27
|
raise TypeError("Expected argument 'arch_type' to be a str")
|
28
28
|
pulumi.set(__self__, "arch_type", arch_type)
|
@@ -74,6 +74,9 @@ class GetSoftwareSourceResult:
|
|
74
74
|
if is_created_from_package_list and not isinstance(is_created_from_package_list, bool):
|
75
75
|
raise TypeError("Expected argument 'is_created_from_package_list' to be a bool")
|
76
76
|
pulumi.set(__self__, "is_created_from_package_list", is_created_from_package_list)
|
77
|
+
if is_latest_content_only and not isinstance(is_latest_content_only, bool):
|
78
|
+
raise TypeError("Expected argument 'is_latest_content_only' to be a bool")
|
79
|
+
pulumi.set(__self__, "is_latest_content_only", is_latest_content_only)
|
77
80
|
if is_mandatory_for_autonomous_linux and not isinstance(is_mandatory_for_autonomous_linux, bool):
|
78
81
|
raise TypeError("Expected argument 'is_mandatory_for_autonomous_linux' to be a bool")
|
79
82
|
pulumi.set(__self__, "is_mandatory_for_autonomous_linux", is_mandatory_for_autonomous_linux)
|
@@ -259,6 +262,19 @@ class GetSoftwareSourceResult:
|
|
259
262
|
"""
|
260
263
|
return pulumi.get(self, "is_created_from_package_list")
|
261
264
|
|
265
|
+
@property
|
266
|
+
@pulumi.getter(name="isLatestContentOnly")
|
267
|
+
def is_latest_content_only(self) -> bool:
|
268
|
+
"""
|
269
|
+
Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
270
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
271
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
272
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
273
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
274
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
275
|
+
"""
|
276
|
+
return pulumi.get(self, "is_latest_content_only")
|
277
|
+
|
262
278
|
@property
|
263
279
|
@pulumi.getter(name="isMandatoryForAutonomousLinux")
|
264
280
|
def is_mandatory_for_autonomous_linux(self) -> bool:
|
@@ -408,6 +424,7 @@ class AwaitableGetSoftwareSourceResult(GetSoftwareSourceResult):
|
|
408
424
|
is_auto_resolve_dependencies=self.is_auto_resolve_dependencies,
|
409
425
|
is_automatically_updated=self.is_automatically_updated,
|
410
426
|
is_created_from_package_list=self.is_created_from_package_list,
|
427
|
+
is_latest_content_only=self.is_latest_content_only,
|
411
428
|
is_mandatory_for_autonomous_linux=self.is_mandatory_for_autonomous_linux,
|
412
429
|
origin_software_source_id=self.origin_software_source_id,
|
413
430
|
os_family=self.os_family,
|
@@ -468,6 +485,7 @@ def get_software_source(software_source_id: Optional[str] = None,
|
|
468
485
|
is_auto_resolve_dependencies=pulumi.get(__ret__, 'is_auto_resolve_dependencies'),
|
469
486
|
is_automatically_updated=pulumi.get(__ret__, 'is_automatically_updated'),
|
470
487
|
is_created_from_package_list=pulumi.get(__ret__, 'is_created_from_package_list'),
|
488
|
+
is_latest_content_only=pulumi.get(__ret__, 'is_latest_content_only'),
|
471
489
|
is_mandatory_for_autonomous_linux=pulumi.get(__ret__, 'is_mandatory_for_autonomous_linux'),
|
472
490
|
origin_software_source_id=pulumi.get(__ret__, 'origin_software_source_id'),
|
473
491
|
os_family=pulumi.get(__ret__, 'os_family'),
|
@@ -26,6 +26,7 @@ class SoftwareSourceArgs:
|
|
26
26
|
is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
|
27
27
|
is_automatically_updated: Optional[pulumi.Input[bool]] = None,
|
28
28
|
is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
|
29
|
+
is_latest_content_only: Optional[pulumi.Input[bool]] = None,
|
29
30
|
origin_software_source_id: Optional[pulumi.Input[str]] = None,
|
30
31
|
packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
31
32
|
software_source_version: Optional[pulumi.Input[str]] = None,
|
@@ -42,6 +43,12 @@ class SoftwareSourceArgs:
|
|
42
43
|
:param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
|
43
44
|
:param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether the service should automatically update the custom software source to use the latest package versions available. The service reviews packages levels once a day.
|
44
45
|
:param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
|
46
|
+
:param pulumi.Input[bool] is_latest_content_only: (Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
47
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
48
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
49
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
50
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
51
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
45
52
|
:param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
|
46
53
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] packages: A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
|
47
54
|
:param pulumi.Input[str] software_source_version: The version to assign to this custom software source.
|
@@ -65,6 +72,8 @@ class SoftwareSourceArgs:
|
|
65
72
|
pulumi.set(__self__, "is_automatically_updated", is_automatically_updated)
|
66
73
|
if is_created_from_package_list is not None:
|
67
74
|
pulumi.set(__self__, "is_created_from_package_list", is_created_from_package_list)
|
75
|
+
if is_latest_content_only is not None:
|
76
|
+
pulumi.set(__self__, "is_latest_content_only", is_latest_content_only)
|
68
77
|
if origin_software_source_id is not None:
|
69
78
|
pulumi.set(__self__, "origin_software_source_id", origin_software_source_id)
|
70
79
|
if packages is not None:
|
@@ -194,6 +203,23 @@ class SoftwareSourceArgs:
|
|
194
203
|
def is_created_from_package_list(self, value: Optional[pulumi.Input[bool]]):
|
195
204
|
pulumi.set(self, "is_created_from_package_list", value)
|
196
205
|
|
206
|
+
@property
|
207
|
+
@pulumi.getter(name="isLatestContentOnly")
|
208
|
+
def is_latest_content_only(self) -> Optional[pulumi.Input[bool]]:
|
209
|
+
"""
|
210
|
+
(Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
211
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
212
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
213
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
214
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
215
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
216
|
+
"""
|
217
|
+
return pulumi.get(self, "is_latest_content_only")
|
218
|
+
|
219
|
+
@is_latest_content_only.setter
|
220
|
+
def is_latest_content_only(self, value: Optional[pulumi.Input[bool]]):
|
221
|
+
pulumi.set(self, "is_latest_content_only", value)
|
222
|
+
|
197
223
|
@property
|
198
224
|
@pulumi.getter(name="originSoftwareSourceId")
|
199
225
|
def origin_software_source_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -262,6 +288,7 @@ class _SoftwareSourceState:
|
|
262
288
|
is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
|
263
289
|
is_automatically_updated: Optional[pulumi.Input[bool]] = None,
|
264
290
|
is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
|
291
|
+
is_latest_content_only: Optional[pulumi.Input[bool]] = None,
|
265
292
|
is_mandatory_for_autonomous_linux: Optional[pulumi.Input[bool]] = None,
|
266
293
|
origin_software_source_id: Optional[pulumi.Input[str]] = None,
|
267
294
|
os_family: Optional[pulumi.Input[str]] = None,
|
@@ -295,6 +322,12 @@ class _SoftwareSourceState:
|
|
295
322
|
:param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
|
296
323
|
:param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether the service should automatically update the custom software source to use the latest package versions available. The service reviews packages levels once a day.
|
297
324
|
:param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
|
325
|
+
:param pulumi.Input[bool] is_latest_content_only: (Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
326
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
327
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
328
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
329
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
330
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
298
331
|
:param pulumi.Input[bool] is_mandatory_for_autonomous_linux: Indicates whether the software source is required for the Autonomous Linux service.
|
299
332
|
:param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
|
300
333
|
:param pulumi.Input[str] os_family: The OS family the software source belongs to.
|
@@ -343,6 +376,8 @@ class _SoftwareSourceState:
|
|
343
376
|
pulumi.set(__self__, "is_automatically_updated", is_automatically_updated)
|
344
377
|
if is_created_from_package_list is not None:
|
345
378
|
pulumi.set(__self__, "is_created_from_package_list", is_created_from_package_list)
|
379
|
+
if is_latest_content_only is not None:
|
380
|
+
pulumi.set(__self__, "is_latest_content_only", is_latest_content_only)
|
346
381
|
if is_mandatory_for_autonomous_linux is not None:
|
347
382
|
pulumi.set(__self__, "is_mandatory_for_autonomous_linux", is_mandatory_for_autonomous_linux)
|
348
383
|
if origin_software_source_id is not None:
|
@@ -566,6 +601,23 @@ class _SoftwareSourceState:
|
|
566
601
|
def is_created_from_package_list(self, value: Optional[pulumi.Input[bool]]):
|
567
602
|
pulumi.set(self, "is_created_from_package_list", value)
|
568
603
|
|
604
|
+
@property
|
605
|
+
@pulumi.getter(name="isLatestContentOnly")
|
606
|
+
def is_latest_content_only(self) -> Optional[pulumi.Input[bool]]:
|
607
|
+
"""
|
608
|
+
(Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
609
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
610
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
611
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
612
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
613
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
614
|
+
"""
|
615
|
+
return pulumi.get(self, "is_latest_content_only")
|
616
|
+
|
617
|
+
@is_latest_content_only.setter
|
618
|
+
def is_latest_content_only(self, value: Optional[pulumi.Input[bool]]):
|
619
|
+
pulumi.set(self, "is_latest_content_only", value)
|
620
|
+
|
569
621
|
@property
|
570
622
|
@pulumi.getter(name="isMandatoryForAutonomousLinux")
|
571
623
|
def is_mandatory_for_autonomous_linux(self) -> Optional[pulumi.Input[bool]]:
|
@@ -761,6 +813,7 @@ class SoftwareSource(pulumi.CustomResource):
|
|
761
813
|
is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
|
762
814
|
is_automatically_updated: Optional[pulumi.Input[bool]] = None,
|
763
815
|
is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
|
816
|
+
is_latest_content_only: Optional[pulumi.Input[bool]] = None,
|
764
817
|
origin_software_source_id: Optional[pulumi.Input[str]] = None,
|
765
818
|
packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
766
819
|
software_source_type: Optional[pulumi.Input[str]] = None,
|
@@ -791,6 +844,12 @@ class SoftwareSource(pulumi.CustomResource):
|
|
791
844
|
:param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
|
792
845
|
:param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether the service should automatically update the custom software source to use the latest package versions available. The service reviews packages levels once a day.
|
793
846
|
:param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
|
847
|
+
:param pulumi.Input[bool] is_latest_content_only: (Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
848
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
849
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
850
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
851
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
852
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
794
853
|
:param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
|
795
854
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] packages: A property used for compatibility only. It doesn't provide a complete list of packages. See [AddPackagesToSoftwareSourceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/osmh/latest/datatypes/AddPackagesToSoftwareSourceDetails) for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.
|
796
855
|
:param pulumi.Input[str] software_source_type: (Updatable) Type of software source.
|
@@ -840,6 +899,7 @@ class SoftwareSource(pulumi.CustomResource):
|
|
840
899
|
is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
|
841
900
|
is_automatically_updated: Optional[pulumi.Input[bool]] = None,
|
842
901
|
is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
|
902
|
+
is_latest_content_only: Optional[pulumi.Input[bool]] = None,
|
843
903
|
origin_software_source_id: Optional[pulumi.Input[str]] = None,
|
844
904
|
packages: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
845
905
|
software_source_type: Optional[pulumi.Input[str]] = None,
|
@@ -865,6 +925,7 @@ class SoftwareSource(pulumi.CustomResource):
|
|
865
925
|
__props__.__dict__["is_auto_resolve_dependencies"] = is_auto_resolve_dependencies
|
866
926
|
__props__.__dict__["is_automatically_updated"] = is_automatically_updated
|
867
927
|
__props__.__dict__["is_created_from_package_list"] = is_created_from_package_list
|
928
|
+
__props__.__dict__["is_latest_content_only"] = is_latest_content_only
|
868
929
|
__props__.__dict__["origin_software_source_id"] = origin_software_source_id
|
869
930
|
__props__.__dict__["packages"] = packages
|
870
931
|
if software_source_type is None and not opts.urn:
|
@@ -915,6 +976,7 @@ class SoftwareSource(pulumi.CustomResource):
|
|
915
976
|
is_auto_resolve_dependencies: Optional[pulumi.Input[bool]] = None,
|
916
977
|
is_automatically_updated: Optional[pulumi.Input[bool]] = None,
|
917
978
|
is_created_from_package_list: Optional[pulumi.Input[bool]] = None,
|
979
|
+
is_latest_content_only: Optional[pulumi.Input[bool]] = None,
|
918
980
|
is_mandatory_for_autonomous_linux: Optional[pulumi.Input[bool]] = None,
|
919
981
|
origin_software_source_id: Optional[pulumi.Input[str]] = None,
|
920
982
|
os_family: Optional[pulumi.Input[str]] = None,
|
@@ -953,6 +1015,12 @@ class SoftwareSource(pulumi.CustomResource):
|
|
953
1015
|
:param pulumi.Input[bool] is_auto_resolve_dependencies: (Updatable) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
|
954
1016
|
:param pulumi.Input[bool] is_automatically_updated: (Updatable) Indicates whether the service should automatically update the custom software source to use the latest package versions available. The service reviews packages levels once a day.
|
955
1017
|
:param pulumi.Input[bool] is_created_from_package_list: Indicates whether the service should create the software source from a list of packages provided by the user.
|
1018
|
+
:param pulumi.Input[bool] is_latest_content_only: (Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
1019
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
1020
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
1021
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
1022
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
1023
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
956
1024
|
:param pulumi.Input[bool] is_mandatory_for_autonomous_linux: Indicates whether the software source is required for the Autonomous Linux service.
|
957
1025
|
:param pulumi.Input[str] origin_software_source_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment that is being replicated.
|
958
1026
|
:param pulumi.Input[str] os_family: The OS family the software source belongs to.
|
@@ -989,6 +1057,7 @@ class SoftwareSource(pulumi.CustomResource):
|
|
989
1057
|
__props__.__dict__["is_auto_resolve_dependencies"] = is_auto_resolve_dependencies
|
990
1058
|
__props__.__dict__["is_automatically_updated"] = is_automatically_updated
|
991
1059
|
__props__.__dict__["is_created_from_package_list"] = is_created_from_package_list
|
1060
|
+
__props__.__dict__["is_latest_content_only"] = is_latest_content_only
|
992
1061
|
__props__.__dict__["is_mandatory_for_autonomous_linux"] = is_mandatory_for_autonomous_linux
|
993
1062
|
__props__.__dict__["origin_software_source_id"] = origin_software_source_id
|
994
1063
|
__props__.__dict__["os_family"] = os_family
|
@@ -1134,6 +1203,19 @@ class SoftwareSource(pulumi.CustomResource):
|
|
1134
1203
|
"""
|
1135
1204
|
return pulumi.get(self, "is_created_from_package_list")
|
1136
1205
|
|
1206
|
+
@property
|
1207
|
+
@pulumi.getter(name="isLatestContentOnly")
|
1208
|
+
def is_latest_content_only(self) -> pulumi.Output[bool]:
|
1209
|
+
"""
|
1210
|
+
(Updatable) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).
|
1211
|
+
* For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages.
|
1212
|
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
|
1213
|
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
|
1214
|
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
|
1215
|
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
|
1216
|
+
"""
|
1217
|
+
return pulumi.get(self, "is_latest_content_only")
|
1218
|
+
|
1137
1219
|
@property
|
1138
1220
|
@pulumi.getter(name="isMandatoryForAutonomousLinux")
|
1139
1221
|
def is_mandatory_for_autonomous_linux(self) -> pulumi.Output[bool]:
|
pulumi_oci/psql/_inputs.py
CHANGED
@@ -592,7 +592,9 @@ class DbSystemManagementPolicyArgs:
|
|
592
592
|
maintenance_window_start: Optional[pulumi.Input[str]] = None):
|
593
593
|
"""
|
594
594
|
:param pulumi.Input['DbSystemManagementPolicyBackupPolicyArgs'] backup_policy: (Updatable) PostgreSQL database system backup policy.
|
595
|
-
:param pulumi.Input[str] maintenance_window_start: (Updatable) The start of the maintenance window.
|
595
|
+
:param pulumi.Input[str] maintenance_window_start: (Updatable) The start of the maintenance window in UTC.
|
596
|
+
|
597
|
+
This string is of the format: "{day-of-week} {time-of-day}". "{day-of-week}" is a case-insensitive string like "mon", "tue", &c. "{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.
|
596
598
|
"""
|
597
599
|
if backup_policy is not None:
|
598
600
|
pulumi.set(__self__, "backup_policy", backup_policy)
|
@@ -615,7 +617,9 @@ class DbSystemManagementPolicyArgs:
|
|
615
617
|
@pulumi.getter(name="maintenanceWindowStart")
|
616
618
|
def maintenance_window_start(self) -> Optional[pulumi.Input[str]]:
|
617
619
|
"""
|
618
|
-
(Updatable) The start of the maintenance window.
|
620
|
+
(Updatable) The start of the maintenance window in UTC.
|
621
|
+
|
622
|
+
This string is of the format: "{day-of-week} {time-of-day}". "{day-of-week}" is a case-insensitive string like "mon", "tue", &c. "{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.
|
619
623
|
"""
|
620
624
|
return pulumi.get(self, "maintenance_window_start")
|
621
625
|
|
@@ -719,7 +723,7 @@ class DbSystemNetworkDetailsArgs:
|
|
719
723
|
primary_db_endpoint_private_ip: Optional[pulumi.Input[str]] = None):
|
720
724
|
"""
|
721
725
|
:param pulumi.Input[str] subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the customer subnet associated with the database system.
|
722
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
726
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] nsg_ids: (Updatable) List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
723
727
|
:param pulumi.Input[str] primary_db_endpoint_private_ip: Private IP in customer subnet. The value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses from the specified subnet.
|
724
728
|
"""
|
725
729
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
@@ -744,7 +748,7 @@ class DbSystemNetworkDetailsArgs:
|
|
744
748
|
@pulumi.getter(name="nsgIds")
|
745
749
|
def nsg_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
746
750
|
"""
|
747
|
-
List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
751
|
+
(Updatable) List of customer Network Security Group [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with the database system.
|
748
752
|
"""
|
749
753
|
return pulumi.get(self, "nsg_ids")
|
750
754
|
|
pulumi_oci/psql/backup.py
CHANGED
@@ -179,7 +179,7 @@ class _BackupState:
|
|
179
179
|
:param pulumi.Input[str] source_type: Specifies whether the backup was created manually, or by a management policy.
|
180
180
|
:param pulumi.Input[str] state: The current state of the backup.
|
181
181
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
182
|
-
:param pulumi.Input[str] time_created: The date and time the backup was
|
182
|
+
:param pulumi.Input[str] time_created: The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
183
183
|
:param pulumi.Input[str] time_updated: The date and time the backup was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
184
184
|
"""
|
185
185
|
if backup_size is not None:
|
@@ -405,7 +405,7 @@ class _BackupState:
|
|
405
405
|
@pulumi.getter(name="timeCreated")
|
406
406
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
407
407
|
"""
|
408
|
-
The date and time the backup was
|
408
|
+
The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
409
409
|
"""
|
410
410
|
return pulumi.get(self, "time_created")
|
411
411
|
|
@@ -632,7 +632,7 @@ class Backup(pulumi.CustomResource):
|
|
632
632
|
:param pulumi.Input[str] source_type: Specifies whether the backup was created manually, or by a management policy.
|
633
633
|
:param pulumi.Input[str] state: The current state of the backup.
|
634
634
|
:param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
635
|
-
:param pulumi.Input[str] time_created: The date and time the backup was
|
635
|
+
:param pulumi.Input[str] time_created: The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
636
636
|
:param pulumi.Input[str] time_updated: The date and time the backup was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
637
637
|
"""
|
638
638
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -786,7 +786,7 @@ class Backup(pulumi.CustomResource):
|
|
786
786
|
@pulumi.getter(name="timeCreated")
|
787
787
|
def time_created(self) -> pulumi.Output[str]:
|
788
788
|
"""
|
789
|
-
The date and time the backup was
|
789
|
+
The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
|
790
790
|
"""
|
791
791
|
return pulumi.get(self, "time_created")
|
792
792
|
|