Class CreateStackDetails
Stack details required to create a Stack artifact.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class CreateStackDetails
Properties
ImageListingIds
Declaration
[JsonProperty(PropertyName = "imageListingIds")]
public List<string> ImageListingIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Image listing OCIDs that are referenced in the Stack. |
SourceStackId
Declaration
[Required(ErrorMessage = "SourceStackId is required.")]
[JsonProperty(PropertyName = "sourceStackId")]
public string SourceStackId { get; set; }
Property Value
Type | Description |
---|---|
string | The source stack OCID. |
Remarks
Required