public sealed class UpdateShieldedInstanceConfigRequest : IMessage<UpdateShieldedInstanceConfigRequest>, IEquatable<UpdateShieldedInstanceConfigRequest>, IDeepCloneable<UpdateShieldedInstanceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpdateShieldedInstanceConfigRequest.
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."],[[["This document provides reference documentation for the `UpdateShieldedInstanceConfigRequest` class within the AI Platform Notebooks v1 API, specifically for .NET development."],["The `UpdateShieldedInstanceConfigRequest` class allows developers to request updates to the Shielded Instance configuration of a notebook instance, which can only be done when the instance is stopped."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities and compatibility within the Google Cloud .NET ecosystem."],["Key properties of this class include `Name`, specifying the instance's resource name, and `ShieldedInstanceConfig`, detailing the configuration to be updated."],["The class is available in multiple versions, with version 2.5.0 being the most recent, followed by versions 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04."]]],[]]