Show / Hide Table of Contents

Class OrchestrationListingPackage

A listing package for orchestration.

Inheritance
object
ListingPackage
OrchestrationListingPackage
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 OrchestrationListingPackage : ListingPackage

Properties

ResourceLink

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

Link to the orchestration resource.

Variables

Declaration
[JsonProperty(PropertyName = "variables")]
public List<OrchestrationVariable> Variables { get; set; }
Property Value
Type Description
List<OrchestrationVariable>

List of variables for the orchestration resource.

In this article
Back to top