public class KmipServerInfo extends DynamicData
Java class for KmipServerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KmipServerInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="proxyAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proxyPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="reconnect" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nbio" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
name |
protected Integer |
nbio |
protected int |
port |
protected String |
protocol |
protected String |
proxyAddress |
protected Integer |
proxyPort |
protected Integer |
reconnect |
protected Integer |
timeout |
protected String |
userName |
| Constructor and Description |
|---|
KmipServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getNbio()
Gets the value of the nbio property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getProtocol()
Gets the value of the protocol property.
|
String |
getProxyAddress()
Gets the value of the proxyAddress property.
|
Integer |
getProxyPort()
Gets the value of the proxyPort property.
|
Integer |
getReconnect()
Gets the value of the reconnect property.
|
Integer |
getTimeout()
Gets the value of the timeout property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNbio(Integer value)
Sets the value of the nbio property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setProxyAddress(String value)
Sets the value of the proxyAddress property.
|
void |
setProxyPort(Integer value)
Sets the value of the proxyPort property.
|
void |
setReconnect(Integer value)
Sets the value of the reconnect property.
|
void |
setTimeout(Integer value)
Sets the value of the timeout property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected String name
protected String address
protected int port
protected String proxyAddress
protected Integer proxyPort
protected Integer reconnect
protected String protocol
protected Integer nbio
protected Integer timeout
protected String userName
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public String getProxyAddress()
Stringpublic void setProxyAddress(String value)
value - allowed object is
Stringpublic Integer getProxyPort()
Integerpublic void setProxyPort(Integer value)
value - allowed object is
Integerpublic Integer getReconnect()
Integerpublic void setReconnect(Integer value)
value - allowed object is
Integerpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic Integer getNbio()
Integerpublic void setNbio(Integer value)
value - allowed object is
Integerpublic Integer getTimeout()
Integerpublic void setTimeout(Integer value)
value - allowed object is
Integerpublic String getUserName()
StringCopyright © 2018. All rights reserved.