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

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



17088
17089
17090
# File 'generated/google/apis/compute_beta/classes.rb', line 17088

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

Instance Attribute Details

#resultGoogle::Apis::ComputeBeta::InterconnectDiagnostics

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



17086
17087
17088
# File 'generated/google/apis/compute_beta/classes.rb', line 17086

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17093
17094
17095
# File 'generated/google/apis/compute_beta/classes.rb', line 17093

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