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