other_addresses Property

Other addresses for the host identified by HostName (for multihomed hosts).

Syntax

def get_other_addresses() -> str: ...

other_addresses = property(get_other_addresses, None)

Default Value

""

Remarks

This property contains a list of alternate addresses for the host specified by host_name and host_address separated by spaces. Most hosts have only one IP interface. This property is useful when querying multihomed hosts (hosts with more than one interface).

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]