models_v2.network_connection module

class models_v2.network_connection.NetworkConnection(domain_name=None, network_gateway=None, dns=None, ntp=None)[source]

Bases: object

Implementation of the ‘Network Connection.’ model.

Specify the network connection information.

Attributes:
domain_name (string): Specifies the domain name of the network

connection.

network_gateway (string): Specifies the network Gateway of the network

connection.

dns (string): Specifies the DNS Server of the network connection. ntp (string): Specifies the NTP Server of the network connection.

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.