en-US/about_DRMMNetworkInterface.help.txt
|
TOPIC
about_DRMMNetworkInterface SHORT DESCRIPTION Represents a network interface attached to a device in the Datto RMM platform. LONG DESCRIPTION The DRMMNetworkInterface class models network interface information returned as part of a device audit in the Datto RMM platform. It captures the instance identifier, IPv4 and IPv6 addresses, MAC address, and interface type. Instances are created from API responses via the static FromAPIMethod factory method and are typically used as elements within device audit network interface collections on DRMMDevice and DRMMDeviceAudit objects. This class inherits from DRMMObject. ## PROPERTIES The DRMMNetworkInterface class exposes the following properties: Property Type Description ---------- ---------- ---------------------------------------- Instance string The instance identifier of the networ... Ipv4 string The IPv4 address of the network inter... Ipv6 string The IPv6 address of the network inter... MacAddress string The MAC address of the network interf... Type string The type of the network interface. ## METHODS The DRMMNetworkInterface class provides the following methods: No public methods defined. ## NOTES This class is defined in the DattoRMM.Core module's class system. SEE ALSO Online Documentation https://github.com/TheShadowTek/DattoRMM.Core/blob/main/docs/about/classes/DRMMNetworkInterface/about_DRMMNetworkInterface.md |