Class: Google::Apis::ComputeAlpha::InterconnectsGetDiagnosticsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectsGetDiagnosticsResponse
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Overview
Response for the InterconnectsGetDiagnosticsRequest.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::ComputeAlpha::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
14902 14903 14904 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14902 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeAlpha::InterconnectDiagnostics
Diagnostics information about interconnect, contains detailed and current
technical information about Google?s side of the connection.
Corresponds to the JSON property result
14900 14901 14902 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14900 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14907 14908 14909 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 14907 def update!(**args) @result = args[:result] if args.key?(:result) end |