org.jclouds.openstack.nova.v2_0.options
Class CreateVolumeSnapshotOptions.Builder
java.lang.Object
org.jclouds.openstack.nova.v2_0.options.CreateVolumeSnapshotOptions.Builder
- Enclosing class:
- CreateVolumeSnapshotOptions
public static class CreateVolumeSnapshotOptions.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateVolumeSnapshotOptions.Builder
public CreateVolumeSnapshotOptions.Builder()
name
public static CreateVolumeSnapshotOptions name(String name)
- See Also:
CreateVolumeSnapshotOptions.getName()
description
public static CreateVolumeSnapshotOptions description(String description)
- See Also:
CreateVolumeSnapshotOptions.getDescription()
force
public static CreateVolumeSnapshotOptions force()
- See Also:
CreateVolumeSnapshotOptions.isForce()
Copyright © 2009-2012 jclouds. All Rights Reserved.