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 page provides documentation for the `InstancesStartWithEncryptionKeyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.17.0, with links to various other versions ranging from 1.0.0 to 3.6.0."],["The `InstancesStartWithEncryptionKeyRequest` class is used in Google Cloud Compute to manage instances that use customer-supplied encryption keys and the page outlines it's inheritance and which interfaces it implements."],["The class includes a `Disks` property, which is a `RepeatedField` of `CustomerEncryptionKeyProtectedDisk` objects, representing disks protected with customer-supplied encryption keys that are necessary for starting the instance."],["There are two constructors for the `InstancesStartWithEncryptionKeyRequest` class, one default and one that accepts another `InstancesStartWithEncryptionKeyRequest` object for initialization."],["The page documents the assembly `Google.Cloud.Compute.V1.dll` that this class is within, and also outlines inherited members from the base `object` class."]]],[]]