class IBM::Cloud::SDK::VPC::VPNGateways

A list of VPNGateway

Public Class Methods

new(parent) click to toggle source
Calls superclass method
# File lib/ibm/cloud/sdk/vpc/vpn_gateways.rb, line 10
def initialize(parent)
  super(parent, 'vpn_gateways', child_class: VPNGateway)
end