TerraformVersionCollection

class oci.resource_manager.models.TerraformVersionCollection(**kwargs)

Bases: object

The list of Terraform versions supported for use with stacks.

Methods

__init__(**kwargs) Initializes a new TerraformVersionCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this TerraformVersionCollection.
__init__(**kwargs)

Initializes a new TerraformVersionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.resource_manager.models.TerraformVersionSummary]) – The value to assign to the items property of this TerraformVersionCollection.
items

[Required] Gets the items of this TerraformVersionCollection. Collection of supported Terraform versions.

Returns:The items of this TerraformVersionCollection.
Return type:list[oci.resource_manager.models.TerraformVersionSummary]