Class: Google::Cloud::ConfigService::V1::ResourceTerraformInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ResourceTerraformInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Terraform info of a Resource.
Instance Attribute Summary collapse
-
#address ⇒ ::String
TF resource address that uniquely identifies this resource within this deployment.
-
#id ⇒ ::String
ID attribute of the TF resource.
-
#type ⇒ ::String
TF resource type.
Instance Attribute Details
#address ⇒ ::String
Returns TF resource address that uniquely identifies this resource within this deployment.
931 932 933 934 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 931 class ResourceTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns ID attribute of the TF resource.
931 932 933 934 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 931 class ResourceTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns TF resource type.
931 932 933 934 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 931 class ResourceTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |