public class GraphicsConsoleContainer extends IdentifiedContainer implements GraphicsConsole
Constructor and Description |
---|
GraphicsConsoleContainer() |
Modifier and Type | Method and Description |
---|---|
String |
address() |
void |
address(String newAddress) |
boolean |
addressPresent() |
InstanceType |
instanceType() |
void |
instanceType(InstanceType newInstanceType) |
boolean |
instanceTypePresent() |
BigInteger |
port() |
void |
port(BigInteger newPort) |
boolean |
portPresent() |
GraphicsType |
protocol() |
void |
protocol(GraphicsType newProtocol) |
boolean |
protocolPresent() |
Template |
template() |
void |
template(Template newTemplate) |
boolean |
templatePresent() |
BigInteger |
tlsPort() |
void |
tlsPort(BigInteger newTlsPort) |
boolean |
tlsPortPresent() |
Vm |
vm() |
void |
vm(Vm newVm) |
boolean |
vmPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String address()
address
in interface GraphicsConsole
public void address(String newAddress)
public boolean addressPresent()
addressPresent
in interface GraphicsConsole
public BigInteger port()
port
in interface GraphicsConsole
public void port(BigInteger newPort)
public boolean portPresent()
portPresent
in interface GraphicsConsole
public GraphicsType protocol()
protocol
in interface GraphicsConsole
public void protocol(GraphicsType newProtocol)
public boolean protocolPresent()
protocolPresent
in interface GraphicsConsole
public BigInteger tlsPort()
tlsPort
in interface GraphicsConsole
public void tlsPort(BigInteger newTlsPort)
public boolean tlsPortPresent()
tlsPortPresent
in interface GraphicsConsole
public InstanceType instanceType()
instanceType
in interface GraphicsConsole
public void instanceType(InstanceType newInstanceType)
public boolean instanceTypePresent()
instanceTypePresent
in interface GraphicsConsole
public Template template()
template
in interface GraphicsConsole
public void template(Template newTemplate)
public boolean templatePresent()
templatePresent
in interface GraphicsConsole
public Vm vm()
vm
in interface GraphicsConsole
public void vm(Vm newVm)
public boolean vmPresent()
vmPresent
in interface GraphicsConsole
Copyright © 2016. All rights reserved.