@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSpaceQuotaDefinitionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSpaceQuotaDefinitionRequest.Builder
Builds instances of type
CreateSpaceQuotaDefinitionRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSpaceQuotaDefinitionRequest.Builder |
builder()
Creates a builder for
CreateSpaceQuotaDefinitionRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSpaceQuotaDefinitionRequest that have equal attribute values. |
Integer |
getApplicationInstanceLimit()
How many app instances a space can create.
|
Integer |
getApplicationTaskLimit()
The number of tasks that can be run per app.
|
Integer |
getInstanceMemoryLimit()
The maximum amount of memory in megabytes an application instance can have.
|
Integer |
getMemoryLimit()
How much memory in megabytes a space can have
|
String |
getName()
The name
|
Boolean |
getNonBasicServicesAllowed()
If a space can have non basic services
|
String |
getOrganizationId()
The owning organization of the space quota
|
Integer |
getTotalReservedRoutePorts()
How many routes a space can have that use a reserved port.
|
Integer |
getTotalRoutes()
How many routes a space can have.
|
Integer |
getTotalServiceKeys()
How many service keys an organization can have.
|
Integer |
getTotalServices()
How many services a space can have.
|
int |
hashCode()
Computes a hash code from attributes:
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, organizationId, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices. |
String |
toString()
Prints the immutable value
CreateSpaceQuotaDefinitionRequest with attribute values. |
public Integer getApplicationInstanceLimit()
public Integer getApplicationTaskLimit()
public Integer getInstanceMemoryLimit()
public Integer getMemoryLimit()
public String getName()
public Boolean getNonBasicServicesAllowed()
public String getOrganizationId()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServiceKeys()
public Integer getTotalServices()
public boolean equals(Object another)
CreateSpaceQuotaDefinitionRequest that have equal attribute values.public int hashCode()
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, organizationId, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices.public String toString()
CreateSpaceQuotaDefinitionRequest with attribute values.public static CreateSpaceQuotaDefinitionRequest.Builder builder()
CreateSpaceQuotaDefinitionRequest.
CreateSpaceQuotaDefinitionRequest.builder()
.applicationInstanceLimit(Integer | null) // nullable applicationInstanceLimit
.applicationTaskLimit(Integer | null) // nullable applicationTaskLimit
.instanceMemoryLimit(Integer | null) // nullable instanceMemoryLimit
.memoryLimit(Integer) // required memoryLimit
.name(String) // required name
.nonBasicServicesAllowed(Boolean) // required nonBasicServicesAllowed
.organizationId(String) // required organizationId
.totalReservedRoutePorts(Integer | null) // nullable totalReservedRoutePorts
.totalRoutes(Integer) // required totalRoutes
.totalServiceKeys(Integer | null) // nullable totalServiceKeys
.totalServices(Integer) // required totalServices
.build();
Copyright © 2020. All rights reserved.