class IBM::Cloud::SDK::VPC::VPNGateway

A single VPNGateway

Public Instance Methods

connections() click to toggle source

Get a lisst of connections asssociated with this gateway.

# File lib/ibm/cloud/sdk/vpc/vpn_gateways.rb, line 18
def connections
  VPNGATEWAY::Connections.new(self)
end