Class QuotaDefinition
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_manager.v2.model.QuotaDefinition
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class QuotaDefinition extends com.ibm.cloud.sdk.core.service.model.GenericModelA returned quota definition.
-
-
Constructor Summary
Constructors Constructor Description QuotaDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedAt()Gets the createdAt.java.lang.DoublegetDefaultNumberOfInstancesPerLitePlan()Gets the defaultNumberOfInstancesPerLitePlan.java.lang.StringgetId()Gets the id.java.lang.StringgetInstanceMemory()Gets the instanceMemory.java.lang.DoublegetInstancesPerApp()Gets the instancesPerApp.java.lang.StringgetName()Gets the name.java.lang.DoublegetNumberOfApps()Gets the numberOfApps.java.lang.DoublegetNumberOfServiceInstances()Gets the numberOfServiceInstances.java.util.List<ResourceQuota>getResourceQuotas()Gets the resourceQuotas.java.lang.StringgetTotalAppMemory()Gets the totalAppMemory.java.lang.StringgetType()Gets the type.java.util.DategetUpdatedAt()Gets the updatedAt.java.lang.DoublegetVsiLimit()Gets the vsiLimit.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. An alpha-numeric value identifying the quota.- Returns:
- the id
-
getName
public java.lang.String getName()
Gets the name. The human-readable name of the quota.- Returns:
- the name
-
getType
public java.lang.String getType()
Gets the type. The type of the quota.- Returns:
- the type
-
getNumberOfApps
public java.lang.Double getNumberOfApps()
Gets the numberOfApps. The total app limit.- Returns:
- the numberOfApps
-
getNumberOfServiceInstances
public java.lang.Double getNumberOfServiceInstances()
Gets the numberOfServiceInstances. The total service instances limit per app.- Returns:
- the numberOfServiceInstances
-
getDefaultNumberOfInstancesPerLitePlan
public java.lang.Double getDefaultNumberOfInstancesPerLitePlan()
Gets the defaultNumberOfInstancesPerLitePlan. Default number of instances per lite plan.- Returns:
- the defaultNumberOfInstancesPerLitePlan
-
getInstancesPerApp
public java.lang.Double getInstancesPerApp()
Gets the instancesPerApp. The total instances limit per app.- Returns:
- the instancesPerApp
-
getInstanceMemory
public java.lang.String getInstanceMemory()
Gets the instanceMemory. The total memory of app instance.- Returns:
- the instanceMemory
-
getTotalAppMemory
public java.lang.String getTotalAppMemory()
Gets the totalAppMemory. The total app memory capacity.- Returns:
- the totalAppMemory
-
getVsiLimit
public java.lang.Double getVsiLimit()
Gets the vsiLimit. The VSI limit.- Returns:
- the vsiLimit
-
getResourceQuotas
public java.util.List<ResourceQuota> getResourceQuotas()
Gets the resourceQuotas. The resource quotas associated with a quota definition.- Returns:
- the resourceQuotas
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. The date when the quota was initially created.- Returns:
- the createdAt
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Gets the updatedAt. The date when the quota was last updated.- Returns:
- the updatedAt
-
-