Class: Google::Cloud::ConfigService::V1::ResourceTerraformInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#address::String

Returns TF resource address that uniquely identifies this resource within this deployment.

Returns:

  • (::String)

    TF resource address that uniquely identifies this resource within this deployment.



875
876
877
878
# File 'proto_docs/google/cloud/config/v1/config.rb', line 875

class ResourceTerraformInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns ID attribute of the TF resource.

Returns:

  • (::String)

    ID attribute of the TF resource



875
876
877
878
# File 'proto_docs/google/cloud/config/v1/config.rb', line 875

class ResourceTerraformInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

Returns TF resource type.

Returns:

  • (::String)

    TF resource type



875
876
877
878
# File 'proto_docs/google/cloud/config/v1/config.rb', line 875

class ResourceTerraformInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end