Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::PropertyDrift.
A property drift represents a drift to a property in the state file.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#after
def after() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — Output only. Representations of the object value after the actions.
#after_sensitive_paths
def after_sensitive_paths() -> ::Array<::String>
Returns
-
(::Array<::String>) — Output only. The paths of sensitive fields in
after
. Paths are relative topath
.
#before
def before() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — Output only. Representations of the object value before the actions.
#before_sensitive_paths
def before_sensitive_paths() -> ::Array<::String>
Returns
-
(::Array<::String>) — Output only. The paths of sensitive fields in
before
. Paths are relative topath
.
#path
def path() -> ::String
Returns
- (::String) — Output only. The path of the property drift.