Class: IBM::Cloud::SDK::VPC::INSTANCE::NetworkInterfaces
- Inherits:
-
BaseCollection
- Object
- BaseVPC
- BaseCollection
- IBM::Cloud::SDK::VPC::INSTANCE::NetworkInterfaces
- Defined in:
- lib/ibm/cloud/sdk/vpc/instance/network_interfaces.rb
Overview
All netowrk interfaces.
Instance Attribute Summary
Attributes inherited from BaseVPC
#connection, #endpoint, #logger
Instance Method Summary collapse
-
#initialize(parent) ⇒ NetworkInterfaces
constructor
A new instance of NetworkInterfaces.
Methods inherited from BaseCollection
#all, #count, #create, #data, #fetch, #has_count?, #params
Methods inherited from BaseVPC
#adhoc, #delete, #get, #patch, #post, #put, #url
Constructor Details
#initialize(parent) ⇒ NetworkInterfaces
Returns a new instance of NetworkInterfaces.
13 14 15 |
# File 'lib/ibm/cloud/sdk/vpc/instance/network_interfaces.rb', line 13 def initialize(parent) super(parent, 'network_interfaces', child_class: NetworkInterface) end |