Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::TerraformVersion.
A TerraformVersion represents the support state the corresponding Terraform version.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deprecate_time
def deprecate_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. When the version is deprecated.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
Returns
- (::String) — Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'.
#obsolete_time
def obsolete_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. When the version is obsolete.
#state
def state() -> ::Google::Cloud::ConfigService::V1::TerraformVersion::State
Returns
- (::Google::Cloud::ConfigService::V1::TerraformVersion::State) — Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE.
#support_time
def support_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. When the version is supported.