public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
UpdateInstanceRequest updates the settings of an instance.
[[["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 webpage details the `UpdateInstanceRequest` class, which is used to modify the settings of a Filestore instance."],["The latest version available for `UpdateInstanceRequest` is 2.7.0, with versions ranging from 1.0.0 to 2.7.0 being accessible."],["`UpdateInstanceRequest` inherits from Object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides properties such as `Instance` and `UpdateMask`, which are used to specify the instance to be updated and the specific fields to modify, respectively."],["This class has two constructors: the first one, with no parameters, and the second one that takes another UpdateInstanceRequest object as parameter."]]],[]]