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