Class: IBM::Cloud::SDK::VPC::OperatingSystems
- Inherits:
-
VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- VPCCollection
- IBM::Cloud::SDK::VPC::OperatingSystems
- Defined in:
- lib/ibm/cloud/sdk/vpc/operating_systems.rb
Overview
A list of OperatingSystem
Instance Attribute Summary
Attributes included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
Attributes inherited from IBM::Cloud::SDKHTTP::BaseCollection
#connection, #endpoint, #logger, #token
Instance Method Summary collapse
-
#initialize(parent) ⇒ OperatingSystems
constructor
A new instance of OperatingSystems.
Methods inherited from VPCCollection
Methods included from VpcHTTP
Methods included from IBM::Cloud::SDKHTTP::BaseHTTPMixin
#adhoc, #delete, #get, #metadata, #patch, #post, #put, #unchecked_response, #url
Methods inherited from IBM::Cloud::SDKHTTP::BaseCollection
#all, #create, #data, #fetch, #params, #reset_params
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: ) end |