public class VmNetworkInterface extends NetworkInterface<VmNetworkStatistics>
id, statistics
Constructor and Description |
---|
VmNetworkInterface() |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getChangeablePropertiesList() |
Object |
getQueryableId() |
NGuid |
getVmId()
Returns the VM instance id.
|
String |
getVmName()
Returns the VM name.
|
NGuid |
getVmTemplateId()
Returns the VM template instance id.
|
void |
setVmId(NGuid vmId)
Sets the VM instance id.
|
void |
setVmName(String vmName)
Sets the VM name.
|
void |
setVmTemplateId(NGuid vmTemplateId)
Sets the VM template instance id.
|
getId, getMacAddress, getName, getNetworkName, getSpeed, getStatistics, getType, setId, setMacAddress, setName, setNetworkName, setSpeed, setStatistics, setType
public void setVmId(NGuid vmId)
vmId
- the idpublic NGuid getVmId()
public void setVmName(String vmName)
vmName
- the namepublic String getVmName()
public void setVmTemplateId(NGuid vmTemplateId)
vmTemplateId
- the idpublic NGuid getVmTemplateId()
public Object getQueryableId()
getQueryableId
in class IVdcQueryable
public ArrayList<String> getChangeablePropertiesList()
getChangeablePropertiesList
in class IVdcQueryable
Copyright © 2012. All Rights Reserved.