GetGatewayBlockVolumesVolume

data class GetGatewayBlockVolumesVolume(val address: String, val cacheMode: String, val chapEnabled: Boolean, val chapInUser: String, val chunkSize: Int, val diskId: String, val diskType: String, val enabled: Boolean, val gatewayBlockVolumeName: String, val gatewayId: String, val id: String, val indexId: String, val localPath: String, val lunId: Int, val ossBucketName: String, val ossBucketSsl: Boolean, val ossEndpoint: String, val port: Int, val protocol: String, val size: Int, val state: String, val status: Int, val target: String, val totalDownload: Int, val totalUpload: Int, val volumeState: Int)

Constructors

Link copied to clipboard
constructor(address: String, cacheMode: String, chapEnabled: Boolean, chapInUser: String, chunkSize: Int, diskId: String, diskType: String, enabled: Boolean, gatewayBlockVolumeName: String, gatewayId: String, id: String, indexId: String, localPath: String, lunId: Int, ossBucketName: String, ossBucketSsl: Boolean, ossEndpoint: String, port: Int, protocol: String, size: Int, state: String, status: Int, target: String, totalDownload: Int, totalUpload: Int, volumeState: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP ADDRESS.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Inbound CHAP user.NOTE: When the chap_enabled is true is,The chap_in_password is valid.

Link copied to clipboard

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

Link copied to clipboard

The cache disk ID.

Link copied to clipboard

The cache disk type.

Link copied to clipboard

Whether to enable Volume.

Link copied to clipboard

The Block volume name. The name must be 1 to 32 characters in length, and can contain lowercase letters, numbers.

Link copied to clipboard

The Gateway ID.

Link copied to clipboard
val id: String

The ID of the Gateway Block Volume. The value formats as <gateway_id>:<index_id>.

Link copied to clipboard

The ID of the index.

Link copied to clipboard

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

Link copied to clipboard
val lunId: Int

The Lun identifier.

Link copied to clipboard

The name of the OSS Bucket.

Link copied to clipboard

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

Link copied to clipboard

The endpoint of the OSS Bucket.

Link copied to clipboard
val port: Int

The Port.

Link copied to clipboard

The Protocol.

Link copied to clipboard
val size: Int

The Volume size.

Link copied to clipboard

The Buffer status.

Link copied to clipboard
val status: Int

The status of volume.

Link copied to clipboard

The target.

Link copied to clipboard

The total amount of downloaded data. Unit: B.

Link copied to clipboard

The total amount of uploaded data. Unit: B.

Link copied to clipboard