models.cluster_networking_endpoint module

class models.cluster_networking_endpoint.ClusterNetworkingEndpoint(fqdn=None, ipv_4_addr=None, ipv_6_addr=None)[source]

Bases: object

Implementation of the ‘ClusterNetworkingEndpoint’ model.

Specifies information about end point.

Attributes:

fqdn (string): The Fully Qualified Domain Name. ipv_4_addr (string): The IPv4 address. ipv_6_addr (string): The IPv6 address.

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.