models.cloud_archival_direct_config module¶
-
class
models.cloud_archival_direct_config.
CloudArchivalDirectConfig
(bucket_namesapce=None, physical_quota=None)[source]¶ Bases:
object
Implementation of the ‘CloudArchivalDirectConfig’ model.
CloudArchivalDirectConfig specifies the properties of vaults used to perform Cloud Archive Direct (CAD)
- Attributes:
- bucket_namesapce (string): Specifies a namespace under the bucket used
for archival.
- physical_quota (QuotaPolicy): Specifies quota limit in bytes for
physical usage associated with this vault during the first CAD job.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.