Class: Google::Apis::ServicenetworkingV1beta::ListConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1beta::ListConnectionsResponse
- 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
Overview
ListConnectionsResponse is the response to list peering states for the given service and consumer project.
Instance Attribute Summary collapse
-
#connections ⇒ Array<Google::Apis::ServicenetworkingV1beta::GoogleCloudServicenetworkingV1betaConnection>
The list of Connections.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListConnectionsResponse
constructor
A new instance of ListConnectionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListConnectionsResponse
Returns a new instance of ListConnectionsResponse.
1858 1859 1860 |
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 1858 def initialize(**args) update!(**args) end |
Instance Attribute Details
#connections ⇒ Array<Google::Apis::ServicenetworkingV1beta::GoogleCloudServicenetworkingV1betaConnection>
The list of Connections.
Corresponds to the JSON property connections
1856 1857 1858 |
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 1856 def connections @connections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1863 1864 1865 |
# File 'lib/google/apis/servicenetworking_v1beta/classes.rb', line 1863 def update!(**args) @connections = args[:connections] if args.key?(:connections) end |