Class: IBM::Cloud::SDK::VPC::NetworkACL

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

Overview

A single NetworkACL

Instance Attribute Summary

Attributes inherited from BaseVPC

#connection, #endpoint, #logger

Instance Method Summary collapse

Methods inherited from BaseInstance

#details, #remove, #update

Methods inherited from BaseVPC

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

Constructor Details

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

Instance Method Details

#rulesObject



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

def rules
  NETWORKACL::Rules.new(self)
end