Show / Hide Table of Contents

Class ResourceChange

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

Inheritance
object
ResourceChange
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 ResourceChange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Intent

Output only. The intent of the resource change.

Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Type Description
string

Name

Identifier. The name of the resource change. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PropertyChanges

Output only. The property changes of the resource change.

Declaration
[JsonProperty("propertyChanges")]
public virtual IList<PropertyChange> PropertyChanges { get; set; }
Property Value
Type Description
IList<PropertyChange>

TerraformInfo

Output only. Terraform info of the resource change.

Declaration
[JsonProperty("terraformInfo")]
public virtual ResourceChangeTerraformInfo TerraformInfo { get; set; }
Property Value
Type Description
ResourceChangeTerraformInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX