models.cluster_hardware_info module¶
-
class
models.cluster_hardware_info.
ClusterHardwareInfo
(hardware_models=None, hardware_vendors=None)[source]¶ Bases:
object
Implementation of the ‘ClusterHardwareInfo’ model.
Specifies a hardware type for motherboard of the Nodes that make up this Cohesity Cluster such as S2600WB for Ivy Bridge or S2600TP for Haswell.
- Attributes:
hardware_models (list of string): TODO: type description here. hardware_vendors (list of string): TODO: type description here.
-
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.