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