Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ImportedPackage

An imported/instantiated package within an instance.

Properties

currentPackageId

currentPackageId: string

ID of the package.

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

displayName

displayName: string

Display name of the package (can change across versions).

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type, or scope. Example: {@code {"bar-key": "value"}}

name

name: string

Stable name of the package (the same across versions).

odaInstanceId

odaInstanceId: string

ID of the host instance.

parameterValues

parameterValues: object

A list of parameter values used to import the package.

Type declaration

  • [key: string]: string

status

status: Status

Status of the imported package.

statusMessage

statusMessage: string

Short message explaining the status of this imported package.

timeCreated

timeCreated: Date

When the imported package was created. A date-time string as described in RFC 3339, section 14.29.

timeUpdated

timeUpdated: Date

When the imported package was last updated. A date-time string as described in RFC 3339, section 14.29.

version

version: string

version of the package.

Functions

getDeserializedJsonObj

getJsonObj