Show / Hide Table of Contents

Class AdminOciListingRevision

Listing revision details for listings

Inheritance
object
AdminListingRevision
AdminOciListingRevision
Inherited Members
AdminListingRevision.Id
AdminListingRevision.LegacyId
AdminListingRevision.ListingId
AdminListingRevision.CompartmentId
AdminListingRevision.PublisherId
AdminListingRevision.ApproverId
AdminListingRevision.ApproverEmail
AdminListingRevision.DisplayName
AdminListingRevision.RevisionNumber
AdminListingRevision.Headline
AdminListingRevision.Tagline
AdminListingRevision.Keywords
AdminListingRevision.ShortDescription
AdminListingRevision.UsageInformation
AdminListingRevision.LongDescription
AdminListingRevision.TimeCreated
AdminListingRevision.TimeUpdated
AdminListingRevision.ContentLanguage
AdminListingRevision.Supportedlanguages
AdminListingRevision.SupportContacts
AdminListingRevision.SupportLinks
AdminListingRevision.Icon
AdminListingRevision.Banner
AdminListingRevision.Status
AdminListingRevision.StatusNotes
AdminListingRevision.LifecycleState
AdminListingRevision.PackageType
AdminListingRevision.ExtendedMetadata
AdminListingRevision.FreeformTags
AdminListingRevision.DefinedTags
AdminListingRevision.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class AdminOciListingRevision : AdminListingRevision

Properties

AllowedTenancies

Declaration
[JsonProperty(PropertyName = "allowedTenancies")]
public List<string> AllowedTenancies { get; set; }
Property Value
Type Description
List<string>

Allowed tenancies provided when a listing revision is published as private.

AreInternalTenancyLaunchAllowed

Declaration
[JsonProperty(PropertyName = "areInternalTenancyLaunchAllowed")]
public bool? AreInternalTenancyLaunchAllowed { get; set; }
Property Value
Type Description
bool?

Identifies whether publisher allows internal tenancy launches for the listing revision.

DemoUrl

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

Url to demo of the listing

IsRoverExportable

Declaration
[JsonProperty(PropertyName = "isRoverExportable")]
public bool? IsRoverExportable { get; set; }
Property Value
Type Description
bool?

Is this listing rover exportable

Markets

Declaration
[JsonProperty(PropertyName = "markets")]
public List<AdminMarket> Markets { get; set; }
Property Value
Type Description
List<AdminMarket>

The markets where the listing will be published.

PartnerRegistrationUrl

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

The url provided by partner for the registration of subscription.

PricingPlans

Declaration
[JsonProperty(PropertyName = "pricingPlans")]
public List<PricingPlan> PricingPlans { get; set; }
Property Value
Type Description
List<PricingPlan>

List of Pricing Plans provided by publisher.

PricingType

Declaration
[JsonProperty(PropertyName = "pricingType")]
[JsonConverter(typeof(StringEnumConverter))]
public OciListingRevision.PricingTypeEnum? PricingType { get; set; }
Property Value
Type Description
OciListingRevision.PricingTypeEnum?

The pricing model for the listing revision.

Products

Declaration
[JsonProperty(PropertyName = "products")]
public List<AdminListingProduct> Products { get; set; }
Property Value
Type Description
List<AdminListingProduct>

List of Products subscribed by listing.

SelfPacedTrainingUrl

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

Url to training resources of the listing

SystemRequirements

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

System requirements for the listing revision.

TermId

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

The unique id of the term attached to the listing.

VanityUrl

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

Custom link to the listing

VersionDetails

Declaration
[JsonProperty(PropertyName = "versionDetails")]
public VersionDetails VersionDetails { get; set; }
Property Value
Type Description
VersionDetails
In this article
Back to top