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, unsetLinksgetActions, isSetActions, setActionspublic void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public Template getTemplate()
Templatepublic void setTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetTemplate()
public InstanceType getInstanceType()
InstanceTypepublic void setInstanceType(InstanceType value)
value - allowed object is
InstanceTypepublic boolean isSetInstanceType()
public String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic boolean isSetProtocol()
public Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public Integer getTlsPort()
Integerpublic void setTlsPort(Integer value)
value - allowed object is
Integerpublic boolean isSetTlsPort()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0