Show / Hide Table of Contents

Class ImageListingPackage

A package for image listings.

Inheritance
object
ListingPackage
ImageListingPackage
Inherited Members
ListingPackage.Description
ListingPackage.ListingId
ListingPackage.Version
ListingPackage.Pricing
ListingPackage.ResourceId
ListingPackage.TimeCreated
ListingPackage.OperatingSystem
ListingPackage.Regions
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 ImageListingPackage : ListingPackage

Properties

AppCatalogListingId

Declaration
[JsonProperty(PropertyName = "appCatalogListingId")]
public string AppCatalogListingId { get; set; }
Property Value
Type Description
string

The ID of the listing resource associated with this listing package. For more information, see AppCatalogListing in the Core Services API.

AppCatalogListingResourceVersion

Declaration
[JsonProperty(PropertyName = "appCatalogListingResourceVersion")]
public string AppCatalogListingResourceVersion { get; set; }
Property Value
Type Description
string

The resource version of the listing resource associated with this listing package.

ImageId

Declaration
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }
Property Value
Type Description
string

The ID of the image corresponding to the package.

In this article
Back to top