Class: IBM::Cloud::SDK::VPC::NetworkACLs

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

Overview

A list of NetworkACL

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) ⇒ NetworkACLs

Returns a new instance of NetworkACLs.



10
11
12
# File 'lib/ibm/cloud/sdk/vpc/network_acls.rb', line 10

def initialize(parent)
  super(parent, 'network_acls', child_class: NetworkACL)
end