Google Cloud Config V1 Client - Class ResourceDrift (1.4.1)

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

A resource drift represents a drift to a resource in the state file.

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

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Identifier. The name of the resource drift. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.

↳ terraform_info ResourceDriftTerraformInfo

Output only. Terraform info of the resource drift.

↳ property_drifts array<PropertyDrift>

Output only. The property drifts of the resource drift.

getName

Identifier. The name of the resource drift.

Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.

Returns
Type Description
string

setName

Identifier. The name of the resource drift.

Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceDrifts/{resource_drift}'.

Parameter
Name Description
var string
Returns
Type Description
$this

getTerraformInfo

Output only. Terraform info of the resource drift.

Returns
Type Description
ResourceDriftTerraformInfo|null

hasTerraformInfo

clearTerraformInfo

setTerraformInfo

Output only. Terraform info of the resource drift.

Parameter
Name Description
var ResourceDriftTerraformInfo
Returns
Type Description
$this

getPropertyDrifts

Output only. The property drifts of the resource drift.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPropertyDrifts

Output only. The property drifts of the resource drift.

Parameter
Name Description
var array<PropertyDrift>
Returns
Type Description
$this