GetGatewayCacheDisksDisk

data class GetGatewayCacheDisksDisk(val cacheDiskCategory: String, val cacheDiskSizeInGb: Int, val cacheId: String, val expiredTime: Int, val gatewayId: String, val id: String, val iops: Int, val isUsed: Boolean, val localFilePath: String, val renewUrl: String, val status: Int)

Constructors

Link copied to clipboard
constructor(cacheDiskCategory: String, cacheDiskSizeInGb: Int, cacheId: String, expiredTime: Int, gatewayId: String, id: String, iops: Int, isUsed: Boolean, localFilePath: String, renewUrl: String, status: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of eht cache disk.

Link copied to clipboard

The size of the cache disk.

Link copied to clipboard

The ID of the cache disk.

Link copied to clipboard

The expiration time. Time stamp in seconds (s).

Link copied to clipboard

The ID of the gateway.

Link copied to clipboard
val id: String

The ID of the Gateway Cache Disk.

Link copied to clipboard
val iops: Int

Per second of the input output.

Link copied to clipboard

Whether it is used.

Link copied to clipboard

The cache disk inside the device name.

Link copied to clipboard

A renewal link of the cache disk.

Link copied to clipboard
val status: Int

The status of the resource.