Class: Google::Cloud::ConfigService::V1::ResourceDriftTerraformInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ResourceDriftTerraformInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Terraform info of a ResourceChange.
Instance Attribute Summary collapse
-
#address ⇒ ::String
readonly
Output only.
-
#provider ⇒ ::String
readonly
Output only.
-
#resource_name ⇒ ::String
readonly
Output only.
-
#type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#address ⇒ ::String (readonly)
Returns Output only. The address of the drifted resource.
1831 1832 1833 1834 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1831 class ResourceDriftTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String (readonly)
Returns Output only. The provider of the drifted resource.
1831 1832 1833 1834 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1831 class ResourceDriftTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String (readonly)
Returns Output only. TF resource name.
1831 1832 1833 1834 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1831 class ResourceDriftTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String (readonly)
Returns Output only. The type of the drifted resource.
1831 1832 1833 1834 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1831 class ResourceDriftTerraformInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |