Cf set-quota

1 개요[ | ]

cf set-quota
ubuntu@zetawiki:~$ cf org zeta
Getting info for org zeta as testuser@example.com...
OK

zeta:                   
        domains:        example.com, cfapps.io
        quota:          default (10240M memory limit, Unlimited instance memory limit, 1000 routes, 100 services, paid services allowed, unlimited app instance limit)
        spaces:         development
        space quotas:
ubuntu@zetawiki:~$ cf set-quota zeta paid
Setting quota paid to org zeta as testuser@example.com...
OK
ubuntu@zetawiki:~$ cf org zeta
Getting info for org zeta as testuser@example.com...
OK

zeta:                   
        domains:        example.com, cfapps.io
        quota:          paid (10240M memory limit, Unlimited instance memory limit, 1000 routes, -1 services, paid services allowed, unlimited app instance limit)
        spaces:         development
        space quotas:

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}