public interface ShareManageBuilder extends Buildable.Builder<ShareManageBuilder,ShareManage>
ShareCreate
.Modifier and Type | Method and Description |
---|---|
ShareManageBuilder |
addDriverOption(String key,
String value)
Add a driver option.
|
ShareManageBuilder |
description(String desciption)
Set the share description
|
ShareManageBuilder |
driverOptions(Map<String,String> driverOptions)
Set the driver options.
|
ShareManageBuilder |
exportPath(String exportPath)
Set the share export path.
|
ShareManageBuilder |
name(String name)
Set the share name.
|
ShareManageBuilder |
protocol(Share.Protocol protocol)
Set the Shared File Systems protocol of the share to manage.
|
ShareManageBuilder |
serviceHost(String serviceHost)
Set the manage-share service host in this format:
host@backend#POOL . |
ShareManageBuilder |
shareType(String shareType)
Set the share type name.
|
build, from
ShareManageBuilder protocol(Share.Protocol protocol)
protocol
- the share protocolShareManageBuilder name(String name)
name
- the share nameShareManageBuilder shareType(String shareType)
shareType
- the share typeShareManageBuilder addDriverOption(String key, String value)
key
- the key of the driver optionvalue
- the value of the driver optionShareManageBuilder driverOptions(Map<String,String> driverOptions)
driverOptions
- the driver optionsShareManageBuilder exportPath(String exportPath)
exportPath
- the share export pathShareManageBuilder serviceHost(String serviceHost)
host@backend#POOL
.serviceHost
- the service hostShareManageBuilder description(String desciption)
desciption
- the share descriptionCopyright © 2017. All rights reserved.