Show / Hide Table of Contents

Class CreateStackTemplateConfigSourceDetails

Creation details for a template to use as the source of the Terraform configuration.

Inheritance
object
CreateConfigSourceDetails
CreateStackTemplateConfigSourceDetails
Inherited Members
CreateConfigSourceDetails.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CreateStackTemplateConfigSourceDetails : CreateConfigSourceDetails

Properties

TemplateId

Declaration
[Required(ErrorMessage = "TemplateId is required.")]
[JsonProperty(PropertyName = "templateId")]
public string TemplateId { get; set; }
Property Value
Type Description
string
Remarks

Required

In this article
Back to top