Dedicated Block Storage Cluster Args
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
Content copied to clipboard
Import
Ebs Dedicated Block Storage Cluster can be imported using the id, e.g.
$ pulumi import alicloud:ebs/dedicatedBlockStorageCluster:DedicatedBlockStorageCluster example <id>
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The name of the resource
Link copied to clipboard
The description of the dedicated block storage cluster.
Link copied to clipboard
The total capacity of the dedicated block storage cluster. Unit: GiB.
Link copied to clipboard
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.