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."],[[["This webpage details the `NetworkInterface` class, which represents a Network Interface Card (NIC) of a virtual machine (VM) within the Google Cloud VMMigration service."],["The `NetworkInterface` class has several properties, including `ExternalIp`, `InternalIp`, `Network`, and `Subnetwork`, which allow configuration of the NIC's IP addresses and network connections."],["The `NetworkInterface` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting methods and properties from these interfaces."],["This class is part of the Google.Cloud.VMMigration.V1 namespace and is available in version 2.0.0 of the Google.Cloud.VMMigration.V1.dll assembly, with newer versions up to 2.6.0 available."],["The class has two constructors: `NetworkInterface()` and `NetworkInterface(NetworkInterface other)` with parameters to allow users to create new network interfaces."]]],[]]