public class EnterpriseDto extends SingleResourceWithAllLimitsDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_JSON_26 |
static String |
MEDIA_TYPE_JSON_27 |
static String |
MEDIA_TYPE_JSON_28 |
static String |
MEDIA_TYPE_JSON_29 |
static String |
MEDIA_TYPE_XML |
static String |
MEDIA_TYPE_XML_22 |
static String |
MEDIA_TYPE_XML_23 |
static String |
MEDIA_TYPE_XML_24 |
static String |
MEDIA_TYPE_XML_26 |
static String |
MEDIA_TYPE_XML_27 |
static String |
MEDIA_TYPE_XML_28 |
static String |
MEDIA_TYPE_XML_29 |
static String |
SHORT_MEDIA_TYPE_JSON |
static String |
SHORT_MEDIA_TYPE_XML |
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 |
|---|
EnterpriseDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
String |
getChefClient()
This must be a Chef admin client on the chef server.
|
String |
getChefClientCertificate()
The admin client certificate, which may be stored in a file called adminclient.pem
|
String |
getChefURL()
URL of the Chef Server containing recipes
|
String |
getChefValidator()
The validator client is used to create nodes.
|
String |
getChefValidatorCertificate()
The validator certificate, which may be stored in a file called organization-validator or
validation.pem
|
Integer |
getId()
Identifier of the Entity
|
Integer |
getIdPricingTemplate()
Identifier for the pricing template associated to this enterprise
|
boolean |
getIsReservationRestricted()
You can also restrict an enterprise so that it may only deploy virtual machines on the
physical machines reserved for it and not on any others
|
String |
getMediaType() |
String |
getName()
The name of the Enterprise
|
void |
setChefClient(String chefClient) |
void |
setChefClientCertificate(String chefClientCertificate) |
void |
setChefURL(String chefURL) |
void |
setChefValidator(String chefValidator) |
void |
setChefValidatorCertificate(String chefValidatorCertificate) |
void |
setId(Integer id) |
void |
setIdPricingTemplate(Integer idPricingTemplate) |
void |
setIsReservationRestricted(boolean isReservationRestricted) |
void |
setName(String name) |
getRepositoryHard, getRepositoryHardInMb, getRepositorySoft, getRepositorySoftInMb, setRepositoryHard, setRepositoryHardInMb, setRepositoryLimits, setRepositoryLimitsInMb, setRepositorySoft, setRepositorySoftInMbgetCpuCountHardLimit, getCpuCountSoftLimit, getDiskHardLimitInMb, getDiskSoftLimitInMb, getHdHardLimitInMb, getHdSoftLimitInMb, getPublicIpsHard, getPublicIpsSoft, getRamHardLimitInMb, getRamSoftLimitInMb, getStorageHard, getStorageHardInMb, getStorageSoft, getStorageSoftInMb, getVlansHard, getVlansSoft, setCpuCountHardLimit, setCpuCountLimits, setCpuCountSoftLimit, setDiskHardLimitInMb, setDiskLimitsInMb, setDiskSoftLimitInMb, setHdHardLimitInMb, setHdLimitsInMb, setHdSoftLimitInMb, setPublicIPLimits, setPublicIpsHard, setPublicIpsSoft, setRamHardLimitInMb, setRamLimitsInMb, setRamSoftLimitInMb, setStorageHard, setStorageHardInMb, setStorageLimits, setStorageLimitsInMb, setStorageSoft, setStorageSoftInMb, setVlansHard, setVlansLimits, setVlansSoftaddEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String MEDIA_TYPE
public static final String SHORT_MEDIA_TYPE_JSON
public static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_XML
public static final String MEDIA_TYPE_JSON
public static final String MEDIA_TYPE_JSON_26
public static final String MEDIA_TYPE_JSON_27
public static final String MEDIA_TYPE_JSON_28
public static final String MEDIA_TYPE_JSON_29
public static final String MEDIA_TYPE_XML_22
public static final String MEDIA_TYPE_XML_23
public static final String MEDIA_TYPE_XML_24
public static final String MEDIA_TYPE_XML_26
public static final String MEDIA_TYPE_XML_27
public static final String MEDIA_TYPE_XML_28
public static final String MEDIA_TYPE_XML_29
public Integer getId()
public void setId(Integer id)
@NotNull public String getName()
public void setName(String name)
public String getChefURL()
public void setChefURL(String chefURL)
public String getChefClient()
public void setChefClient(String chefClient)
public String getChefValidator()
public void setChefValidator(String chefValidator)
public String getChefClientCertificate()
public void setChefClientCertificate(String chefClientCertificate)
public String getChefValidatorCertificate()
public void setChefValidatorCertificate(String chefValidatorCertificate)
public boolean getIsReservationRestricted()
public void setIsReservationRestricted(boolean isReservationRestricted)
public Integer getIdPricingTemplate()
public void setIdPricingTemplate(Integer idPricingTemplate)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.