Class: Google::Apis::ComputeV1::InterconnectsGetDiagnosticsResponse

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



19879
19880
19881
# File 'lib/google/apis/compute_v1/classes.rb', line 19879

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

Instance Attribute Details

#resultGoogle::Apis::ComputeV1::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



19877
19878
19879
# File 'lib/google/apis/compute_v1/classes.rb', line 19877

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19884
19885
19886
# File 'lib/google/apis/compute_v1/classes.rb', line 19884

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