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

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

Errors encountered during actuation using Terraform

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error

def error() -> ::Google::Rpc::Status
Returns

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
Returns

#error_description

def error_description() -> ::String
Returns
  • (::String) — A human-readable error description.

#error_description=

def error_description=(value) -> ::String
Parameter
  • value (::String) — A human-readable error description.
Returns
  • (::String) — A human-readable error description.

#http_response_code

def http_response_code() -> ::Integer
Returns
  • (::Integer) — HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource. If unset or 0, no HTTP response code was returned by Terraform.

#http_response_code=

def http_response_code=(value) -> ::Integer
Parameter
  • value (::Integer) — HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource. If unset or 0, no HTTP response code was returned by Terraform.
Returns
  • (::Integer) — HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource. If unset or 0, no HTTP response code was returned by Terraform.

#resource_address

def resource_address() -> ::String
Returns
  • (::String) — Address of the resource associated with the error, e.g. google_compute_network.vpc_network.

#resource_address=

def resource_address=(value) -> ::String
Parameter
  • value (::String) — Address of the resource associated with the error, e.g. google_compute_network.vpc_network.
Returns
  • (::String) — Address of the resource associated with the error, e.g. google_compute_network.vpc_network.