class Google::Apis::ComputeBeta::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::ComputeBeta::InterconnectDiagnostics]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 17694
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_beta/classes.rb, line 17699
def update!(**args)
  @result = args[:result] if args.key?(:result)
end