Class ManilaSecurityServiceUpdate
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaSecurityServiceUpdate
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ManilaSecurityServiceUpdate extends Object implements ModelEntity
Object used to update existing security services.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManilaSecurityServiceUpdatefromOptions(SecurityServiceUpdateOptions options)Creates a security service from options.
-
-
-
Method Detail
-
fromOptions
public static ManilaSecurityServiceUpdate fromOptions(SecurityServiceUpdateOptions options)
Creates a security service from options. This can be used to update an existing security service.- Parameters:
options- the security service update options- Returns:
- a security service with the given options
-
-