Class ResourceDrift
A resource drift represents a drift to a resource in the state file.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ResourceDrift : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The name of the resource drift. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyDrifts
Output only. The property drifts of the resource drift.
Declaration
[JsonProperty("propertyDrifts")]
public virtual IList<PropertyDrift> PropertyDrifts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PropertyDrift> |
TerraformInfo
Output only. Terraform info of the resource drift.
Declaration
[JsonProperty("terraformInfo")]
public virtual ResourceDriftTerraformInfo TerraformInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceDriftTerraformInfo |