Class: Google::Cloud::Config::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.



872
873
874
875
# File 'proto_docs/google/cloud/config/v1/config.rb', line 872

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



872
873
874
875
# File 'proto_docs/google/cloud/config/v1/config.rb', line 872

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

#type::String

Returns TF resource type.

Returns:

  • (::String)

    TF resource type



872
873
874
875
# File 'proto_docs/google/cloud/config/v1/config.rb', line 872

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