Class: Google::Apis::ServicenetworkingV1::ListConnectionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/servicenetworking_v1/classes.rb,
generated/google/apis/servicenetworking_v1/representations.rb,
generated/google/apis/servicenetworking_v1/representations.rb

Overview

ListConnectionsResponse is the response to list peering states for the given service and consumer project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListConnectionsResponse

Returns a new instance of ListConnectionsResponse.



1762
1763
1764
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 1762

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

Instance Attribute Details

#connectionsArray<Google::Apis::ServicenetworkingV1::Connection>

The list of Connections. Corresponds to the JSON property connections



1760
1761
1762
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 1760

def connections
  @connections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1767
1768
1769
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 1767

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