public class QueryConnectionInfoRequestType extends Object
Java class for QueryConnectionInfoRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryConnectionInfoRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
hostname |
protected String |
password |
protected int |
port |
protected String |
sslThumbprint |
protected String |
username |
| Constructor and Description |
|---|
QueryConnectionInfoRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Gets the value of the hostname property.
|
String |
getPassword()
Gets the value of the password property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getUsername()
Gets the value of the username property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected ManagedObjectReference _this
protected String hostname
protected int port
protected String username
protected String password
protected String sslThumbprint
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getHostname()
Stringpublic void setHostname(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getSslThumbprint()
StringCopyright © 2018. All rights reserved.