Show / Hide Table of Contents

Class CatalogSourcePayload

Catalog source payload.

Inheritance
object
CatalogSourcePayload
CatalogGitSourceConfig
CatalogMarketplaceSourceConfig
CatalogParSourceConfig
CatalogSourceTemplateConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
[JsonConverter(typeof(CatalogSourcePayloadModelConverter))]
public class CatalogSourcePayload

Properties

WorkingDirectory

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

File path to the directory to use for running Terraform. If not specified, the root directory is used.

In this article
Back to top