Class: Google::Cloud::ConfigService::V1::TerraformVersion
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::TerraformVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A TerraformVersion represents the support state the corresponding Terraform version.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#deprecate_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#obsolete_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#state ⇒ ::Google::Cloud::ConfigService::V1::TerraformVersion::State
readonly
Output only.
-
#support_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#deprecate_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. When the version is deprecated.
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1626 class TerraformVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of a TerraformVersion. module State # The default value. This value is used if the state is omitted. STATE_UNSPECIFIED = 0 # The version is actively supported. ACTIVE = 1 # The version is deprecated. DEPRECATED = 2 # The version is obsolete. OBSOLETE = 3 end end |
#name ⇒ ::String
Returns Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1626 class TerraformVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of a TerraformVersion. module State # The default value. This value is used if the state is omitted. STATE_UNSPECIFIED = 0 # The version is actively supported. ACTIVE = 1 # The version is deprecated. DEPRECATED = 2 # The version is obsolete. OBSOLETE = 3 end end |
#obsolete_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. When the version is obsolete.
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1626 class TerraformVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of a TerraformVersion. module State # The default value. This value is used if the state is omitted. STATE_UNSPECIFIED = 0 # The version is actively supported. ACTIVE = 1 # The version is deprecated. DEPRECATED = 2 # The version is obsolete. OBSOLETE = 3 end end |
#state ⇒ ::Google::Cloud::ConfigService::V1::TerraformVersion::State (readonly)
Returns Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1626 class TerraformVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of a TerraformVersion. module State # The default value. This value is used if the state is omitted. STATE_UNSPECIFIED = 0 # The version is actively supported. ACTIVE = 1 # The version is deprecated. DEPRECATED = 2 # The version is obsolete. OBSOLETE = 3 end end |
#support_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. When the version is supported.
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1626 class TerraformVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible states of a TerraformVersion. module State # The default value. This value is used if the state is omitted. STATE_UNSPECIFIED = 0 # The version is actively supported. ACTIVE = 1 # The version is deprecated. DEPRECATED = 2 # The version is obsolete. OBSOLETE = 3 end end |