Class: IBM::Cloud::SDK::VPC::FlowLogCollectors
- Inherits:
-
BaseCollection
- Object
- BaseVPC
- BaseCollection
- IBM::Cloud::SDK::VPC::FlowLogCollectors
- Defined in:
- lib/ibm/cloud/sdk/vpc/flowlogcollectors.rb
Overview
A list of subnets
Instance Attribute Summary
Attributes inherited from BaseVPC
#connection, #endpoint, #logger
Instance Method Summary collapse
-
#initialize(parent) ⇒ FlowLogCollectors
constructor
A new instance of FlowLogCollectors.
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) ⇒ FlowLogCollectors
Returns a new instance of FlowLogCollectors.
10 11 12 |
# File 'lib/ibm/cloud/sdk/vpc/flowlogcollectors.rb', line 10 def initialize(parent) super(parent, 'flow_log_collectors', child_class: FlowLogCollectors) end |