Class: IBM::Cloud::SDK::VPC::SecurityGroup

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

Overview

Work with VPC reqions

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?, #initialize, #params

Methods inherited from BaseVPC

#adhoc, #delete, #get, #initialize, #patch, #post, #put, #url

Constructor Details

This class inherits a constructor from IBM::Cloud::SDK::BaseCollection

Instance Method Details

#network_interfacesObject



17
18
19
# File 'lib/ibm/cloud/sdk/vpc/security_groups.rb', line 17

def network_interfaces
  SECURITYGROUP::NetworkInterfaces.new(self)
end