public class HostListSummaryGatewaySummary extends DynamicData
Java class for HostListSummaryGatewaySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostListSummaryGatewaySummary">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gatewayId |
protected String |
gatewayType |
| Constructor and Description |
|---|
HostListSummaryGatewaySummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGatewayId()
Gets the value of the gatewayId property.
|
String |
getGatewayType()
Gets the value of the gatewayType property.
|
void |
setGatewayId(String value)
Sets the value of the gatewayId property.
|
void |
setGatewayType(String value)
Sets the value of the gatewayType property.
|
public String getGatewayType()
Stringpublic void setGatewayType(String value)
value - allowed object is
Stringpublic String getGatewayId()
StringCopyright © 2018. All rights reserved.