TerraformEnvSettings Class

graph BT Type-->Base0["TerraformSettings"] click Base0 "/api/Cake.Terraform/TerraformSettings" Base0-->Base1["ToolSettings"] Type["TerraformEnvSettings"] class Type type-node Derived0["TerraformEnvDeleteSettings"]-->Type click Derived0 "/api/Cake.Terraform.EnvDelete/TerraformEnvDeleteSettings" Derived1["TerraformEnvNewSettings"]-->Type click Derived1 "/api/Cake.Terraform.EnvNew/TerraformEnvNewSettings" Derived2["TerraformEnvSelectSettings"]-->Type click Derived2 "/api/Cake.Terraform.EnvSelect/TerraformEnvSelectSettings" Derived3["TerraformEnvListSettings"]-->Type click Derived3 "/api/Cake.Terraform.EnvList/TerraformEnvListSettings"

Syntax

public class TerraformEnvSettings : TerraformSettings

Constructors

Name Summary
TerraformEnvSettings()

Properties

Extension Methods

Name Value Summary
Dump<TerraformEnvSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<TerraformEnvSettings>(TerraformEnvSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<TerraformEnvSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<TerraformEnvSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<TerraformEnvSettings>(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<TerraformEnvSettings>(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