public class VmManagementParametersBase extends VmOperationParameterBase implements Serializable
Constructor and Description |
---|
VmManagementParametersBase() |
VmManagementParametersBase(VM vm) |
VmManagementParametersBase(VmStatic vmStatic) |
Modifier and Type | Method and Description |
---|---|
boolean |
getDontAttachToDefaultTag() |
boolean |
getDontCheckTemplateImages() |
Guid |
getStorageDomainId() |
VM |
getVm() |
VmStatic |
getVmStaticData() |
boolean |
isMakeCreatorExplicitOwner() |
void |
setDontAttachToDefaultTag(boolean value) |
void |
setDontCheckTemplateImages(boolean value) |
void |
setMakeCreatorExplicitOwner(boolean makeCreatorExplicitOwner) |
void |
setStorageDomainId(Guid value) |
void |
setVm(VM value) |
void |
setVmStaticData(VmStatic value) |
getVmId, setVmId
Accept, equals, getEntityId, getHttpSessionId, getImagesParameters, getMultipleAction, getParametersCurrentUser, getParentCommand, getParentParameters, getSessionId, getShouldBeLogged, getTaskGroupSuccess, getTaskIds, getTaskStartTime, getTransactionScopeOption, hashCode, isCompensationEnabled, setCompensationEnabled, setEntityId, setImagesParameters, setMultipleAction, setParametersCurrentUser, setParentCommand, setParentParemeters, setSessionId, setShouldBeLogged, setTaskGroupSuccess, setTaskIds, setTaskStartTime, setTransactionScopeOption
public VmManagementParametersBase()
public VmManagementParametersBase(VmStatic vmStatic)
public VmManagementParametersBase(VM vm)
public VmStatic getVmStaticData()
public void setVmStaticData(VmStatic value)
public Guid getStorageDomainId()
public void setStorageDomainId(Guid value)
public boolean getDontCheckTemplateImages()
public void setDontCheckTemplateImages(boolean value)
public boolean getDontAttachToDefaultTag()
public void setDontAttachToDefaultTag(boolean value)
public VM getVm()
public void setVm(VM value)
public void setMakeCreatorExplicitOwner(boolean makeCreatorExplicitOwner)
public boolean isMakeCreatorExplicitOwner()
Copyright © 2012. All Rights Reserved.