public class VDC
extends java.lang.Object
Constructor and Description |
---|
VDC() |
Modifier and Type | Method and Description |
---|---|
VDCAppCategory[] |
getAppCatList() |
java.lang.String |
getApproverList() |
java.lang.String |
getCloudName() |
java.lang.String |
getComputingPolicy() |
java.lang.String |
getCostModel() |
int |
getGroupId() |
int |
getInactivityPeriodForDeletion() |
java.lang.String |
getNetworkPolicy() |
java.lang.String |
getPrimaryDeployPolicy() |
java.lang.String |
getSecondaryDeployPolicy() |
java.lang.String |
getSlaPolicy() |
java.lang.String |
getSpVDCName() |
java.lang.String |
getStoragePolicy() |
java.lang.String |
getUserActionsPolicy() |
java.lang.String |
getVdcCustomerNoticationEmail() |
java.lang.String |
getVdcDescription() |
int |
getVdcId() |
java.lang.String |
getVdcName() |
java.lang.String |
getVdcSupportEmail() |
VDCXenDesktopParams |
getXdVdcParms() |
boolean |
isContainerVDC() |
boolean |
isDeletable() |
boolean |
isDisableCostModelDisplay() |
boolean |
isEnableStorageEfficiency() |
boolean |
isLocked() |
boolean |
isSelfServiceDeleteVM() |
boolean |
isSelfServiceDiskMgmt() |
boolean |
isSelfServiceNetMgmt() |
boolean |
isSelfServicePowerMgmt() |
boolean |
isSelfServiceResize() |
boolean |
isSelfServiceSnapshotMgmt() |
boolean |
isVDCProfile() |
boolean |
isVdiVDC() |
void |
setAppCatList(VDCAppCategory[] appCatList) |
void |
setApproverList(java.lang.String approverList) |
void |
setCloudName(java.lang.String cloudName) |
void |
setComputingPolicy(java.lang.String computingPolicy) |
void |
setContainerVDC(boolean isContainerVDC) |
void |
setCostModel(java.lang.String costModel) |
void |
setDeletable(boolean isDeletable) |
void |
setDisableCostModelDisplay(boolean disableCostModelDisplay) |
void |
setEnableStorageEfficiency(boolean isEnableStorageEfficiency) |
void |
setGroupId(int groupId) |
void |
setInactivityPeriodForDeletion(int inactivityPeriodForDeletion) |
void |
setLocked(boolean isLocked) |
void |
setNetworkPolicy(java.lang.String networkPolicy) |
void |
setPrimaryDeployPolicy(java.lang.String primaryDeployPolicy) |
void |
setSecondaryDeployPolicy(java.lang.String secondaryDeployPolicy) |
void |
setSelfServiceDeleteVM(boolean isSelfServiceDeleteVM) |
void |
setSelfServiceDiskMgmt(boolean isSelfServiceDiskMgmt) |
void |
setSelfServiceNetMgmt(boolean isSelfServiceNetMgmt) |
void |
setSelfServicePowerMgmt(boolean isSelfServicePowerMgmt) |
void |
setSelfServiceResize(boolean isSelfServiceResize) |
void |
setSelfServiceSnapshotMgmt(boolean isSelfServiceSnapshotMgmt) |
void |
setSlaPolicy(java.lang.String slaPolicy) |
void |
setSpVDCName(java.lang.String spVDCName) |
void |
setStoragePolicy(java.lang.String storagePolicy) |
void |
setUserActionsPolicy(java.lang.String userActionsPolicy) |
void |
setVdcCustomerNoticationEmail(java.lang.String vdcCustomerNoticationEmail) |
void |
setVdcDescription(java.lang.String vdcDescription) |
void |
setVdcId(int vdcId) |
void |
setVdcName(java.lang.String vdcName) |
void |
setVDCProfile(boolean isVDCProfile) |
void |
setVdcSupportEmail(java.lang.String vdcSupportEmail) |
void |
setVdiVDC(boolean isVdiVDC) |
void |
setXdVdcParms(VDCXenDesktopParams xdVdcParms) |
public int getVdcId()
public void setVdcId(int vdcId)
vdcId
- the vdcId to setpublic java.lang.String getVdcName()
public void setVdcName(java.lang.String vdcName)
vdcName
- the vdcName to setpublic java.lang.String getVdcDescription()
public void setVdcDescription(java.lang.String vdcDescription)
vdcDescription
- the vdcDescription to setpublic java.lang.String getCloudName()
public void setCloudName(java.lang.String cloudName)
cloudName
- the cloudName to setpublic int getGroupId()
public void setGroupId(int groupId)
groupId
- the groupId to setpublic java.lang.String getApproverList()
public void setApproverList(java.lang.String approverList)
approverList
- the approverList to setpublic java.lang.String getVdcSupportEmail()
public void setVdcSupportEmail(java.lang.String vdcSupportEmail)
vdcSupportEmail
- the vdcSupportEmail to setpublic java.lang.String getVdcCustomerNoticationEmail()
public void setVdcCustomerNoticationEmail(java.lang.String vdcCustomerNoticationEmail)
vdcCustomerNoticationEmail
- the vdcCustomerNoticationEmail to setpublic java.lang.String getPrimaryDeployPolicy()
public void setPrimaryDeployPolicy(java.lang.String primaryDeployPolicy)
primaryDeployPolicy
- the primaryDeployPolicy to setpublic java.lang.String getSecondaryDeployPolicy()
public void setSecondaryDeployPolicy(java.lang.String secondaryDeployPolicy)
secondaryDeployPolicy
- the secondaryDeployPolicy to setpublic java.lang.String getSlaPolicy()
public void setSlaPolicy(java.lang.String slaPolicy)
slaPolicy
- the slaPolicy to setpublic java.lang.String getComputingPolicy()
public void setComputingPolicy(java.lang.String computingPolicy)
computingPolicy
- the computingPolicy to setpublic java.lang.String getStoragePolicy()
public void setStoragePolicy(java.lang.String storagePolicy)
storagePolicy
- the storagePolicy to setpublic java.lang.String getNetworkPolicy()
public void setNetworkPolicy(java.lang.String networkPolicy)
networkPolicy
- the networkPolicy to setpublic java.lang.String getCostModel()
public void setCostModel(java.lang.String costModel)
costModel
- the costModel to setpublic boolean isDisableCostModelDisplay()
public void setDisableCostModelDisplay(boolean disableCostModelDisplay)
disableCostModelDisplay
- the disableCostModelDisplay to setpublic java.lang.String getSpVDCName()
public void setSpVDCName(java.lang.String spVDCName)
spVDCName
- the spVDCName to setpublic boolean isLocked()
public void setLocked(boolean isLocked)
isLocked
- the isLocked to setpublic boolean isDeletable()
public void setDeletable(boolean isDeletable)
isDeletable
- the isDeletable to setpublic boolean isSelfServicePowerMgmt()
public void setSelfServicePowerMgmt(boolean isSelfServicePowerMgmt)
isSelfServicePowerMgmt
- the isSelfServicePowerMgmt to setpublic boolean isSelfServiceResize()
public void setSelfServiceResize(boolean isSelfServiceResize)
isSelfServiceResize
- the isSelfServiceResize to setpublic boolean isSelfServiceDeleteVM()
public void setSelfServiceDeleteVM(boolean isSelfServiceDeleteVM)
isSelfServiceDeleteVM
- the isSelfServiceDeleteVM to setpublic boolean isSelfServiceSnapshotMgmt()
public void setSelfServiceSnapshotMgmt(boolean isSelfServiceSnapshotMgmt)
isSelfServiceSnapshotMgmt
- the isSelfServiceSnapshotMgmt to setpublic boolean isSelfServiceDiskMgmt()
public void setSelfServiceDiskMgmt(boolean isSelfServiceDiskMgmt)
isSelfServiceDiskMgmt
- the isSelfServiceDiskMgmt to setpublic boolean isSelfServiceNetMgmt()
public void setSelfServiceNetMgmt(boolean isSelfServiceNetMgmt)
isSelfServiceNetMgmt
- the isSelfServiceNetMgmt to setpublic int getInactivityPeriodForDeletion()
public void setInactivityPeriodForDeletion(int inactivityPeriodForDeletion)
inactivityPeriodForDeletion
- the inactivityPeriodForDeletion to setpublic java.lang.String getUserActionsPolicy()
public void setUserActionsPolicy(java.lang.String userActionsPolicy)
userActionsPolicy
- the userActionsPolicy to setpublic boolean isVDCProfile()
public void setVDCProfile(boolean isVDCProfile)
isVDCProfile
- the isVDCProfile to setpublic boolean isEnableStorageEfficiency()
public void setEnableStorageEfficiency(boolean isEnableStorageEfficiency)
isEnableStorageEfficiency
- the isEnableStorageEfficiency to setpublic boolean isContainerVDC()
public void setContainerVDC(boolean isContainerVDC)
isContainerVDC
- the isContainerVDC to setpublic boolean isVdiVDC()
public void setVdiVDC(boolean isVdiVDC)
isVdiVDC
- the isVdiVDC to setpublic VDCXenDesktopParams getXdVdcParms()
public void setXdVdcParms(VDCXenDesktopParams xdVdcParms)
xdVdcParms
- the xdVdcParms to setpublic VDCAppCategory[] getAppCatList()
public void setAppCatList(VDCAppCategory[] appCatList)
appCatList
- the appCatList to set