public sealed class NetworkInterface : IMessage<NetworkInterface>, IEquatable<NetworkInterface>, IDeepCloneable<NetworkInterface>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of NetworkInterface is 2.6.0, with previous versions ranging from 2.5.0 down to 1.0.0 available for reference."],["NetworkInterface represents a Network Interface Card (NIC) of a Virtual Machine (VM) and inherits from the Object class."],["NetworkInterface implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of NetworkInterface include ExternalIp, InternalIp, Network, and Subnetwork, allowing configuration of the NIC's network connectivity."],["The class provides two constructors, one for creating a new instance and another for creating a copy from an existing NetworkInterface object."]]],[]]