Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateCustomSoftwareSourceDetails

Provides the information used to update a custom software source.

Properties

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment that contains the software source.

Optional customSoftwareSourceFilter

customSoftwareSourceFilter: model.CustomSoftwareSourceFilter

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {@code {"Operations": {"CostCenter": "42"}}}

Optional description

description: undefined | string

User-specified description of the software source.

Optional displayName

displayName: undefined | string

User-friendly name for the software source.

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {@code {"Department": "Finance"}}

Optional isAutoResolveDependencies

isAutoResolveDependencies: undefined | false | true

Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.

Optional isAutomaticallyUpdated

isAutomaticallyUpdated: undefined | false | true

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.

Optional isLatestContentOnly

isLatestContentOnly: undefined | false | true

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).

  • 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.
  • For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream.
  • For a package filter that does not specify a version, this will include only the latest available version of the package.
  • For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored).
  • For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).

Const softwareSourceType

softwareSourceType: string = "CUSTOM"

Optional vendorSoftwareSources

vendorSoftwareSources: Array<Id>

List of vendor software sources that are used for the basis of the custom software source.

Methods

getDeserializedJsonObj

getJsonObj