class IBM::Cloud::SDK::VPC::FloatingIPs

Class that deals with groups of floating IPs.

Public Class Methods

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