TerraformVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A TerraformVersion represents the support state the corresponding Terraform version.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The version name is in the format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}'. |
state |
google.cloud.config_v1.types.TerraformVersion.State
Output only. The state of the version, ACTIVE, DEPRECATED or OBSOLETE. |
support_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. When the version is supported. |
deprecate_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. When the version is deprecated. This field is a member of oneof _ _deprecate_time .
|
obsolete_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. When the version is obsolete. This field is a member of oneof _ _obsolete_time .
|
Classes
State
State(value)
Possible states of a TerraformVersion.