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
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.
-
name
¶ Gets the name of this TerraformVersionSummary. A supported Terraform version. Example: 0.12.x
Returns: The name of this TerraformVersionSummary. Return type: str
-