Show / Hide Table of Contents

Class OrchestrationPublicationPackage

A publication package for stack publications.

Inheritance
object
PublicationPackage
OrchestrationPublicationPackage
Inherited Members
PublicationPackage.Description
PublicationPackage.ListingId
PublicationPackage.Version
PublicationPackage.ResourceId
PublicationPackage.TimeCreated
PublicationPackage.OperatingSystem
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 OrchestrationPublicationPackage : PublicationPackage

Properties

ResourceLink

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

A link to the stack resource.

Variables

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

A list of variables for the stack resource.

In this article
Back to top