com.pulumi.azure.elasticsan.VolumeGroupArgs 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.azure.elasticsan;
import com.pulumi.azure.elasticsan.inputs.VolumeGroupEncryptionArgs;
import com.pulumi.azure.elasticsan.inputs.VolumeGroupIdentityArgs;
import com.pulumi.azure.elasticsan.inputs.VolumeGroupNetworkRuleArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class VolumeGroupArgs extends com.pulumi.resources.ResourceArgs {
public static final VolumeGroupArgs Empty = new VolumeGroupArgs();
/**
* Specifies the Elastic SAN ID within which this Elastic SAN Volume Group should exist. Changing this forces a new resource to be created.
*
*/
@Import(name="elasticSanId", required=true)
private Output elasticSanId;
/**
* @return Specifies the Elastic SAN ID within which this Elastic SAN Volume Group should exist. Changing this forces a new resource to be created.
*
*/
public Output elasticSanId() {
return this.elasticSanId;
}
/**
* An `encryption` block as defined below.
*
* > **NOTE:** The `encryption` block can only be set when `encryption_type` is set to `EncryptionAtRestWithCustomerManagedKey`.
*
*/
@Import(name="encryption")
private @Nullable Output encryption;
/**
* @return An `encryption` block as defined below.
*
* > **NOTE:** The `encryption` block can only be set when `encryption_type` is set to `EncryptionAtRestWithCustomerManagedKey`.
*
*/
public Optional