quotas

quotas limits get-domain-limits

Usage

usage: -c quotas limits get-domain-limits [-h]
                                       [-f {adaptive_table,csv,json,table,value,yaml}]
                                       [-c COLUMN]
                                       [-m [NAME=VALUE [NAME=VALUE ...]]]
                                       [--max-width <integer>] [--noindent]
                                       [--quote {all,minimal,none,nonnumeric}]
                                       [--show-updated-at]
                                       domain_id

Description

Get the domain’s quota limits.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit
--show-updated-at     If set to True, will return also the last updated time

quotas limits get-project-limits

Usage

usage: -c quotas limits get-project-limits [-h]
                                        [-f {adaptive_table,csv,json,table,value,yaml}]
                                        [-c COLUMN]
                                        [-m [NAME=VALUE [NAME=VALUE ...]]]
                                        [--max-width <integer>]
                                        [--noindent]
                                        [--quote {all,minimal,none,nonnumeric}]
                                        [--show-updated-at]
                                        project_id

Description

Get the project’s quota limits.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit
--show-updated-at     If set to True, will return also the last updated time

quotas limits list-domains-limits

Usage

usage: -c quotas limits list-domains-limits [-h]
                                         [-f {adaptive_table,csv,json,table,value,yaml}]
                                         [-c COLUMN]
                                         [-m [NAME=VALUE [NAME=VALUE ...]]]
                                         [--max-width <integer>]
                                         [--noindent]
                                         [--quote {all,minimal,none,nonnumeric}]

Description

List domains’ quota limits.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit

quotas limits list-projects-limits

Usage

usage: -c quotas limits list-projects-limits [-h]
                                          [-f {adaptive_table,csv,json,table,value,yaml}]
                                          [-c COLUMN]
                                          [-m [NAME=VALUE [NAME=VALUE ...]]]
                                          [--max-width <integer>]
                                          [--noindent]
                                          [--quote {all,minimal,none,nonnumeric}]

Description

List projects’ quota limits.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit

quotas limits set-domain-limits

Usage

usage: -c quotas limits set-domain-limits [-h]
                                       [-f {adaptive_table,json,shell,table,value,yaml}]
                                       [-c COLUMN]
                                       [-m [NAME=VALUE [NAME=VALUE ...]]]
                                       [--max-width <integer>] [--noindent]
                                       [--prefix PREFIX]
                                       domain_id limits

Description

Set the domain’s quota limits.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit

quotas limits set-project-limits

Usage

usage: -c quotas limits set-project-limits [-h]
                                        [-f {adaptive_table,json,shell,table,value,yaml}]
                                        [-c COLUMN]
                                        [-m [NAME=VALUE [NAME=VALUE ...]]]
                                        [--max-width <integer>]
                                        [--noindent] [--prefix PREFIX]
                                        project_id limits

Description

Set the project’s quota limits.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit

quotas templates create

Usage

usage: -c quotas templates create [-h]
                               [-f {adaptive_table,json,shell,table,value,yaml}]
                               [-c COLUMN]
                               [-m [NAME=VALUE [NAME=VALUE ...]]]
                               [--max-width <integer>] [--noindent]
                               [--prefix PREFIX]
                               [--source-type SOURCE_TYPE]
                               [--source-id SOURCE_ID]
                               resources_quantities

Description

Create a new template.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit
--source-type SOURCE_TYPE
                      Type of template to base on (optional) - system, project or template
--source-id SOURCE_ID
                      If source_type was provided, ID of either the project or template to base on

quotas templates get

Usage

usage: -c quotas templates get [-h]
                            [-f {adaptive_table,json,shell,table,value,yaml}]
                            [-c COLUMN] [-m [NAME=VALUE [NAME=VALUE ...]]]
                            [--max-width <integer>] [--noindent]
                            [--prefix PREFIX]
                            template_id

Description

Get the details of the requested template.

Return

Returns dict: The requested template details

Optional

 optional arguments:
-h, --help            show this help message and exit

quotas templates remove

Usage

usage: -c quotas templates remove [-h]
                               [-f {adaptive_table,json,shell,table,value,yaml}]
                               [-c COLUMN]
                               [-m [NAME=VALUE [NAME=VALUE ...]]]
                               [--max-width <integer>] [--noindent]
                               [--prefix PREFIX]
                               template_id

Description

Delete the requested template.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit

quotas templates update

Usage

usage: -c quotas templates update [-h]
                               [-f {adaptive_table,json,shell,table,value,yaml}]
                               [-c COLUMN]
                               [-m [NAME=VALUE [NAME=VALUE ...]]]
                               [--max-width <integer>] [--noindent]
                               [--prefix PREFIX] [--name NAME]
                               [--description DESCRIPTION]
                               template_id resources_quantities

Description

Update the template to contain the new resources quantities. Resources are not deleted if the new limit is reduced below the allocated amount.

Return

None

Optional

 optional arguments:
-h, --help            show this help message and exit
--name NAME           Name of the template
--description DESCRIPTION
                      Description of the template