GatewayBlockVolume

class GatewayBlockVolume : KotlinCustomResource

Provides a Cloud Storage Gateway Gateway Block Volume resource. For information about Cloud Storage Gateway Gateway Block Volume and how to use it, see What is Gateway Block Volume.

NOTE: Available since v1.144.0.

Import

Cloud Storage Gateway Gateway Block Volume can be imported using the id, e.g.

$ pulumi import alicloud:cloudstoragegateway/gatewayBlockVolume:GatewayBlockVolume example <gateway_id>:<index_id>

Properties

Link copied to clipboard
val cacheMode: Output<String>

The Block volume set mode to cache mode. Valid values: Cache, WriteThrough.

Link copied to clipboard
val chapEnabled: Output<Boolean>

Whether to enable iSCSI access of CHAP authentication, which currently supports both CHAP inbound authentication. Default value: false.

Link copied to clipboard
val chapInPassword: Output<String>?

The password for inbound authentication when the block volume enables iSCSI access to CHAP authentication. NOTE: When the chap_enabled is true is,The chap_in_password is valid.

Link copied to clipboard
val chapInUser: Output<String>?

The Inbound CHAP user. The chap_in_user must be 1 to 32 characters in length, and can contain letters and digits. NOTE: When the chap_enabled is true is,The chap_in_password is valid.

Link copied to clipboard
val chunkSize: Output<Int>

The Block volume storage allocation unit. Valid values: 8192, 16384, 32768, 65536, 131072. Default value: 32768. Unit: Byte.

Link copied to clipboard

The Block volume name. The name must be 1 to 32 characters in length, and can contain lower case letters and digits.

Link copied to clipboard
val gatewayId: Output<String>

The Gateway ID.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val indexId: Output<String>

The ID of the index.

Link copied to clipboard

Whether to delete the source data. Default value true. NOTE: When is_source_deletion is true, the data in the OSS Bucket on the cloud is also deleted when deleting the block gateway volume. Please operate with caution.

Link copied to clipboard
val localPath: Output<String>?

The Cache disk to local path. NOTE: When the cache_mode is Cache is,The chap_in_password is valid.

Link copied to clipboard
val ossBucketName: Output<String>

The name of the OSS Bucket.

Link copied to clipboard
val ossBucketSsl: Output<Boolean>

Whether to enable SSL access your OSS Buckets. Default value: true.

Link copied to clipboard
val ossEndpoint: Output<String>

The endpoint of the OSS Bucket.

Link copied to clipboard
val protocol: Output<String>

The Protocol. Valid values: iSCSI.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recovery: Output<Boolean>?

The recovery.

Link copied to clipboard
val size: Output<Int>

The Volume size. Valid values: 1 to 262144. Unit: Byte.

Link copied to clipboard
val status: Output<String>

The status of volume. Valid values:

Link copied to clipboard
val urn: Output<String>