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