Uses of Class
org.jclouds.openstack.cinder.v1.options.CreateSnapshotOptions

Packages that use CreateSnapshotOptions
org.jclouds.openstack.cinder.v1.features   
org.jclouds.openstack.cinder.v1.options   
 

Uses of CreateSnapshotOptions in org.jclouds.openstack.cinder.v1.features
 

Methods in org.jclouds.openstack.cinder.v1.features with parameters of type CreateSnapshotOptions
 Snapshot SnapshotApi.create(String volumeId, CreateSnapshotOptions... options)
          Creates a new Snapshot.
 

Uses of CreateSnapshotOptions in org.jclouds.openstack.cinder.v1.options
 

Fields in org.jclouds.openstack.cinder.v1.options declared as CreateSnapshotOptions
static CreateSnapshotOptions CreateSnapshotOptions.NONE
           
 

Methods in org.jclouds.openstack.cinder.v1.options that return CreateSnapshotOptions
 CreateSnapshotOptions CreateSnapshotOptions.description(String description)
           
static CreateSnapshotOptions CreateSnapshotOptions.Builder.description(String description)
           
 CreateSnapshotOptions CreateSnapshotOptions.force()
           
static CreateSnapshotOptions CreateSnapshotOptions.Builder.force()
           
 CreateSnapshotOptions CreateSnapshotOptions.name(String name)
           
static CreateSnapshotOptions CreateSnapshotOptions.Builder.name(String name)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.