public abstract class SingleResourceWithLimitsDto extends SingleResourceTransportDto
API_VERSION, API_VERSION_20, API_VERSION_22, API_VERSION_23, API_VERSION_24, API_VERSION_26, API_VERSION_27, API_VERSION_28, API_VERSION_29, APPLICATION, editLink, JSON, links, VERSION_PARAM, XML| Constructor and Description |
|---|
SingleResourceWithLimitsDto() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpuCountHardLimit()
Total amount of Virtual CPUs that may be used by Virtual Machines.
|
int |
getCpuCountSoftLimit()
Total amount of Virtual CPUs that may be used by Virtual Machines.
|
Long |
getDiskHardLimitInMb()
Total size of Hard Disks that may be used by Virtual Machines.
|
Long |
getDiskSoftLimitInMb()
Total size of Hard Disks that may be used by Virtual Machines.
|
Long |
getHdHardLimitInMb()
Deprecated.
|
Long |
getHdSoftLimitInMb()
Deprecated.
|
long |
getPublicIpsHard()
Total amount of Public IPs that may be defined.
|
long |
getPublicIpsSoft()
Total amount of Public IPs that may be defined.
|
int |
getRamHardLimitInMb()
Total amount of RAM memory that may be used by Virtual Machines.
|
int |
getRamSoftLimitInMb()
Total amount of RAM memory that may be used by Virtual Machines.
|
Long |
getStorageHard()
Deprecated.
|
Long |
getStorageHardInMb()
Total size of external storage that may be assigned.
|
Long |
getStorageSoft()
Deprecated.
|
Long |
getStorageSoftInMb()
Total size of external storage that may be assigned.
|
long |
getVlansHard()
Total amount of VLANs that may be defined.
|
long |
getVlansSoft()
Total amount of VLANs that may be defined.
|
void |
setCpuCountHardLimit(int cpuCountHardLimit) |
void |
setCpuCountLimits(int softLimit,
int hardLimit) |
void |
setCpuCountSoftLimit(int cpuCountSoftLimit) |
void |
setDiskHardLimitInMb(Long diskHardLimitInMb) |
void |
setDiskLimitsInMb(long softLimit,
long hardLimit) |
void |
setDiskSoftLimitInMb(Long diskSoftLimitInMb) |
void |
setHdHardLimitInMb(Long hdHardLimitInMb)
Deprecated.
|
void |
setHdLimitsInMb(long softLimit,
long hardLimit)
Deprecated.
|
void |
setHdSoftLimitInMb(Long hdSoftLimitInMb)
Deprecated.
|
void |
setPublicIPLimits(long softLimit,
long hardLimit) |
void |
setPublicIpsHard(long publicIpsHard) |
void |
setPublicIpsSoft(long publicIpsSoft) |
void |
setRamHardLimitInMb(int ramHardLimitInMb) |
void |
setRamLimitsInMb(int softLimit,
int hardLimit) |
void |
setRamSoftLimitInMb(int ramSoftLimitInMb) |
void |
setStorageHard(Long storageHard)
Deprecated.
|
void |
setStorageHardInMb(Long storageHardInMb) |
void |
setStorageLimits(long softLimit,
long hardLimit)
Deprecated.
|
void |
setStorageLimitsInMb(long softLimit,
long hardLimit) |
void |
setStorageSoft(Long storageSoft)
Deprecated.
|
void |
setStorageSoftInMb(Long storageSoftInMb) |
void |
setVlansHard(long vlansHard) |
void |
setVlansLimits(long softLimit,
long hardLimit) |
void |
setVlansSoft(long vlansSoft) |
addEditLink, addLink, addLinks, getBaseMediaType, getEditLink, getIdFromLink, getLinks, getMediaType, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinks@NotNull public int getRamSoftLimitInMb()
public void setRamSoftLimitInMb(int ramSoftLimitInMb)
@NotNull public int getRamHardLimitInMb()
public void setRamHardLimitInMb(int ramHardLimitInMb)
@NotNull public int getCpuCountSoftLimit()
public void setCpuCountSoftLimit(int cpuCountSoftLimit)
@NotNull public int getCpuCountHardLimit()
public void setCpuCountHardLimit(int cpuCountHardLimit)
public Long getDiskSoftLimitInMb()
public void setDiskSoftLimitInMb(Long diskSoftLimitInMb)
public Long getDiskHardLimitInMb()
public void setDiskHardLimitInMb(Long diskHardLimitInMb)
@Deprecated public Long getHdSoftLimitInMb()
@Deprecated public void setHdSoftLimitInMb(Long hdSoftLimitInMb)
@Deprecated public Long getHdHardLimitInMb()
@Deprecated public void setHdHardLimitInMb(Long hdHardLimitInMb)
@NotNull public Long getStorageSoftInMb()
public void setStorageSoftInMb(Long storageSoftInMb)
public Long getStorageHardInMb()
public void setStorageHardInMb(Long storageHardInMb)
@Deprecated public Long getStorageSoft()
@Deprecated public void setStorageSoft(Long storageSoft)
@Deprecated public Long getStorageHard()
@Deprecated public void setStorageHard(Long storageHard)
@NotNull public long getVlansSoft()
public void setVlansSoft(long vlansSoft)
@NotNull public long getVlansHard()
public void setVlansHard(long vlansHard)
@NotNull public long getPublicIpsSoft()
public void setPublicIpsSoft(long publicIpsSoft)
@NotNull public long getPublicIpsHard()
public void setPublicIpsHard(long publicIpsHard)
public void setStorageLimitsInMb(long softLimit,
long hardLimit)
@Deprecated public void setStorageLimits(long softLimit, long hardLimit)
public void setVlansLimits(long softLimit,
long hardLimit)
public void setPublicIPLimits(long softLimit,
long hardLimit)
public void setRamLimitsInMb(int softLimit,
int hardLimit)
public void setCpuCountLimits(int softLimit,
int hardLimit)
public void setDiskLimitsInMb(long softLimit,
long hardLimit)
@Deprecated public void setHdLimitsInMb(long softLimit, long hardLimit)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.