Class: IBM::Cloud::SDK::VPC::VPNGATEWAY::Connections
- Inherits:
-
IBM::Cloud::SDK::VPC::VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- IBM::Cloud::SDK::VPC::VPCCollection
- IBM::Cloud::SDK::VPC::VPNGATEWAY::Connections
- Defined in:
- lib/ibm/cloud/sdk/vpc/vpn_gateway/connections.rb
Overview
A list of Connection
Instance Attribute Summary
Attributes included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
Attributes inherited from IBM::Cloud::SDKHTTP::BaseCollection
#connection, #endpoint, #logger, #token
Instance Method Summary collapse
-
#initialize(parent) ⇒ Connections
constructor
A new instance of Connections.
Methods inherited from IBM::Cloud::SDK::VPC::VPCCollection
Methods included from IBM::Cloud::SDK::VPC::VpcHTTP
Methods included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
#adhoc, #delete, #get, #metadata, #patch, #post, #put, #unchecked_response, #url
Methods inherited from IBM::Cloud::SDKHTTP::BaseCollection
#all, #create, #data, #fetch, #params, #reset_params
Constructor Details
#initialize(parent) ⇒ Connections
Returns a new instance of Connections.
14 15 16 17 18 |
# File 'lib/ibm/cloud/sdk/vpc/vpn_gateway/connections.rb', line 14 def initialize(parent) @array_key = 'connections' @instance = Connection super(parent, @array_key) end |