Uses of Class
com.morpheusdata.model.StorageAggregate
Packages that use StorageAggregate
-
Uses of StorageAggregate in com.morpheusdata.model
Fields in com.morpheusdata.model declared as StorageAggregateModifier and TypeFieldDescriptionprotected StorageAggregateStorageVolume.exposedByAggregateThe storage aggregate that exposes/provides this volume.protected StorageAggregateStorageVolume.memberOfAggregateThe storage aggregate this volume is a member of (i.e., part of its physical storage pool).Methods in com.morpheusdata.model that return StorageAggregateModifier and TypeMethodDescriptionStorageVolume.getExposedByAggregate()Gets the storage aggregate that exposes/provides this volume.StorageVolume.getMemberOfAggregate()Gets the storage aggregate this volume is a member of (i.e., part of its physical storage pool).Methods in com.morpheusdata.model with parameters of type StorageAggregateModifier and TypeMethodDescriptionvoidStorageVolume.setExposedByAggregate(StorageAggregate exposedByAggregate) Sets the storage aggregate that exposes/provides this volume.voidStorageVolume.setMemberOfAggregate(StorageAggregate memberOfAggregate) Sets the storage aggregate this volume is a member of.