class TerraformBlueprint extends Model (View source)

Properties

string $gcsSource
protected $gitSourceType
protected $gitSourceDataType
protected $inputValuesType
protected $inputValuesDataType

Methods

setGcsSource($gcsSource)

No description

string
getGcsSource()

No description

setGitSource(GitSource $gitSource)

No description

getGitSource()

No description

setInputValues($inputValues)

No description

getInputValues()

No description

Details

setGcsSource($gcsSource)

No description

Parameters

$gcsSource

string getGcsSource()

No description

Return Value

string

setGitSource(GitSource $gitSource)

No description

Parameters

GitSource $gitSource

GitSource getGitSource()

No description

Return Value

GitSource

setInputValues($inputValues)

No description

Parameters

$inputValues

TerraformVariable[] getInputValues()

No description

Return Value

TerraformVariable[]