public class GraphicsConsole extends BaseResource
Java class for GraphicsConsole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GraphicsConsole"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}vm" minOccurs="0"/> <element ref="{}template" minOccurs="0"/> <element ref="{}instance_type" minOccurs="0"/> <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tls_port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
GraphicsConsole() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
InstanceType |
getInstanceType()
Gets the value of the instanceType property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
Template |
getTemplate()
Gets the value of the template property.
|
Integer |
getTlsPort()
Gets the value of the tlsPort property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetAddress() |
boolean |
isSetInstanceType() |
boolean |
isSetPort() |
boolean |
isSetProtocol() |
boolean |
isSetTemplate() |
boolean |
isSetTlsPort() |
boolean |
isSetVm() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setInstanceType(InstanceType value)
Sets the value of the instanceType property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setTlsPort(Integer value)
Sets the value of the tlsPort property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public InstanceType getInstanceType()
InstanceType
public void setInstanceType(InstanceType value)
value
- allowed object is
InstanceType
public boolean isSetInstanceType()
public String getProtocol()
String
public void setProtocol(String value)
value
- allowed object is
String
public boolean isSetProtocol()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public Integer getTlsPort()
Integer
public void setTlsPort(Integer value)
value
- allowed object is
Integer
public boolean isSetTlsPort()
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0