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 webpage details the `InstancesStartWithEncryptionKeyRequest` class within the `Google.Cloud.Compute.V1` namespace, available in various versions ranging from 1.0.0 to the latest 3.6.0."],["The `InstancesStartWithEncryptionKeyRequest` class is used for starting compute instances that utilize customer-supplied encryption keys, as seen in its name."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for use in Protobuf communications and data management."],["The class has two constructors, one being a default parameterless constructor and another that accepts an `InstancesStartWithEncryptionKeyRequest` object as a parameter."],["The class contains a `Disks` property of type `RepeatedField\u003cCustomerEncryptionKeyProtectedDisk\u003e` that manages the disks associated with the instance, requiring disk URL and corresponding key if it is customer-encrypted."]]],[]]