com.pulumi.googlenative.compute.alpha.inputs.SourceDiskEncryptionKeyArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.compute.alpha.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.compute.alpha.inputs.CustomerEncryptionKeyArgs;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class SourceDiskEncryptionKeyArgs extends com.pulumi.resources.ResourceArgs {
public static final SourceDiskEncryptionKeyArgs Empty = new SourceDiskEncryptionKeyArgs();
/**
* The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
*
*/
@Import(name="diskEncryptionKey")
private @Nullable Output diskEncryptionKey;
/**
* @return The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy