public class VirtualDiskId extends DynamicData
Java class for VirtualDiskId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskId">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="diskId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
diskId |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
VirtualDiskId() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDiskId()
Gets the value of the diskId property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setDiskId(int value)
Sets the value of the diskId property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected ManagedObjectReference vm
protected int diskId
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getDiskId()
public void setDiskId(int value)
Copyright © 2018. All rights reserved.