Package org.openstack4j.model.manila
Class ShareNetworkUpdateOptions
- java.lang.Object
-
- org.openstack4j.model.manila.ShareNetworkUpdateOptions
-
public class ShareNetworkUpdateOptions extends Object
Options used to update a share network.- Author:
- Daniel Gonzalez Nothnagel
-
-
Constructor Summary
Constructors Constructor Description ShareNetworkUpdateOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShareNetworkUpdateOptionscreate()ShareNetworkUpdateOptionsdescription(String description)Update the share network description.StringgetDescription()StringgetName()ShareNetworkUpdateOptionsname(String name)Update the share network name.
-
-
-
Method Detail
-
create
public static ShareNetworkUpdateOptions create()
-
name
public ShareNetworkUpdateOptions name(String name)
Update the share network name.- Parameters:
name- the share network name- Returns:
- ShareNetworkUpdateOptions
-
description
public ShareNetworkUpdateOptions description(String description)
Update the share network description.- Parameters:
description- the share network description- Returns:
- ShareNetworkUpdateOptions
-
getName
public String getName()
- Returns:
- the share network name
-
getDescription
public String getDescription()
- Returns:
- the share network description
-
-