create-org-quota - Cloud Foundry CLI Reference Guide


이름

create-org-quota - Define a new quota for an organization

사용법

cf create-org-quota ORG_QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]

별명

create-quota

옵션

-a

Total number of application instances. (Default: unlimited).

--allow-paid-service-plans

Allow provisioning instances of paid service plans. (Default: disallowed).

-i

Maximum amount of memory a process can have (e.g. 1024M, 1G, 10G). (Default: unlimited).

-m Total amount of memory all processes can have (e.g. 1024M, 1G, 10G).

-1 represents an unlimited amount. (Default: 0).

-r

Total number of routes. -1 represents an unlimited amount. (Default: 0).

--reserved-route-ports

Maximum number of routes that may be created with ports. -1 represents an unlimited amount. (Default: 0).

-s

Total number of service instances. -1 represents an unlimited amount. (Default: 0).

다음도 참조

create-org, org-quotas, set-org-quota