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 document provides reference information for the `UpdateShieldedInstanceConfigRequest` class within the AI Platform Notebooks v1 API, specifically version 2.3.0."],["`UpdateShieldedInstanceConfigRequest` is used to request updates to the Shielded Instance configuration of a notebook instance, which can only be done on stopped instances."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as provides constructors and properties for managing the update request."],["The `Name` property is required and follows a specific format: `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The `ShieldedInstanceConfig` property allows you to specify the updated configuration for the Shielded Instance."]]],[]]