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