public sealed class NetworkInterface : IMessage<NetworkInterface>, IEquatable<NetworkInterface>, IDeepCloneable<NetworkInterface>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class NetworkInterface.
[[["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."],[[["This documentation covers the `NetworkInterface` class within the VM Migration v1 API, representing a network interface card (NIC) of a virtual machine."],["The latest version of this documentation is for version 2.6.0, but it also includes documentation for the prior versions of 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0 and 1.0.0."],["The `NetworkInterface` class allows configuration of essential NIC properties, such as `ExternalIp`, `InternalIp`, `Network`, and `Subnetwork`."],["The class has inherited members of GetHashCode(), GetType(), and ToString() from the Object class, and implements the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The NetworkInterface has two constructors that accept no arguments or another NetworkInterface object."]]],[]]