
com.pulumi.azurenative.recoveryservices.inputs.VMwareCbtSecurityProfilePropertiesArgs 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.azurenative.recoveryservices.inputs;
import com.pulumi.azurenative.recoveryservices.enums.SecurityType;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* VMwareCbt security profile input.
*
*/
public final class VMwareCbtSecurityProfilePropertiesArgs extends com.pulumi.resources.ResourceArgs {
public static final VMwareCbtSecurityProfilePropertiesArgs Empty = new VMwareCbtSecurityProfilePropertiesArgs();
/**
* A value indicating whether confidential compute encryption to be enabled.
*
*/
@Import(name="isTargetVmConfidentialEncryptionEnabled")
private @Nullable Output isTargetVmConfidentialEncryptionEnabled;
/**
* @return A value indicating whether confidential compute encryption to be enabled.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy