Class: IBM::Cloud::SDK::VPC::VPNGateway

Inherits:
VPCInstance show all
Defined in:
lib/ibm/cloud/sdk/vpc/vpn_gateways.rb

Overview

A single VPNGateway

Instance Attribute Summary

Attributes included from IBM::Cloud::SDKHTTP::BaseHTTPMixin

#endpoint

Attributes inherited from IBM::Cloud::SDKHTTP::BaseInstance

#connection, #endpoint, #logger, #token

Instance Method Summary collapse

Methods inherited from VPCInstance

#crn, #tags

Methods included from VpcHTTP

#metadata

Methods included from IBM::Cloud::SDKHTTP::BaseHTTPMixin

#adhoc, #delete, #get, #metadata, #patch, #post, #put, #unchecked_response, #url

Methods inherited from IBM::Cloud::SDKHTTP::BaseInstance

#details, #initialize, #refresh, #remove, #update

Constructor Details

This class inherits a constructor from IBM::Cloud::SDKHTTP::BaseInstance

Instance Method Details

#connectionsObject

Get a lisst of connections asssociated with this gateway.



18
19
20
# File 'lib/ibm/cloud/sdk/vpc/vpn_gateways.rb', line 18

def connections
  VPNGATEWAY::Connections.new(self)
end