object
(CF space quota)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
createQuotaPlan | boolean |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaAllowPaidServicePlans | boolean |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaAppInstances | integer |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaInstanceMemory | string |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaName | string |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaReservedRoutePorts | integer |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaRoutes | integer |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaServiceInstances | integer |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
spaceQuotaTotalMemory | string |
Optional | cannot be null | JSON Schema for service parameters used in BTPSA |
if set to true, a new quota plan will be created
createQuotaPlan
-
is optional
-
Type:
boolean
(create new quota plan) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
boolean
(create new quota plan)
if set to true, paid service plans are allowed
spaceQuotaAllowPaidServicePlans
-
is optional
-
Type:
boolean
(allow paid service plans) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
boolean
(allow paid service plans)
The default value is:
true
total number of application instances. -1 represents an unlimited amount.
spaceQuotaAppInstances
-
is optional
-
Type:
integer
(total number of application instances) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
integer
(total number of application instances)
The default value is:
-1
instance memory limit for the quota plan
spaceQuotaInstanceMemory
-
is optional
-
Type:
string
(instance memory limit for quota plan) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
string
(instance memory limit for quota plan)
The default value is:
"1024M"
name of the quota plan to be created
spaceQuotaName
-
is optional
-
Type:
string
(name of the quota plan) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
string
(name of the quota plan)
The default value is:
"development-quota"
maximum number of routes that may be created with reserved ports
spaceQuotaReservedRoutePorts
-
is optional
-
Type:
integer
(maximum number of reserved routes) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
integer
(maximum number of reserved routes)
total number of routes for the quota plan
spaceQuotaRoutes
-
is optional
-
Type:
integer
(total number of routes for quota plan) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
integer
(total number of routes for quota plan)
The default value is:
5
total number of service instances for the quota plan
spaceQuotaServiceInstances
-
is optional
-
Type:
integer
(total number of service instances for quota plan) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
integer
(total number of service instances for quota plan)
The default value is:
5
total memory limit for the quota plan
spaceQuotaTotalMemory
-
is optional
-
Type:
string
(total memory limit for quota plan) -
cannot be null
-
defined in: JSON Schema for service parameters used in BTPSA
string
(total memory limit for quota plan)
The default value is:
"2048M"