Class: IBM::Cloud::SDK::VPC::SECURITYGROUP::NetworkInterfaces

Inherits:
BaseCollection show all
Defined in:
lib/ibm/cloud/sdk/vpc/security_groups.rb

Overview

Work with interfaces associated with parent group.

Instance Attribute Summary

Attributes inherited from BaseVPC

#connection, #endpoint, #logger

Instance Method Summary collapse

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.



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