models.restore_acropolis_vm_param_network_config_info_nic_spec module

class models.restore_acropolis_vm_param_network_config_info_nic_spec.RestoreAcropolisVMParamNetworkConfigInfoNICSpec(ip_address=None, network_uuid=None)[source]

Bases: object

Implementation of the ‘RestoreAcropolisVMParam_NetworkConfigInfo_NICSpec’ model.

TODO: type model description here.

Attributes:

ip_address (string): IP address to assign to the NIC. network_uuid (string): The UUID of the network to which the NIC is to

be attached.

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.