Package org.openstack4j.model.manila
Class ShareSnapshotUpdateOptions
- java.lang.Object
-
- org.openstack4j.model.manila.ShareSnapshotUpdateOptions
-
public class ShareSnapshotUpdateOptions extends Object
Options used to update a share snapshot.- Author:
- Daniel Gonzalez Nothnagel
-
-
Constructor Summary
Constructors Constructor Description ShareSnapshotUpdateOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShareSnapshotUpdateOptionscreate()ShareSnapshotUpdateOptionsdisplayDescription(String displayDescription)Update the share snapshot description.ShareSnapshotUpdateOptionsdisplayName(String displayName)Update the share snapshot name.StringgetDisplayDescription()StringgetDisplayName()
-
-
-
Method Detail
-
create
public static ShareSnapshotUpdateOptions create()
-
displayName
public ShareSnapshotUpdateOptions displayName(String displayName)
Update the share snapshot name.- Parameters:
displayName- the share snapshot name- Returns:
- ShareSnapshotUpdateOptions
-
displayDescription
public ShareSnapshotUpdateOptions displayDescription(String displayDescription)
Update the share snapshot description.- Parameters:
displayDescription- the share snapshot description- Returns:
- ShareSnapshotUpdateOptions
-
getDisplayName
public String getDisplayName()
- Returns:
- the share snapshot name
-
getDisplayDescription
public String getDisplayDescription()
- Returns:
- the share snapshot description.
-
-