public class GatewayToHostAuthFault extends GatewayToHostConnectFault
Java class for GatewayToHostAuthFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GatewayToHostAuthFault">
<complexContent>
<extension base="{urn:vim25}GatewayToHostConnectFault">
<sequence>
<element name="invalidProperties" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="missingProperties" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
invalidProperties |
protected List<String> |
missingProperties |
hostname, portdetails, gatewayId, gatewayInfo, gatewayTypefaultCause, faultMessage| Constructor and Description |
|---|
GatewayToHostAuthFault() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInvalidProperties()
Gets the value of the invalidProperties property.
|
List<String> |
getMissingProperties()
Gets the value of the missingProperties property.
|
getHostname, getPort, setHostname, setPortgetDetails, getGatewayId, getGatewayInfo, getGatewayType, setDetails, setGatewayId, setGatewayInfo, setGatewayTypegetFaultCause, getFaultMessage, setFaultCausepublic List<String> getInvalidProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the invalidProperties property.
For example, to add a new item, do as follows:
getInvalidProperties().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getMissingProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the missingProperties property.
For example, to add a new item, do as follows:
getMissingProperties().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.