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."],[[["This page details the `InstancesStartWithEncryptionKeyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within the context of the .NET library."],["The class allows users to start instances with encryption keys, and it is an implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a constructor to create a copy from another `InstancesStartWithEncryptionKeyRequest` instance."],["It includes a `Disks` property, which is a `RepeatedField` of `CustomerEncryptionKeyProtectedDisk`, and is used to manage the list of customer-encrypted disks to be used upon starting an instance."],["This page provides documentation for multiple versions of the class, ranging from version 1.0.0 to the latest version, 3.6.0."]]],[]]