TerraformSettings Class

graph BT Type-->Base0["ToolSettings"] Type["TerraformSettings"] class Type type-node Derived0["TerraformDestroySettings"]-->Type click Derived0 "/api/Cake.Terraform.Destroy/TerraformDestroySettings" Derived1["TerraformEnvSettings"]-->Type click Derived1 "/api/Cake.Terraform/TerraformEnvSettings" Derived2["TerraformPlanSettings"]-->Type click Derived2 "/api/Cake.Terraform.Plan/TerraformPlanSettings" Derived3["TerraformRefreshSettings"]-->Type click Derived3 "/api/Cake.Terraform.Refresh/TerraformRefreshSettings" Derived4["TerraformInitSettings"]-->Type click Derived4 "/api/Cake.Terraform.Init/TerraformInitSettings" Derived5["TerraformShowSettings"]-->Type click Derived5 "/api/Cake.Terraform.Show/TerraformShowSettings" Derived6["TerraformApplySettings"]-->Type click Derived6 "/api/Cake.Terraform.Apply/TerraformApplySettings"

Syntax

public abstract class TerraformSettings : ToolSettings

Constructors

Name Summary
TerraformSettings()

Extension Methods

Name Value Summary
Dump<TerraformSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<TerraformSettings>(TerraformSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<TerraformSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<TerraformSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<TerraformSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<TerraformSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin