models.ipmi_configuration module

class models.ipmi_configuration.IpmiConfiguration(ipmi_gateway=None, ipmi_password=None, ipmi_subnet_mask=None, ipmi_username=None)[source]

Bases: object

Implementation of the ‘IpmiConfiguration’ model.

Specifies the parameters for configuration of IPMI. This is only needed for physical clusters.

Attributes:
ipmi_gateway (string): Specifies the default Gateway IP Address for

the IPMI network.

ipmi_password (string): Specifies the IPMI Password. ipmi_subnet_mask (string): Specifies the subnet mask for the IPMI

network.

ipmi_username (string): Specifies the IPMI Username.

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.