public sealed class ResourceDrift : IMessage<ResourceDrift>, IEquatable<ResourceDrift>, IDeepCloneable<ResourceDrift>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ResourceDrift.
A resource drift represents a drift to a resource in the state file.
Implements
IMessageResourceDrift, IEquatableResourceDrift, IDeepCloneableResourceDrift, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ResourceDrift()
public ResourceDrift()
ResourceDrift(ResourceDrift)
public ResourceDrift(ResourceDrift other)
Parameter | |
---|---|
Name | Description |
other |
ResourceDrift |
Properties
Name
public string Name { get; set; }
Identifier. The name of the resource drift. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.
Property Value | |
---|---|
Type | Description |
string |
PropertyDrifts
public RepeatedField<PropertyDrift> PropertyDrifts { get; }
Output only. The property drifts of the resource drift.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPropertyDrift |
ResourceDriftName
public ResourceDriftName ResourceDriftName { get; set; }
ResourceDriftName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ResourceDriftName |
TerraformInfo
public ResourceDriftTerraformInfo TerraformInfo { get; set; }
Output only. Terraform info of the resource drift.
Property Value | |
---|---|
Type | Description |
ResourceDriftTerraformInfo |