Class: IBM::Cloud::SDK::VPC::FloatingIPs
- Inherits:
-
VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- VPCCollection
- IBM::Cloud::SDK::VPC::FloatingIPs
- Defined in:
- lib/ibm/cloud/sdk/vpc/floatingips.rb
Overview
Class that deals with groups of floating IPs.
Instance Attribute Summary
Attributes included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
Attributes inherited from IBM::Cloud::SDKHTTP::BaseCollection
#connection, #endpoint, #logger, #token
Instance Method Summary collapse
-
#initialize(parent) ⇒ FloatingIPs
constructor
A new instance of FloatingIPs.
Methods inherited from VPCCollection
Methods included from VpcHTTP
Methods included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
#adhoc, #delete, #get, #metadata, #patch, #post, #put, #unchecked_response, #url
Methods inherited from IBM::Cloud::SDKHTTP::BaseCollection
#all, #create, #data, #fetch, #params, #reset_params
Constructor Details
#initialize(parent) ⇒ FloatingIPs
10 11 12 |
# File 'lib/ibm/cloud/sdk/vpc/floatingips.rb', line 10 def initialize(parent) super(parent, 'floating_ips', child_class: FloatingIP) end |