public sealed class UpdateShieldedInstanceConfigRequest : IMessage<UpdateShieldedInstanceConfigRequest>, IEquatable<UpdateShieldedInstanceConfigRequest>, IDeepCloneable<UpdateShieldedInstanceConfigRequest>, IBufferMessage, IMessage
Request for updating the Shielded Instance config for a notebook instance.
You can only use this method on a stopped instance
[[["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."],[[["The `UpdateShieldedInstanceConfigRequest` class is used to request updates to the Shielded Instance configuration for a notebook instance, which can only be done on stopped instances."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class has two constructors: a default constructor and a copy constructor, allowing for the creation of new instances and copies of existing ones."],["It has properties for `Name`, which specifies the instance path, and `ShieldedInstanceConfig`, which holds the configuration details to be updated."],["The latest version available for `UpdateShieldedInstanceConfigRequest` is 2.5.0."]]],[]]