Show / Hide Table of Contents

Class ExportPackageDetails

The model for the parameters needed to export a listing.

Inheritance
object
ExportPackageDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class ExportPackageDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment where you want to export container image or helm chart.

Remarks

Required

ContainerRepositoryPath

Declaration
[Required(ErrorMessage = "ContainerRepositoryPath is required.")]
[JsonProperty(PropertyName = "containerRepositoryPath")]
public string ContainerRepositoryPath { get; set; }
Property Value
Type Description
string

The repository path (/Content/General/Concepts/identifiers.htm) of the container reposistory where the container image or helm chart should be exported.

Remarks

Required

In this article
Back to top