Class: IBM::Cloud::SDK::VPC::VolumeProfiles
- Inherits:
-
BaseCollection
- Object
- BaseVPC
- BaseCollection
- IBM::Cloud::SDK::VPC::VolumeProfiles
- Defined in:
- lib/ibm/cloud/sdk/vpc/volume_profiles.rb
Overview
Work with Volume Profiles.
Instance Attribute Summary
Attributes inherited from BaseVPC
#connection, #endpoint, #logger
Instance Method Summary collapse
-
#initialize(parent) ⇒ VolumeProfiles
constructor
A new instance of VolumeProfiles.
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) ⇒ VolumeProfiles
Returns a new instance of 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 |