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 provides reference information for the `NetworkInterface` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["The `NetworkInterface` class represents a network interface card (NIC) of a virtual machine (VM) and is part of the `Google.Cloud.VMMigration.V1` namespace."],["`NetworkInterface` includes properties to define the network, subnetwork, external IP, and internal IP for a VM's NIC, accepting formats such as ephemeral, IPv4 address, or named address resource full path for the internal IP."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality for data handling and manipulation."],["The documentation also lists previous versions of the `NetworkInterface` class, ranging from 1.0.0 to the latest 2.6.0, for users to compare changes and updates across releases."]]],[]]