예제 #1
0
 def get_all(cls, context, search_opts=None,
             marker=None, limit=None, offset=None,
             sort_keys=None, sort_direction=None):
     attachments = db.volume_attachment_get_all(
         context, search_opts, marker, limit, offset, sort_keys,
         sort_direction)
     return base.obj_make_list(context, cls(context),
                               objects.VolumeAttachment, attachments)
예제 #2
0
 def get_all(cls, context, search_opts=None,
             marker=None, limit=None, offset=None,
             sort_keys=None, sort_direction=None):
     attachments = db.volume_attachment_get_all(
         context, search_opts, marker, limit, offset, sort_keys,
         sort_direction)
     return base.obj_make_list(context, cls(context),
                               objects.VolumeAttachment, attachments)