Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateCustomSoftwareSourceDetails

Provides the information used to create a custom software source.

Properties

compartmentId

compartmentId: 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 for the software source. Avoid entering confidential information.

Optional displayName

displayName: undefined | string

User-friendly name for the software source. Does not have to be unique and you can change the name later. Avoid entering confidential information.

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 isCreatedFromPackageList

isCreatedFromPackageList: undefined | false | true

Indicates whether the service should create the software source from a list of packages provided by the user.

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

Optional packages

packages: Array<string>

A property used for compatibility only. It doesn't provide a complete list of packages. See {@link #addPackagesToSoftwareSourceDetails(AddPackagesToSoftwareSourceDetailsRequest) addPackagesToSoftwareSourceDetails} for providing the list of packages used to create the software source when isCreatedFromPackageList is set to true.

Const softwareSourceType

softwareSourceType: string = "CUSTOM"

vendorSoftwareSources

vendorSoftwareSources: Array<Id>

List of vendor software sources.

Methods

getDeserializedJsonObj

getJsonObj