Class: Google::Apis::ComputeBeta::InterconnectsGetDiagnosticsResponse

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



35006
35007
35008
# File 'lib/google/apis/compute_beta/classes.rb', line 35006

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

Instance Attribute Details

#resultGoogle::Apis::ComputeBeta::InterconnectDiagnostics

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



35004
35005
35006
# File 'lib/google/apis/compute_beta/classes.rb', line 35004

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35011
35012
35013
# File 'lib/google/apis/compute_beta/classes.rb', line 35011

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