class Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse
Response for the InterconnectsGetDiagnosticsRequest.
Attributes
result[RW]
Diagnostics information about interconnect, contains detailed and current technical information about Google's side of the connection. Corresponds to the JSON property `result` @return [Google::Apis::ComputeV1::InterconnectDiagnostics]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 17635 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 17640 def update!(**args) @result = args[:result] if args.key?(:result) end