Class: Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Overview
Response for the InterconnectsGetDiagnosticsRequest.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::ComputeV1::InterconnectDiagnostics
Diagnostics information about interconnect, 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.
15648 15649 15650 |
# File 'generated/google/apis/compute_v1/classes.rb', line 15648 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeV1::InterconnectDiagnostics
Diagnostics information about interconnect, contains detailed and current
technical information about Google's side of the connection.
Corresponds to the JSON property result
15646 15647 15648 |
# File 'generated/google/apis/compute_v1/classes.rb', line 15646 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15653 15654 15655 |
# File 'generated/google/apis/compute_v1/classes.rb', line 15653 def update!(**args) @result = args[:result] if args.key?(:result) end |