ImportedPackageSummary

class oci.oda.models.ImportedPackageSummary(**kwargs)

Bases: object

A summary of an imported/instantiated package within an instance.

Methods

__init__(**kwargs) Initializes a new ImportedPackageSummary object with values from keyword arguments.

Attributes

current_package_id [Required] Gets the current_package_id of this ImportedPackageSummary.
defined_tags Gets the defined_tags of this ImportedPackageSummary.
display_name [Required] Gets the display_name of this ImportedPackageSummary.
freeform_tags Gets the freeform_tags of this ImportedPackageSummary.
name [Required] Gets the name of this ImportedPackageSummary.
oda_instance_id [Required] Gets the oda_instance_id of this ImportedPackageSummary.
status [Required] Gets the status of this ImportedPackageSummary.
time_created [Required] Gets the time_created of this ImportedPackageSummary.
time_updated [Required] Gets the time_updated of this ImportedPackageSummary.
version [Required] Gets the version of this ImportedPackageSummary.
__init__(**kwargs)

Initializes a new ImportedPackageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • oda_instance_id (str) – The value to assign to the oda_instance_id property of this ImportedPackageSummary.
  • current_package_id (str) – The value to assign to the current_package_id property of this ImportedPackageSummary.
  • name (str) – The value to assign to the name property of this ImportedPackageSummary.
  • display_name (str) – The value to assign to the display_name property of this ImportedPackageSummary.
  • version (str) – The value to assign to the version property of this ImportedPackageSummary.
  • status (str) – The value to assign to the status property of this ImportedPackageSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ImportedPackageSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ImportedPackageSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ImportedPackageSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ImportedPackageSummary.
current_package_id

[Required] Gets the current_package_id of this ImportedPackageSummary. ID of the package.

Returns:The current_package_id of this ImportedPackageSummary.
Return type:str
defined_tags

Gets the defined_tags of this ImportedPackageSummary. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this ImportedPackageSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this ImportedPackageSummary. Display name of the package (can change across versions).

Returns:The display_name of this ImportedPackageSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ImportedPackageSummary. Simple key-value pair that is applied without any predefined name, type, or scope. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this ImportedPackageSummary.
Return type:dict(str, str)
name

[Required] Gets the name of this ImportedPackageSummary. Stable name of the package (the same across versions).

Returns:The name of this ImportedPackageSummary.
Return type:str
oda_instance_id

[Required] Gets the oda_instance_id of this ImportedPackageSummary. ID of the host instance.

Returns:The oda_instance_id of this ImportedPackageSummary.
Return type:str
status

[Required] Gets the status of this ImportedPackageSummary. Status of the imported package.

Returns:The status of this ImportedPackageSummary.
Return type:str
time_created

[Required] Gets the time_created of this ImportedPackageSummary. When the imported package was created. A date-time string as described in RFC 3339, section 14.29.

Returns:The time_created of this ImportedPackageSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ImportedPackageSummary. When the imported package was last updated. A date-time string as described in RFC 3339, section 14.29.

Returns:The time_updated of this ImportedPackageSummary.
Return type:datetime
version

[Required] Gets the version of this ImportedPackageSummary. version of the package.

Returns:The version of this ImportedPackageSummary.
Return type:str