models.delete_ip_config_parameters module¶
-
class
models.delete_ip_config_parameters.
DeleteIpConfigParameters
(name=None)[source]¶ Bases:
object
Implementation of the ‘DeleteIpConfigParameters’ model.
Specifies the parameters needed for an ipunconfig request.
- Attributes:
name (string): Specifies the interface name to be deleted.
-
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.