Class: IBM::Cloud::SDK::VPC::VolumeProfiles
- Inherits:
-
VPCCollection
- Object
- IBM::Cloud::SDKHTTP::BaseCollection
- VPCCollection
- IBM::Cloud::SDK::VPC::VolumeProfiles
- Defined in:
- lib/ibm/cloud/sdk/vpc/volume_profiles.rb
Overview
Work with Volume Profiles.
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) ⇒ VolumeProfiles
constructor
A new instance of VolumeProfiles.
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) ⇒ VolumeProfiles
10 11 12 |
# File 'lib/ibm/cloud/sdk/vpc/volume_profiles.rb', line 10 def initialize(parent) super(parent, 'volume/profiles', child_class: VolumeProfile, array_key: 'profiles') end |