Class: Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb

Overview

Response for the InterconnectsGetDiagnosticsRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InterconnectsGetDiagnosticsResponse

Returns a new instance of InterconnectsGetDiagnosticsResponse



11036
11037
11038
# File 'generated/google/apis/compute_v1/classes.rb', line 11036

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultGoogle::Apis::ComputeV1::InterconnectDiagnostics

Diagnostics information about interconnect, contains detailed and current technical information about Google?s side of the connection. Corresponds to the JSON property result



11034
11035
11036
# File 'generated/google/apis/compute_v1/classes.rb', line 11034

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11041
11042
11043
# File 'generated/google/apis/compute_v1/classes.rb', line 11041

def update!(**args)
  @result = args[:result] if args.key?(:result)
end