Class: IBM::Cloud::SDK::VPC::VPNGATEWAY::PeerCIDR

Inherits:
BaseInstance show all
Defined in:
lib/ibm/cloud/sdk/vpc/vpn_gateway/peer_cidrs.rb

Overview

A single Connection

Instance Attribute Summary

Attributes inherited from BaseVPC

#connection, #endpoint, #logger

Instance Method Summary collapse

Methods inherited from BaseInstance

#details, #remove

Methods inherited from BaseVPC

#adhoc, #delete, #get, #initialize, #patch, #post, #put, #url

Constructor Details

This class inherits a constructor from IBM::Cloud::SDK::BaseVPC

Instance Method Details

#update(payload) ⇒ Object



24
25
26
# File 'lib/ibm/cloud/sdk/vpc/vpn_gateway/peer_cidrs.rb', line 24

def update(payload)
  put(payload)
end