Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateVersionedCustomSoftwareSourceDetails

Provides the information used to create a versioned 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 isCreatedFromPackageList

isCreatedFromPackageList: undefined | false | true

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

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 = "VERSIONED"

softwareSourceVersion

softwareSourceVersion: string

The version to assign to this custom software source.

vendorSoftwareSources

vendorSoftwareSources: Array<Id>

List of vendor software sources.

Methods

getDeserializedJsonObj

getJsonObj