Class ManilaShareSnapshotCreate
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaShareSnapshotCreate
-
- All Implemented Interfaces:
Serializable,Buildable<ShareSnapshotCreateBuilder>,ShareSnapshotCreate,ModelEntity
public class ManilaShareSnapshotCreate extends Object implements ShareSnapshotCreate
Object used to create new share snapshots.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaShareSnapshotCreate.ShareSnapshotCreateConcreteBuilder-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description ManilaShareSnapshotCreate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShareSnapshotCreateBuilderbuilder()StringgetDescription()StringgetDisplayDescription()StringgetDisplayName()BooleangetForce()StringgetName()StringgetShareId()ShareSnapshotCreateBuildertoBuilder()
-
-
-
Method Detail
-
builder
public static ShareSnapshotCreateBuilder builder()
-
getShareId
public String getShareId()
- Specified by:
getShareIdin interfaceShareSnapshotCreate- Returns:
- the UUID of the share from which to create a snapshot
-
getForce
public Boolean getForce()
- Specified by:
getForcein interfaceShareSnapshotCreate- Returns:
- whether snapshot creation is enabled when a share is busy
-
getName
public String getName()
- Specified by:
getNamein interfaceShareSnapshotCreate- Returns:
- the snapshot name
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceShareSnapshotCreate- Returns:
- the snapshot name
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceShareSnapshotCreate- Returns:
- the snapshot description
-
getDisplayDescription
public String getDisplayDescription()
- Specified by:
getDisplayDescriptionin interfaceShareSnapshotCreate- Returns:
- the snapshot description
-
toBuilder
public ShareSnapshotCreateBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<ShareSnapshotCreateBuilder>
-
-