class IBM::Cloud::SDK::VPC::INSTANCE::VolumeAttachments

Get all attached volumes.

Public Class Methods

new(parent) click to toggle source
Calls superclass method
# File lib/ibm/cloud/sdk/vpc/instance/volume_attachments.rb, line 11
def initialize(parent)
  super(parent, 'volume_attachments', child_class: VolumeAttachment)
end