Class: IBM::Cloud::SDK::VPC::SECURITYGROUP::NetworkInterfaces
- Inherits:
-
VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- VPCCollection
- IBM::Cloud::SDK::VPC::SECURITYGROUP::NetworkInterfaces
- Defined in:
- lib/ibm/cloud/sdk/vpc/security_groups.rb
Overview
Work with interfaces associated with parent group.
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) ⇒ NetworkInterfaces
constructor
A new instance of NetworkInterfaces.
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) ⇒ NetworkInterfaces
Returns a new instance of NetworkInterfaces.
25 26 27 |
# File 'lib/ibm/cloud/sdk/vpc/security_groups.rb', line 25 def initialize(parent) super(parent, 'network_interfaces', child_class: NetworkInterface) end |