models.flash_blade_network_interface module

class models.flash_blade_network_interface.FlashBladeNetworkInterface(ip_address=None, name=None, vlan=None)[source]

Bases: object

Implementation of the ‘FlashBladeNetworkInterface’ model.

Specifies network interface detail of a Flash Blade Storage Array.

Attributes:
ip_address (string): Specifies the IP address of the Pure Storage

FlashBlade Array.

name (string): Specifies the name of the network interface. vlan (int): Specifies the id of the VLAN network of the Pure Storage

FlashBlade Array.

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.