Class OrchestrationListingPackage
A listing package for orchestration.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class OrchestrationListingPackage : ListingPackageProperties
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. |