models.node_to_tiered_storage_directories_map module¶
-
class
models.node_to_tiered_storage_directories_map.
NodeToTieredStorageDirectoriesMap
(cassandra_node_name=None, tiered_storage_directories_vec=None)[source]¶ Bases:
object
Implementation of the ‘NodeToTieredStorageDirectoriesMap’ model.
Mapping of each Cassandra node to a list of tiered storage directories.
- Attributes:
cassandra_node_name (string): Name of the Cassandra node. tiered_storage_directories_vec (list of string): Array of tiered
storage directories.
-
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.