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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/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.



18814
18815
18816
# File 'generated/google/apis/compute_alpha/classes.rb', line 18814

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



18812
18813
18814
# File 'generated/google/apis/compute_alpha/classes.rb', line 18812

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18819
18820
18821
# File 'generated/google/apis/compute_alpha/classes.rb', line 18819

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