class Google::Apis::ServicenetworkingV1beta::ListConnectionsResponse

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

Attributes

connections[RW]

The list of Connections. Corresponds to the JSON property `connections` @return [Array<Google::Apis::ServicenetworkingV1beta::GoogleCloudServicenetworkingV1betaConnection>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 1838
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicenetworking_v1beta/classes.rb, line 1843
def update!(**args)
  @connections = args[:connections] if args.key?(:connections)
end