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."],[[["The `NetworkInterface` class within the Google Cloud VM Migration v1 API represents a network interface card (NIC) of a virtual machine (VM)."],["This class is part of the `Google.Cloud.VMMigration.V1` namespace and is implemented in the `Google.Cloud.VMMigration.V1.dll` assembly."],["It includes properties for configuring the NIC such as `ExternalIp`, `InternalIp`, `Network`, and `Subnetwork`."],["The latest version of the `NetworkInterface` is 2.6.0, with previous versions from 2.5.0 to 1.0.0 available."],["The class implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base object class."]]],[]]