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"]],[["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 documentation covers the `UpdateShieldedInstanceConfigRequest` class within the AI Platform Notebooks v1 API, specifically version 2.2.0."],["The `UpdateShieldedInstanceConfigRequest` class allows you to update the Shielded Instance configuration for a notebook instance, but only when the instance is stopped."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Name`, which specifies the instance's location and ID, and `ShieldedInstanceConfig`, which contains the updated configuration."],["The latest version available is 2.5.0 and the content presents all versions from 1.0.0-beta04 to 2.5.0."]]],[]]