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."],[[["This documentation details the `NetworkInterface` class within the Google Cloud Notebooks v2 API, outlining its structure and functionality."],["The `NetworkInterface` class, which is part of the `Google.Cloud.Notebooks.V2` namespace, defines a network interface resource attached to a virtual machine (VM)."],["The class includes properties such as `Network`, `NicType`, and `Subnet`, which allow configuration of the VM's network connection, including specifying the VPC, vNIC type, and subnet."],["The network interface can be created with a default constructor or through the use of another NetworkInterface as a parameter for the constructor."],["The `NetworkInterface` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."]]],[]]