public sealed class ResourceDriftTerraformInfo : IMessage<ResourceDriftTerraformInfo>, IEquatable<ResourceDriftTerraformInfo>, IDeepCloneable<ResourceDriftTerraformInfo>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class ResourceDriftTerraformInfo.
Terraform info of a ResourceChange.
Implements
IMessageResourceDriftTerraformInfo, IEquatableResourceDriftTerraformInfo, IDeepCloneableResourceDriftTerraformInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ResourceDriftTerraformInfo()
public ResourceDriftTerraformInfo()ResourceDriftTerraformInfo(ResourceDriftTerraformInfo)
public ResourceDriftTerraformInfo(ResourceDriftTerraformInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceDriftTerraformInfo |
Properties
Address
public string Address { get; set; }Output only. The address of the drifted resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Provider
public string Provider { get; set; }Output only. The provider of the drifted resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResourceName
public string ResourceName { get; set; }Output only. TF resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }Output only. The type of the drifted resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|