@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateQuotaRequest.Builder
Builds instances of type
CreateQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateQuotaRequest.Builder |
builder()
Creates a builder for
CreateQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateQuotaRequest that have equal attribute values. |
Boolean |
getAllowPaidServicePlans()
Can provision instances of paid service plans
|
Integer |
getApplicationInstanceLimit()
Total number of application instances
|
Integer |
getInstanceMemoryLimit()
The application instance memory limit in mb
|
Integer |
getMemoryLimit()
Total amount of memory a space can have in mb
|
String |
getName()
The name
|
Integer |
getTotalReservedRoutePorts()
Maximum number of routes that may be created with reserved ports
|
Integer |
getTotalRoutes()
The total number of routes
|
Integer |
getTotalServices()
Total number of service instances
|
int |
hashCode()
Computes a hash code from attributes:
allowPaidServicePlans, applicationInstanceLimit, instanceMemoryLimit, memoryLimit, name, totalReservedRoutePorts, totalRoutes, totalServices. |
String |
toString()
Prints the immutable value
CreateQuotaRequest with attribute values. |
public Boolean getAllowPaidServicePlans()
public Integer getApplicationInstanceLimit()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServices()
public boolean equals(Object another)
CreateQuotaRequest that have equal attribute values.public int hashCode()
allowPaidServicePlans, applicationInstanceLimit, instanceMemoryLimit, memoryLimit, name, totalReservedRoutePorts, totalRoutes, totalServices.public String toString()
CreateQuotaRequest with attribute values.public static CreateQuotaRequest.Builder builder()
CreateQuotaRequest.Copyright © 2018. All rights reserved.