Class: Google::Apis::ComputeBeta::InterconnectsGetDiagnosticsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeBeta::InterconnectsGetDiagnosticsResponse
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb 
Overview
Response for the InterconnectsGetDiagnosticsRequest.
Instance Attribute Summary collapse
- 
  
    
      #result  ⇒ Google::Apis::ComputeBeta::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.
      23026 23027 23028  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 23026 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#result ⇒ Google::Apis::ComputeBeta::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
      23024 23025 23026  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 23024 def result @result end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      23031 23032 23033  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 23031 def update!(**args) @result = args[:result] if args.key?(:result) end  |