Google Cloud Config V1 Client - Class ResourceTerraformInfo (0.1.3)

Reference documentation and code samples for the Google Cloud Config V1 Client class ResourceTerraformInfo.

Terraform info of a Resource.

Generated from protobuf message google.cloud.config.v1.ResourceTerraformInfo

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ address string

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

↳ type string

TF resource type

↳ id string

ID attribute of the TF resource

getAddress

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

Returns
TypeDescription
string

setAddress

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

TF resource type

Returns
TypeDescription
string

setType

TF resource type

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getId

ID attribute of the TF resource

Returns
TypeDescription
string

setId

ID attribute of the TF resource

Parameter
NameDescription
var string
Returns
TypeDescription
$this