@Generated(value={"Immutables.generator","_UpdateSpaceQuotaDefinitionRequest"}) public final class UpdateSpaceQuotaDefinitionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSpaceQuotaDefinitionRequest.Builder
Builds instances of type
UpdateSpaceQuotaDefinitionRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSpaceQuotaDefinitionRequest.Builder |
builder()
Creates a builder for
UpdateSpaceQuotaDefinitionRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateSpaceQuotaDefinitionRequest 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
|
String |
getSpaceQuotaDefinitionId()
The space quota definition id
|
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, spaceQuotaDefinitionId, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices. |
String |
toString()
Prints the immutable value
UpdateSpaceQuotaDefinitionRequest 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 String getSpaceQuotaDefinitionId()
public Integer getTotalReservedRoutePorts()
public Integer getTotalRoutes()
public Integer getTotalServiceKeys()
public Integer getTotalServices()
public boolean equals(Object another)
UpdateSpaceQuotaDefinitionRequest that have equal attribute values.public int hashCode()
applicationInstanceLimit, applicationTaskLimit, instanceMemoryLimit, memoryLimit, name, nonBasicServicesAllowed, organizationId, spaceQuotaDefinitionId, totalReservedRoutePorts, totalRoutes, totalServiceKeys, totalServices.public String toString()
UpdateSpaceQuotaDefinitionRequest with attribute values.public static UpdateSpaceQuotaDefinitionRequest.Builder builder()
UpdateSpaceQuotaDefinitionRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.