GatewayCacheDiskArgs

data class GatewayCacheDiskArgs(val cacheDiskCategory: Output<String>? = null, val cacheDiskSizeInGb: Output<Int>? = null, val gatewayId: Output<String>? = null) : ConvertibleToJava<GatewayCacheDiskArgs>

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

NOTE: Available since v1.144.0.

Import

Cloud Storage Gateway Gateway Cache Disk can be imported using the id, e.g.

$ pulumi import alicloud:cloudstoragegateway/gatewayCacheDisk:GatewayCacheDisk example <gateway_id>:<cache_id>:<local_file_path>

Constructors

Link copied to clipboard
fun GatewayCacheDiskArgs(cacheDiskCategory: Output<String>? = null, cacheDiskSizeInGb: Output<Int>? = null, gatewayId: Output<String>? = null)

Functions

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

Properties

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

The cache disk type. Valid values: cloud_efficiency, cloud_ssd.

Link copied to clipboard
val cacheDiskSizeInGb: Output<Int>? = null

size of the cache disk. Unit: GB. The upper limit of the basic gateway cache disk is 1 TB (1024 GB), that of the standard gateway is 2 TB (2048 GB), and that of other gateway cache disks is 32 TB (32768 GB). The lower limit for the file gateway cache disk capacity is 40 GB, and the lower limit for the block gateway cache disk capacity is 20 GB.

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

The ID of the gateway.