You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/os_management_hub_software_source.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,12 @@ The following attributes are exported:
62
62
*`is_auto_resolve_dependencies` - Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
63
63
*`is_automatically_updated` - 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.
64
64
*`is_created_from_package_list` - Indicates whether the service should create the software source from a list of packages provided by the user.
65
+
*`is_latest_content_only` - 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).
66
+
* 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.
67
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
68
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
69
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
70
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
65
71
*`is_mandatory_for_autonomous_linux` - Indicates whether the software source is required for the Autonomous Linux service.
66
72
*`origin_software_source_id` - This property applies only to replicated vendor software sources. This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment.
67
73
*`os_family` - The OS family the software source belongs to.
Copy file name to clipboardExpand all lines: website/docs/d/os_management_hub_software_sources.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,12 @@ The following attributes are exported:
97
97
*`is_auto_resolve_dependencies` - Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
98
98
*`is_automatically_updated` - 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.
99
99
*`is_created_from_package_list` - Indicates whether the service should create the software source from a list of packages provided by the user.
100
+
*`is_latest_content_only` - 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).
101
+
* 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.
102
+
* For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
103
+
* For a package filter that does not specify a version, this will include only the latest available version of the package.
104
+
* For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
105
+
* For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
100
106
*`is_mandatory_for_autonomous_linux` - Indicates whether the software source is required for the Autonomous Linux service.
101
107
*`origin_software_source_id` - This property applies only to replicated vendor software sources. This is the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vendor software source in the root compartment.
102
108
*`os_family` - The OS family the software source belongs to.
0 commit comments