Uses of Class
org.jclouds.openstack.cinder.v1.domain.SnapshotExtendedAttributes
Packages that use SnapshotExtendedAttributes
-
Uses of SnapshotExtendedAttributes in org.jclouds.openstack.cinder.v1.domain
Fields in org.jclouds.openstack.cinder.v1.domain declared as SnapshotExtendedAttributesModifier and TypeFieldDescriptionprotected SnapshotExtendedAttributes
Snapshot.Builder.extendedAttributes
Methods in org.jclouds.openstack.cinder.v1.domain that return SnapshotExtendedAttributesMethods in org.jclouds.openstack.cinder.v1.domain that return types with arguments of type SnapshotExtendedAttributesModifier and TypeMethodDescriptioncom.google.common.base.Optional
<SnapshotExtendedAttributes> Snapshot.getExtendedAttributes()
Methods in org.jclouds.openstack.cinder.v1.domain with parameters of type SnapshotExtendedAttributesModifier and TypeMethodDescriptionSnapshot.Builder.extendedAttributes
(SnapshotExtendedAttributes extendedAttributes) SnapshotExtendedAttributes.Builder.fromExtendedAttributes
(SnapshotExtendedAttributes in) Constructors in org.jclouds.openstack.cinder.v1.domain with parameters of type SnapshotExtendedAttributesModifierConstructorDescriptionprotected
Snapshot
(String id, String volumeId, Volume.Status status, int size, Date created, String name, String description, SnapshotExtendedAttributes extendedAttributes)