models_v2.search_object module¶
-
class
models_v2.search_object.
SearchObject
(id=None, name=None, source_id=None, source_name=None, environment=None, object_hash=None, object_type=None, logical_size_bytes=None, uuid=None, protection_type=None, os_type=None, v_center_summary=None, protection_stats=None, permissions=None, vmware_params=None, isilon_params=None, netapp_params=None, generic_nas_params=None, flashblade_params=None, elastifile_params=None, gpfs_params=None, mssql_params=None, oracle_params=None, tags=None, snapshot_tags=None, source_info=None, object_protection_infos=None)[source]¶ Bases:
object
Implementation of the ‘SearchObject’ model.
Specifies an object.
- Attributes:
id (long|int): Specifies object id. name (string): Specifies the name of the object. source_id (long|int): Specifies registered source id to which object
belongs.
- source_name (string): Specifies registered source name to which object
belongs.
- environment (EnvironmentEnum): Specifies the environment of the
object.
object_hash (string): Specifies the hash identifier of the object. object_type (ObjectType5Enum): Specifies the type of the object. logical_size_bytes (long|int): Specifies the logical size of object in
bytes.
- uuid (string): Specifies the uuid which is a unique identifier of the
object.
- protection_type (ProtectionType4Enum): Specifies the protection type
of the object if any.
- os_type (OsTypeEnum): Specifies the operating system type of the
object.
- v_center_summary (ObjectTypeVCenterParams): TODO: type description
here.
- protection_stats (list of ObjectProtectionStatsSummary): Specifies the
count and size of protected and unprotected objects for the size.
- permissions (PermissionsInformation): Specifies the list of users,
groups and users that have permissions for a given object.
vmware_params (VmwareObjectEntityParams): Object details for Vmware. isilon_params (IsilonParams): Specifies the parameters for Isilon
object.
- netapp_params (NetappParams): Specifies the parameters for NetApp
object.
- generic_nas_params (GenericNasParams): Specifies the parameters for
GenericNas object.
- flashblade_params (FlashbladeParams3): Specifies the parameters for
Flashblade object.
- elastifile_params (ElastifileParams): Specifies the parameters for
Elastifile object.
gpfs_params (GpfsParams): Specifies the parameters for GPFS object. mssql_params (MssqlParams): Specifies the parameters for Msssql
object.
- oracle_params (OracleParams): Specifies the parameters for Oracle
object.
tags (list of TagInfo): Specifies tag applied to the object. snapshot_tags (list of SnapshotTagInfo): Specifies snapshot tags
applied to the object.
- source_info (ObjectInformation): Specifies the Source Object
information.
- object_protection_infos (list of ObjectProtectionInfo): Specifies the
object info on each cluster.
-
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.