Class ManilaQuotaSetUpdate
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaQuotaSetUpdate
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ManilaQuotaSetUpdate extends Object implements ModelEntity
Object used to update quotas.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManilaQuotaSetUpdatefromOptions(QuotaSetUpdateOptions options)Creates a quota set update from options.
-
-
-
Method Detail
-
fromOptions
public static ManilaQuotaSetUpdate fromOptions(QuotaSetUpdateOptions options)
Creates a quota set update from options.- Parameters:
options- the quota set update options- Returns:
- a quota set update with the given options
-
-