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