Package org.ovirt.engine.sdk4.builders
Class AgentBuilder
- java.lang.Object
-
- org.ovirt.engine.sdk4.builders.AgentBuilder
-
public class AgentBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentBuilder()
-
Method Summary
-
-
-
Method Detail
-
address
public AgentBuilder address(String newAddress)
-
comment
public AgentBuilder comment(String newComment)
-
concurrent
public AgentBuilder concurrent(boolean newConcurrent)
-
concurrent
public AgentBuilder concurrent(Boolean newConcurrent)
-
description
public AgentBuilder description(String newDescription)
-
encryptOptions
public AgentBuilder encryptOptions(boolean newEncryptOptions)
-
encryptOptions
public AgentBuilder encryptOptions(Boolean newEncryptOptions)
-
host
public AgentBuilder host(Host newHost)
-
host
public AgentBuilder host(HostBuilder newHost)
-
href
public AgentBuilder href(String newHref)
-
id
public AgentBuilder id(String newId)
-
name
public AgentBuilder name(String newName)
-
options
public AgentBuilder options(List<Option> newOptions)
-
options
public AgentBuilder options(Option... newOptions)
-
options
public AgentBuilder options(OptionBuilder... newOptions)
-
order
public AgentBuilder order(int newOrder)
-
order
public AgentBuilder order(Integer newOrder)
-
order
public AgentBuilder order(long newOrder)
-
order
public AgentBuilder order(Long newOrder)
-
order
public AgentBuilder order(BigInteger newOrder)
-
password
public AgentBuilder password(String newPassword)
-
port
public AgentBuilder port(int newPort)
-
port
public AgentBuilder port(Integer newPort)
-
port
public AgentBuilder port(long newPort)
-
port
public AgentBuilder port(Long newPort)
-
port
public AgentBuilder port(BigInteger newPort)
-
type
public AgentBuilder type(String newType)
-
username
public AgentBuilder username(String newUsername)
-
build
public Agent build()
-
-