public sealed class InstancesStartWithEncryptionKeyRequest : IMessage<InstancesStartWithEncryptionKeyRequest>, IEquatable<InstancesStartWithEncryptionKeyRequest>, IDeepCloneable<InstancesStartWithEncryptionKeyRequest>, IBufferMessage, IMessage
public RepeatedField<CustomerEncryptionKeyProtectedDisk> Disks { get; }
Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
[[["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-24 UTC."],[[["The `InstancesStartWithEncryptionKeyRequest` class is used to handle requests for starting instances with encryption keys within the Google Cloud Compute V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer management."],["The `Disks` property allows you to specify an array of disks, which require a customer-supplied encryption key to start the instance, within the `InstancesStartWithEncryptionKeyRequest` object."],["The latest version available for `InstancesStartWithEncryptionKeyRequest` is 3.6.0, and there are numerous versions dating back to 1.0.0, with links to their specific documentation pages."],["There are two constructors available for the `InstancesStartWithEncryptionKeyRequest` class, one default and another which allows for passing another `InstancesStartWithEncryptionKeyRequest` as a parameter."]]],[]]