public class GatewayToHostConnectFault extends GatewayConnectFault
Java class for GatewayToHostConnectFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GatewayToHostConnectFault">
<complexContent>
<extension base="{urn:vim25}GatewayConnectFault">
<sequence>
<element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostname |
protected Integer |
port |
details, gatewayId, gatewayInfo, gatewayTypefaultCause, faultMessage| Constructor and Description |
|---|
GatewayToHostConnectFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Gets the value of the hostname property.
|
Integer |
getPort()
Gets the value of the port property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
getDetails, getGatewayId, getGatewayInfo, getGatewayType, setDetails, setGatewayId, setGatewayInfo, setGatewayTypegetFaultCause, getFaultMessage, setFaultCausepublic String getHostname()
Stringpublic void setHostname(String value)
value - allowed object is
Stringpublic Integer getPort()
IntegerCopyright © 2018. All rights reserved.