public sealed class UpdateNetworkRequest : IMessage<UpdateNetworkRequest>, IEquatable<UpdateNetworkRequest>, IDeepCloneable<UpdateNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateNetworkRequest.
[[["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 document provides reference information for the `UpdateNetworkRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.6.0."],["The `UpdateNetworkRequest` class is used to send a message requesting the update of a network and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors for creating new `UpdateNetworkRequest` instances, either empty or from another `UpdateNetworkRequest`."],["The class contains two properties, `Network`, which is the required network object to update, and `UpdateMask`, which specifies the list of fields to be updated such as labels, reservations, and vrf.vlan_attachments."],["This document also contains links to previous versions of the API and documentation that contains links to multiple other classes and assemblies that relate to this request."]]],[]]