syside.HostType

class HostType(*args, **kwds)

Bases: enum.Enum

none = 0

No host is specified.

Name = 1

A host is specified by reg-name.

IPv4 = 2

A host is specified by ipv4_address.

IPv6 = 3

A host is specified by ipv6_address.

IPvFuture = 4

A host is specified by IPvFuture.

classmethod __signature__()
__new__(value)
__repr__()
__str__()
__dir__()

Returns public methods and other interesting attributes.

__format__(format_spec)
__hash__()
__reduce_ex__(proto)
__deepcopy__(memo)
__copy__()
name()

The name of the Enum member.

value()

The value of the Enum member.