TerraformVersionSummary¶
-
class
oci.resource_manager.models.
TerraformVersionSummary
(**kwargs)¶ Bases:
object
A Terraform version supported for use with stacks.
Methods
__init__
(**kwargs)Initializes a new TerraformVersionSummary object with values from keyword arguments. Attributes
is_default
Gets the is_default of this TerraformVersionSummary. name
Gets the name of this TerraformVersionSummary. -
__init__
(**kwargs)¶ Initializes a new TerraformVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this TerraformVersionSummary.
- is_default (bool) – The value to assign to the is_default property of this TerraformVersionSummary.
-
is_default
¶ Gets the is_default of this TerraformVersionSummary. Indicates whether this Terraform version is used by default in
create_stack()
.Returns: The is_default of this TerraformVersionSummary. Return type: bool
-
name
¶ Gets the name of this TerraformVersionSummary. A supported Terraform version. Example: 0.12.x
Returns: The name of this TerraformVersionSummary. Return type: str
-