public class HostPlugStoreTopologyTarget extends DynamicData
Java class for HostPlugStoreTopologyTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPlugStoreTopologyTarget">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="transport" type="{urn:vim25}HostTargetTransport" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected HostTargetTransport |
transport |
| Constructor and Description |
|---|
HostPlugStoreTopologyTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
HostTargetTransport |
getTransport()
Gets the value of the transport property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setTransport(HostTargetTransport value)
Sets the value of the transport property.
|
protected String key
protected HostTargetTransport transport
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic HostTargetTransport getTransport()
HostTargetTransportpublic void setTransport(HostTargetTransport value)
value - allowed object is
HostTargetTransportCopyright © 2018. All rights reserved.