Class CinderVolumeSnapshot.VolumeSnapshots
- java.lang.Object
-
- org.openstack4j.openstack.common.ListResult<CinderVolumeSnapshot>
-
- org.openstack4j.openstack.storage.block.domain.CinderVolumeSnapshot.VolumeSnapshots
-
- All Implemented Interfaces:
Serializable,ListType,ModelEntity
- Enclosing class:
- CinderVolumeSnapshot
public static class CinderVolumeSnapshot.VolumeSnapshots extends ListResult<CinderVolumeSnapshot>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VolumeSnapshots()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<CinderVolumeSnapshot>value()-
Methods inherited from class org.openstack4j.openstack.common.ListResult
first, getList
-
-
-
-
Method Detail
-
value
protected List<CinderVolumeSnapshot> value()
- Specified by:
valuein classListResult<CinderVolumeSnapshot>
-
-