Class: Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse
- 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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InterconnectsGetDiagnosticsResponse
Returns a new instance of InterconnectsGetDiagnosticsResponse
13559 13560 13561 |
# File 'generated/google/apis/compute_v1/classes.rb', line 13559 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
13557 13558 13559 |
# File 'generated/google/apis/compute_v1/classes.rb', line 13557 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13564 13565 13566 |
# File 'generated/google/apis/compute_v1/classes.rb', line 13564 def update!(**args) @result = args[:result] if args.key?(:result) end |