DedicatedBlockStorageClusterArgs

data class DedicatedBlockStorageClusterArgs(val dedicatedBlockStorageClusterName: Output<String>? = null, val description: Output<String>? = null, val totalCapacity: Output<String>? = null, val type: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<DedicatedBlockStorageClusterArgs>

Provides a Ebs Dedicated Block Storage Cluster resource. For information about Ebs Dedicated Block Storage Cluster and how to use it, see What is Dedicated Block Storage Cluster.

NOTE: Available in v1.195.0+.

Example Usage

Basic Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.ebs.DedicatedBlockStorageCluster;
import com.pulumi.alicloud.ebs.DedicatedBlockStorageClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var default_ = new DedicatedBlockStorageCluster("default", DedicatedBlockStorageClusterArgs.builder()
.dedicatedBlockStorageClusterName("dedicated_block_storage_cluster_name")
.regionId("cn-heyuan")
.totalCapacity(61440)
.type("Premium")
.zoneId("cn-heyuan-b")
.build());
}
}

Import

Ebs Dedicated Block Storage Cluster can be imported using the id, e.g.

$ pulumi import alicloud:ebs/dedicatedBlockStorageCluster:DedicatedBlockStorageCluster example <id>

Constructors

Link copied to clipboard
fun DedicatedBlockStorageClusterArgs(dedicatedBlockStorageClusterName: Output<String>? = null, description: Output<String>? = null, totalCapacity: Output<String>? = null, type: Output<String>? = null, zoneId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DedicatedBlockStorageClusterArgs

Properties

Link copied to clipboard

The name of the resource

Link copied to clipboard
val description: Output<String>? = null

The description of the dedicated block storage cluster.

Link copied to clipboard
val totalCapacity: Output<String>? = null

The total capacity of the dedicated block storage cluster. Unit: GiB.

Link copied to clipboard
val type: Output<String>? = null

The dedicated block storage cluster performance type. Possible values:-Standard: Basic type. This type of dedicated block storage cluster can create an ESSD PL0 cloud disk.-Premium: performance type. This type of dedicated block storage cluster can create an ESSD PL1 cloud disk.

Link copied to clipboard
val zoneId: Output<String>? = null

The zone ID of the resource