Class: Google::Apis::ComputeAlpha::InterconnectsGetDiagnosticsResponse

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

Overview

Response for the InterconnectsGetDiagnosticsRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectsGetDiagnosticsResponse

Returns a new instance of InterconnectsGetDiagnosticsResponse.



20995
20996
20997
# File 'lib/google/apis/compute_alpha/classes.rb', line 20995

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

Instance Attribute Details

#resultGoogle::Apis::ComputeAlpha::InterconnectDiagnostics

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



20993
20994
20995
# File 'lib/google/apis/compute_alpha/classes.rb', line 20993

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21000
21001
21002
# File 'lib/google/apis/compute_alpha/classes.rb', line 21000

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