public class GatewayToHostTrustVerifyFault extends GatewayToHostConnectFault
Java class for GatewayToHostTrustVerifyFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GatewayToHostTrustVerifyFault">
<complexContent>
<extension base="{urn:vim25}GatewayToHostConnectFault">
<sequence>
<element name="verificationToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="propertiesToVerify" type="{urn:vim25}KeyValue" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyValue> |
propertiesToVerify |
protected String |
verificationToken |
hostname, portdetails, gatewayId, gatewayInfo, gatewayTypefaultCause, faultMessage| Constructor and Description |
|---|
GatewayToHostTrustVerifyFault() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
getPropertiesToVerify()
Gets the value of the propertiesToVerify property.
|
String |
getVerificationToken()
Gets the value of the verificationToken property.
|
void |
setVerificationToken(String value)
Sets the value of the verificationToken property.
|
getHostname, getPort, setHostname, setPortgetDetails, getGatewayId, getGatewayInfo, getGatewayType, setDetails, setGatewayId, setGatewayInfo, setGatewayTypegetFaultCause, getFaultMessage, setFaultCauseprotected String verificationToken
public String getVerificationToken()
Stringpublic void setVerificationToken(String value)
value - allowed object is
Stringpublic List<KeyValue> getPropertiesToVerify()
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 propertiesToVerify property.
For example, to add a new item, do as follows:
getPropertiesToVerify().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
Copyright © 2018. All rights reserved.