Show / Hide Table of Contents

Class ResourceDrift

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

Inheritance
object
ResourceDrift
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX