MachineImagePackageDetails

class oci.marketplace_publisher.models.MachineImagePackageDetails(**kwargs)

Bases: object

Replicated Machine Image package information.

Methods

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

Attributes

compute_app_catalog_id Gets the compute_app_catalog_id of this MachineImagePackageDetails.
compute_image_id Gets the compute_image_id of this MachineImagePackageDetails.
compute_package_version Gets the compute_package_version of this MachineImagePackageDetails.
__init__(**kwargs)

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

Parameters:
  • compute_image_id (str) – The value to assign to the compute_image_id property of this MachineImagePackageDetails.
  • compute_app_catalog_id (str) – The value to assign to the compute_app_catalog_id property of this MachineImagePackageDetails.
  • compute_package_version (str) – The value to assign to the compute_package_version property of this MachineImagePackageDetails.
compute_app_catalog_id

Gets the compute_app_catalog_id of this MachineImagePackageDetails. Replicated Images App Catalog Listing OCID.

Returns:The compute_app_catalog_id of this MachineImagePackageDetails.
Return type:str
compute_image_id

Gets the compute_image_id of this MachineImagePackageDetails. Replicated Image OCID.

Returns:The compute_image_id of this MachineImagePackageDetails.
Return type:str
compute_package_version

Gets the compute_package_version of this MachineImagePackageDetails. Replicated Images Package version.

Returns:The compute_package_version of this MachineImagePackageDetails.
Return type:str