Class: IBM::Cloud::SDK::VPC::INSTANCE::NetworkInterface

Inherits:
BaseInstance show all
Defined in:
lib/ibm/cloud/sdk/vpc/instance/network_interfaces.rb

Overview

A single network insterface.

Instance Attribute Summary

Attributes inherited from BaseVPC

#connection, #endpoint, #logger

Instance Method Summary collapse

Methods inherited from BaseInstance

#details, #remove, #update

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

#floating_ipsObject



20
21
22
# File 'lib/ibm/cloud/sdk/vpc/instance/network_interfaces.rb', line 20

def floating_ips
  FloatingIps.new(self)
end