Skip to content

Latest commit

 

History

History
235 lines (130 loc) · 10.5 KB

btpsa-parameters-properties-cf-space-quota.md

File metadata and controls

235 lines (130 loc) · 10.5 KB

cfspacequota Type

object (CF space quota)

cfspacequota Properties

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

createQuotaPlan

if set to true, a new quota plan will be created

createQuotaPlan

createQuotaPlan Type

boolean (create new quota plan)

spaceQuotaAllowPaidServicePlans

if set to true, paid service plans are allowed

spaceQuotaAllowPaidServicePlans

spaceQuotaAllowPaidServicePlans Type

boolean (allow paid service plans)

spaceQuotaAllowPaidServicePlans Default Value

The default value is:

true

spaceQuotaAppInstances

total number of application instances. -1 represents an unlimited amount.

spaceQuotaAppInstances

spaceQuotaAppInstances Type

integer (total number of application instances)

spaceQuotaAppInstances Default Value

The default value is:

-1

spaceQuotaInstanceMemory

instance memory limit for the quota plan

spaceQuotaInstanceMemory

spaceQuotaInstanceMemory Type

string (instance memory limit for quota plan)

spaceQuotaInstanceMemory Default Value

The default value is:

"1024M"

spaceQuotaName

name of the quota plan to be created

spaceQuotaName

spaceQuotaName Type

string (name of the quota plan)

spaceQuotaName Default Value

The default value is:

"development-quota"

spaceQuotaReservedRoutePorts

maximum number of routes that may be created with reserved ports

spaceQuotaReservedRoutePorts

spaceQuotaReservedRoutePorts Type

integer (maximum number of reserved routes)

spaceQuotaRoutes

total number of routes for the quota plan

spaceQuotaRoutes

spaceQuotaRoutes Type

integer (total number of routes for quota plan)

spaceQuotaRoutes Default Value

The default value is:

5

spaceQuotaServiceInstances

total number of service instances for the quota plan

spaceQuotaServiceInstances

spaceQuotaServiceInstances Type

integer (total number of service instances for quota plan)

spaceQuotaServiceInstances Default Value

The default value is:

5

spaceQuotaTotalMemory

total memory limit for the quota plan

spaceQuotaTotalMemory

spaceQuotaTotalMemory Type

string (total memory limit for quota plan)

spaceQuotaTotalMemory Default Value

The default value is:

"2048M"