public class SecurityServiceUpdateOptions extends Object
| Constructor and Description |
|---|
SecurityServiceUpdateOptions() |
public static SecurityServiceUpdateOptions create()
public SecurityServiceUpdateOptions type(SecurityService.Type type)
type - the security service typepublic SecurityServiceUpdateOptions name(String name)
name - the security service namepublic SecurityServiceUpdateOptions description(String description)
description - the security service descriptionpublic SecurityServiceUpdateOptions dnsIp(String dnsIp)
dnsIp - the security service DNS IPpublic SecurityServiceUpdateOptions user(String user)
user - the security service userpublic SecurityServiceUpdateOptions password(String password)
password - the security service passwordpublic SecurityServiceUpdateOptions domain(String domain)
domain - the security service domainpublic SecurityServiceUpdateOptions server(String server)
server - the security service serverpublic SecurityService.Type getType()
public String getName()
public String getDescription()
public String getDnsIp()
public String getUser()
public String getPassword()
public String getDomain()
public String getServer()
Copyright © 2017. All rights reserved.