@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSpaceQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSpaceQuotaRequest.Builder
Builds instances of type
CreateSpaceQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSpaceQuotaRequest.Builder |
builder()
Creates a builder for
CreateSpaceQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSpaceQuotaRequest that have equal attribute values. |
Apps |
getApps()
Quotas that affect applications and application sub-resources
|
String |
getName()
Name of the quota
|
SpaceQuotaRelationships |
getRelationships()
A relationship to the organizations and spaces where the quota is applied
|
Routes |
getRoutes()
Quotas that affect routes
|
Services |
getServices()
Quotas that affect services
|
int |
hashCode()
Computes a hash code from attributes:
name, relationships, apps, services, routes. |
String |
toString()
Prints the immutable value
CreateSpaceQuotaRequest with attribute values. |
public String getName()
public SpaceQuotaRelationships getRelationships()
public Apps getApps()
public Services getServices()
public Routes getRoutes()
public boolean equals(Object another)
CreateSpaceQuotaRequest that have equal attribute values.public int hashCode()
name, relationships, apps, services, routes.public String toString()
CreateSpaceQuotaRequest with attribute values.public static CreateSpaceQuotaRequest.Builder builder()
CreateSpaceQuotaRequest.
CreateSpaceQuotaRequest.builder()
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.quotas.spaces.SpaceQuotaRelationships) // required relationships
.apps(org.cloudfoundry.client.v3.quotas.Apps | null) // nullable apps
.services(org.cloudfoundry.client.v3.quotas.Services | null) // nullable services
.routes(org.cloudfoundry.client.v3.quotas.Routes | null) // nullable routes
.build();
Copyright © 2026. All rights reserved.