public class VirtualMachineTicket extends DynamicData
Java class for VirtualMachineTicket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineTicket">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ticket" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cfgFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="host" 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="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cfgFile |
protected String |
host |
protected Integer |
port |
protected String |
sslThumbprint |
protected String |
ticket |
| Constructor and Description |
|---|
VirtualMachineTicket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCfgFile()
Gets the value of the cfgFile property.
|
String |
getHost()
Gets the value of the host property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
String |
getTicket()
Gets the value of the ticket property.
|
void |
setCfgFile(String value)
Sets the value of the cfgFile property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
void |
setTicket(String value)
Sets the value of the ticket property.
|
protected String ticket
protected String cfgFile
protected String host
protected Integer port
protected String sslThumbprint
public String getTicket()
Stringpublic void setTicket(String value)
value - allowed object is
Stringpublic String getCfgFile()
Stringpublic void setCfgFile(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getSslThumbprint()
StringCopyright © 2018. All rights reserved.