models.delete_route_param module

class models.delete_route_param.DeleteRouteParam(dest_network=None, if_name=None, iface_group_name=None, node_group_name=None)[source]

Bases: object

Implementation of the ‘DeleteRouteParam’ model.

Specifies the delete param of a Static Route.

Attributes:
dest_network (string): Destination network. Specifies the destination

network of the Static Route. overrideDescription: true

if_name (string): Specifies the network interfaces name to use for

communicating with the destination network.

iface_group_name (string): Specifies the network interfaces group or

vlan interface group to use for communicating with the destination network.

node_group_name (string): Specifies the network node group to represent

a group of nodes.

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.