models.archival_external_target module¶
- 
class 
models.archival_external_target.ArchivalExternalTarget(vault_id=None, vault_name=None, vault_type=None)[source]¶ Bases:
objectImplementation of the ‘ArchivalExternalTarget’ model.
Specifies settings about the Archival External Target (such as Tape or AWS).
- Attributes:
 - vault_id (long|int): Specifies the id of Archival Vault assigned by
 the Cohesity Cluster.
vault_name (string): Name of the Archival Vault. vault_type (VaultTypeEnum): Specifies the type of the Archival
External Target such as ‘kCloud’, ‘kTape’ or ‘kNas’. ‘kCloud’ indicates the archival location as Cloud. ‘kTape’ indicates the archival location as Tape. ‘kNas’ indicates the archival location as Network Attached Storage (Nas).
- 
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.