Dedicated Block Storage Cluster
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());
}
}
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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard