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, found in the `Google.Cloud.Compute.V1` namespace, is a request type for managing instances with encryption keys."],["The latest version available for the `InstancesStartWithEncryptionKeyRequest` class is 3.6.0, with a range of previous versions extending back to 1.0.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality comparison, and deep cloning."],["The `InstancesStartWithEncryptionKeyRequest` class has two constructors, one default and one that takes another `InstancesStartWithEncryptionKeyRequest` instance as a parameter."],["The `Disks` property, a `RepeatedField` of `CustomerEncryptionKeyProtectedDisk`, contains an array of disks that are protected with customer-supplied encryption keys and requires the disk URL and its corresponding key to be provided for instance startup."]]],[]]