Class: IBM::Cloud::SDK::VPC::NetworkACL
- Inherits:
- 
      BaseInstance
      
        - Object
- BaseVPC
- BaseInstance
- IBM::Cloud::SDK::VPC::NetworkACL
 
- 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
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
#rules ⇒ Object
| 17 18 19 | # File 'lib/ibm/cloud/sdk/vpc/network_acls.rb', line 17 def rules NETWORKACL::Rules.new(self) end |