Infrastructure Manager v1 API - Class ResourceTerraformInfo (1.3.0)

public sealed class ResourceTerraformInfo : IMessage<ResourceTerraformInfo>, IEquatable<ResourceTerraformInfo>, IDeepCloneable<ResourceTerraformInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class ResourceTerraformInfo.

Terraform info of a Resource.

Inheritance

object > ResourceTerraformInfo

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ResourceTerraformInfo()

public ResourceTerraformInfo()

ResourceTerraformInfo(ResourceTerraformInfo)

public ResourceTerraformInfo(ResourceTerraformInfo other)
Parameter
NameDescription
otherResourceTerraformInfo

Properties

Address

public string Address { get; set; }

TF resource address that uniquely identifies this resource within this deployment.

Property Value
TypeDescription
string

Id

public string Id { get; set; }

ID attribute of the TF resource

Property Value
TypeDescription
string

Type

public string Type { get; set; }

TF resource type

Property Value
TypeDescription
string