public sealed class NetworkInterface : IMessage<NetworkInterface>, IEquatable<NetworkInterface>, IDeepCloneable<NetworkInterface>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class NetworkInterface.
The definition of a network interface resource attached to a VM.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `NetworkInterface` class in the Notebooks v2 API defines a network interface resource attached to a VM."],["This class is part of the `Google.Cloud.Notebooks.V2` namespace and is available in versions 1.0.0, 1.1.0, and the latest 1.2.0."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["Key properties of the `NetworkInterface` class include `Network` and `Subnet` for VPC and subnet specification, and `NicType` for the vNIC type."],["The class provides two constructors, one is parameterless, and the other takes a `NetworkInterface` object as a parameter."]]],[]]