models_v2.flash_blade_registration_info module¶
-
class
models_v2.flash_blade_registration_info.
FlashBladeRegistrationInfo
(api_token=None, ip=None)[source]¶ Bases:
object
Implementation of the ‘FlashBladeRegistrationInfo’ model.
Specifies the information specific to flashblade registration.
- Attributes:
ip (string): Specifies management ip of pure flashblade server. api_token (string): Specifies the api token of the pure flashblade.
-
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.