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