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