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 since v1.195.0.

Example Usage

Basic Usage

resources:
default:
type: alicloud:ebs:DedicatedBlockStorageCluster
properties:
type: Premium
zoneId: cn-heyuan-b
dedicatedBlockStorageClusterName: dedicated_block_storage_cluster_name
totalCapacity: 61440
regionId: cn-heyuan

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
constructor(dedicatedBlockStorageClusterName: Output<String>? = null, description: Output<String>? = null, totalCapacity: Output<String>? = null, type: Output<String>? = null, zoneId: Output<String>? = null)

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

Functions

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