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