models.elastifile_cluster module¶
-
class
models.elastifile_cluster.
ElastifileCluster
(enode_ip_address_vec=None, load_balancer_vip=None, name=None, uuid=None, version=None)[source]¶ Bases:
object
Implementation of the ‘ElastifileCluster’ model.
Specifies information about a Elastifile Cluster.
- Attributes:
- enode_ip_address_vec (list of string): IP addresses of Elastifile
nodes.
- load_balancer_vip (string): Specifies the load balancer VIP if
present.
name (string): Specifies name of a Elastifile Cluster uuid (string): Specifies the UUID of a Elastifile Cluster. version (string): Specifies the version of a Elastifile 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.