Class: Google::Apis::ServicenetworkingV1beta::ListConnectionsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListConnectionsResponse

Returns a new instance of ListConnectionsResponse.

[View source]

2232
2233
2234
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 2232

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

Instance Attribute Details

#connectionsArray<Google::Apis::ServicenetworkingV1beta::GoogleCloudServicenetworkingV1betaConnection>

The list of Connections. Corresponds to the JSON property connections


2230
2231
2232
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 2230

def connections
  @connections
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

2237
2238
2239
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 2237

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