public sealed class ResourceTerraformInfo : IMessage<ResourceTerraformInfo>, IEquatable<ResourceTerraformInfo>, IDeepCloneable<ResourceTerraformInfo>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class ResourceTerraformInfo.
Terraform info of a Resource.
Implements
IMessageResourceTerraformInfo, IEquatableResourceTerraformInfo, IDeepCloneableResourceTerraformInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ResourceTerraformInfo()
public ResourceTerraformInfo()ResourceTerraformInfo(ResourceTerraformInfo)
public ResourceTerraformInfo(ResourceTerraformInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceTerraformInfo |
Properties
Address
public string Address { get; set; }TF resource address that uniquely identifies this resource within this deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Id
public string Id { get; set; }ID attribute of the TF resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }TF resource type
| Property Value | |
|---|---|
| Type | Description |
string |
|