Uses of Class
com.woorea.openstack.nova.model.Snapshot
-
Packages that use Snapshot Package Description com.woorea.openstack.nova.model -
-
Uses of Snapshot in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model with type parameters of type Snapshot Modifier and Type Field Description private java.util.List<Snapshot>
Snapshots. list
Methods in com.woorea.openstack.nova.model that return types with arguments of type Snapshot Modifier and Type Method Description java.util.List<Snapshot>
Snapshots. getList()
java.util.Iterator<Snapshot>
Snapshots. iterator()
-