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"]],[["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 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."]]],[]]