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."],[[["The latest version available for the `UpdateNetworkRequest` class is 1.7.0, but the current page specifically documents version 1.4.0."],["The `UpdateNetworkRequest` class is a message used to request updates to a network within the Bare Metal Solution v2 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateNetworkRequest` class has two constructors: one default and another that copies an existing `UpdateNetworkRequest` object."],["The `UpdateNetworkRequest` class has two properties: `Network`, which represents the network to update and requires a specific format for its name, and `UpdateMask`, used to define the fields that can be updated, which are currently limited to labels, reservations, and vrf.vlan_attachments."]]],[]]