openstack.key_manager.v1.quota

The Quota Class

The Quota class inherits from Resource.

class openstack.key_manager.v1.quota.Quota(_synchronized=False, connection=None, **attrs)

The base resource

Parameters:
  • _synchronized – This is not intended to be used directly. See new() and existing().

  • connection – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of self._connection in Resource code should protect itself with a check for None.

resource_key = 'quotas'

Singular form of key for resource.

resources_key = 'quotas'

Plural form of key for resource.

base_path = '/quotas'

The base part of the URI for this resource.

allow_fetch = True

Allow get operation for this resource.

secrets

Contains the effective quota value of the current project for the secret resource.

orders

Contains the effective quota value of the current project for the orders resource.

containers

Contains the effective quota value of the current project for the containers resource.

consumers

Contains the effective quota value of the current project for the consumers resource.

cas

Contains the effective quota value of the current project for the CAs resource.