Reference documentation and code samples for the Google Cloud Config V1 Client class ResourceChangeTerraformInfo.
Terraform info of a ResourceChange.
Generated from protobuf message google.cloud.config.v1.ResourceChangeTerraformInfo
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ address
string
Output only. TF resource address that uniquely identifies the resource.
↳ type
string
Output only. TF resource type.
↳ resource_name
string
Output only. TF resource name.
↳ provider
string
Output only. TF resource provider.
↳ actions
string[]
Output only. TF resource actions.
getAddress
Output only. TF resource address that uniquely identifies the resource.
string
setAddress
Output only. TF resource address that uniquely identifies the resource.
var
string
$this
getType
Output only. TF resource type.
string
setType
Output only. TF resource type.
var
string
$this
getResourceName
Output only. TF resource name.
string
setResourceName
Output only. TF resource name.
var
string
$this
getProvider
Output only. TF resource provider.
string
setProvider
Output only. TF resource provider.
var
string
$this
getActions
Output only. TF resource actions.
setActions
Output only. TF resource actions.
var
string[]
$this

