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 webpage provides documentation for the `InstancesStartWithEncryptionKeyRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage across multiple versions."],["Version 3.6.0 is the latest version of the documentation provided, with previous versions ranging from 3.5.0 to 1.0.0 also accessible for the class `InstancesStartWithEncryptionKeyRequest`."],["The `InstancesStartWithEncryptionKeyRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, which shows its integration within the .NET framework, and the google protobuf library."],["The class has a Disks property that allows you to specify an array of customer encryption key protected disks to start an instance, with the associated disk url and key."]]],[]]