Uses of Class
org.jclouds.openstack.cinder.v1.domain.SnapshotExtendedAttributes
-
Packages that use SnapshotExtendedAttributes Package Description org.jclouds.openstack.cinder.v1.domain -
-
Uses of SnapshotExtendedAttributes in org.jclouds.openstack.cinder.v1.domain
Fields in org.jclouds.openstack.cinder.v1.domain declared as SnapshotExtendedAttributes Modifier and Type Field Description protected SnapshotExtendedAttributes
Snapshot.Builder. extendedAttributes
Methods in org.jclouds.openstack.cinder.v1.domain that return SnapshotExtendedAttributes Modifier and Type Method Description SnapshotExtendedAttributes
SnapshotExtendedAttributes.Builder. build()
Methods in org.jclouds.openstack.cinder.v1.domain that return types with arguments of type SnapshotExtendedAttributes Modifier and Type Method Description com.google.common.base.Optional<SnapshotExtendedAttributes>
Snapshot. getExtendedAttributes()
Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type SnapshotExtendedAttributes Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. extendedAttributes(SnapshotExtendedAttributes extendedAttributes)
SnapshotExtendedAttributes.Builder
SnapshotExtendedAttributes.Builder. fromExtendedAttributes(SnapshotExtendedAttributes in)
Constructors in org.jclouds.openstack.cinder.v1.domain with parameters of type SnapshotExtendedAttributes Constructor Description Snapshot(String id, String volumeId, Volume.Status status, int size, Date created, String name, String description, SnapshotExtendedAttributes extendedAttributes)
-