ExportPackageDetails

class oci.marketplace.models.ExportPackageDetails(**kwargs)

Bases: object

The model for the parameters needed to export a listing.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this ExportPackageDetails.
container_repository_path [Required] Gets the container_repository_path of this ExportPackageDetails.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this ExportPackageDetails.
  • container_repository_path (str) – The value to assign to the container_repository_path property of this ExportPackageDetails.
compartment_id

[Required] Gets the compartment_id of this ExportPackageDetails. The OCID of the compartment where you want to export container image or helm chart.

Returns:The compartment_id of this ExportPackageDetails.
Return type:str
container_repository_path

[Required] Gets the container_repository_path of this ExportPackageDetails. The repository path (/Content/General/Concepts/identifiers.htm) of the container reposistory where the container image or helm chart should be exported.

Returns:The container_repository_path of this ExportPackageDetails.
Return type:str