public class CopyImageVDSCommandParameters extends AllStorageAndImageIdVDSCommandParametersBase
Constructor and Description |
---|
CopyImageVDSCommandParameters() |
CopyImageVDSCommandParameters(Guid storagePoolId,
Guid storageDomainId,
Guid vmId,
Guid imageGroupId,
Guid srcImageId,
Guid dstImageGroupId,
Guid dstVolUUID,
String description,
Guid dstStorageDomainId,
CopyVolumeType copyVolumeType,
VolumeFormat volumeFormat,
VolumeType preallocate,
boolean postZero,
boolean force,
String compatibilityVersion) |
Modifier and Type | Method and Description |
---|---|
CopyVolumeType |
getCopyVolumeType() |
Guid |
getdstImageGroupId() |
Guid |
getDstImageId() |
Guid |
getDstStorageDomainId() |
boolean |
getForce() |
String |
getImageDescription() |
boolean |
getPostZero() |
VolumeType |
getPreallocate() |
Guid |
getVmId() |
VolumeFormat |
getVolumeFormat() |
void |
setCopyVolumeType(CopyVolumeType value) |
void |
setdstImageGroupId(Guid value) |
void |
setDstImageId(Guid value) |
void |
setDstStorageDomainId(Guid value) |
void |
setForce(boolean value) |
void |
setImageDescription(String value) |
void |
setPostZero(boolean value) |
void |
setPreallocate(VolumeType value) |
void |
setVmId(Guid value) |
void |
setVolumeFormat(VolumeFormat value) |
String |
toString() |
getImageId
getImageGroupId, setImageGroupId
getStorageDomainId, setStorageDomainId
getCompatibilityVersion, getIgnoreFailoverLimit, getStoragePoolId, setCompatibilityVersion, setIgnoreFailoverLimit, setStoragePoolId
getRunAsync, setRunAsync
public CopyImageVDSCommandParameters(Guid storagePoolId, Guid storageDomainId, Guid vmId, Guid imageGroupId, Guid srcImageId, Guid dstImageGroupId, Guid dstVolUUID, String description, Guid dstStorageDomainId, CopyVolumeType copyVolumeType, VolumeFormat volumeFormat, VolumeType preallocate, boolean postZero, boolean force, String compatibilityVersion)
public CopyImageVDSCommandParameters()
public Guid getdstImageGroupId()
public void setdstImageGroupId(Guid value)
public Guid getVmId()
public void setVmId(Guid value)
public Guid getDstImageId()
public void setDstImageId(Guid value)
public String getImageDescription()
public void setImageDescription(String value)
public Guid getDstStorageDomainId()
public void setDstStorageDomainId(Guid value)
public CopyVolumeType getCopyVolumeType()
public void setCopyVolumeType(CopyVolumeType value)
public VolumeFormat getVolumeFormat()
public void setVolumeFormat(VolumeFormat value)
public VolumeType getPreallocate()
public void setPreallocate(VolumeType value)
public boolean getPostZero()
public void setPostZero(boolean value)
public boolean getForce()
public void setForce(boolean value)
public String toString()
toString
in class AllStorageAndImageIdVDSCommandParametersBase
Copyright © 2012. All Rights Reserved.