public class HostGatewaySpec extends DynamicData
Java class for HostGatewaySpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostGatewaySpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="gatewayType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gatewayId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trustVerificationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hostAuthParams" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gatewayId |
protected String |
gatewayType |
protected List<KeyValue> |
hostAuthParams |
protected String |
trustVerificationToken |
| Constructor and Description |
|---|
HostGatewaySpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGatewayId()
Gets the value of the gatewayId property.
|
String |
getGatewayType()
Gets the value of the gatewayType property.
|
List<KeyValue> |
getHostAuthParams()
Gets the value of the hostAuthParams property.
|
String |
getTrustVerificationToken()
Gets the value of the trustVerificationToken property.
|
void |
setGatewayId(String value)
Sets the value of the gatewayId property.
|
void |
setGatewayType(String value)
Sets the value of the gatewayType property.
|
void |
setTrustVerificationToken(String value)
Sets the value of the trustVerificationToken property.
|
protected String gatewayType
protected String gatewayId
protected String trustVerificationToken
public String getGatewayType()
Stringpublic void setGatewayType(String value)
value - allowed object is
Stringpublic String getGatewayId()
Stringpublic void setGatewayId(String value)
value - allowed object is
Stringpublic String getTrustVerificationToken()
Stringpublic void setTrustVerificationToken(String value)
value - allowed object is
Stringpublic List<KeyValue> getHostAuthParams()
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 hostAuthParams property.
For example, to add a new item, do as follows:
getHostAuthParams().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
Copyright © 2018. All rights reserved.