class IBM::Cloud::SDK::VPC::VPNGATEWAY::Connections

A list of Connection

Public Class Methods

new(parent) click to toggle source
Calls superclass method
# 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