Class: Google::Apis::ComputeAlpha::InterconnectsGetDiagnosticsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectsGetDiagnosticsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Response for the InterconnectsGetDiagnosticsRequest.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::ComputeAlpha::InterconnectDiagnostics
Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectsGetDiagnosticsResponse
constructor
A new instance of InterconnectsGetDiagnosticsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectsGetDiagnosticsResponse
Returns a new instance of InterconnectsGetDiagnosticsResponse.
23478 23479 23480 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23478 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeAlpha::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
23476 23477 23478 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23476 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23483 23484 23485 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23483 def update!(**args) @result = args[:result] if args.key?(:result) end |