Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::ResourceTerraformInfo (v0.1.0)

Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::ResourceTerraformInfo.

Terraform info of a Resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — TF resource address that uniquely identifies this resource within this deployment.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — TF resource address that uniquely identifies this resource within this deployment.
Returns
  • (::String) — TF resource address that uniquely identifies this resource within this deployment.

#id

def id() -> ::String
Returns
  • (::String) — ID attribute of the TF resource

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — ID attribute of the TF resource
Returns
  • (::String) — ID attribute of the TF resource

#type

def type() -> ::String
Returns
  • (::String) — TF resource type

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — TF resource type
Returns
  • (::String) — TF resource type