Get Gateway Block Volumes Volume
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)
Properties
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 name. The name must be 1 to 32 characters in length, and can contain lowercase letters, numbers.
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
The total amount of downloaded data. Unit: B
.
Link copied to clipboard
The total amount of uploaded data. Unit: B
.
Link copied to clipboard