Class: Google::Cloud::ConfigService::V1::ResourceDrift

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

A resource drift represents a drift to a resource in the state file.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Identifier. The name of the resource drift. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.

Returns:

  • (::String)

    Identifier. The name of the resource drift. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.



1848
1849
1850
1851
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1848

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

#property_drifts::Array<::Google::Cloud::ConfigService::V1::PropertyDrift> (readonly)

Returns Output only. The property drifts of the resource drift.

Returns:



1848
1849
1850
1851
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1848

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

#terraform_info::Google::Cloud::ConfigService::V1::ResourceDriftTerraformInfo (readonly)

Returns Output only. Terraform info of the resource drift.

Returns:



1848
1849
1850
1851
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1848

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