Class: IBM::Cloud::SDK::VPC::INSTANCE::NetworkInterface
- Inherits:
-
BaseInstance
- Object
- BaseVPC
- BaseInstance
- IBM::Cloud::SDK::VPC::INSTANCE::NetworkInterface
- 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
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_ips ⇒ Object
20 21 22 |
# File 'lib/ibm/cloud/sdk/vpc/instance/network_interfaces.rb', line 20 def floating_ips FloatingIps.new(self) end |