DriveStatusArgs

data class DriveStatusArgs(val bitLockerKey: Output<String>? = null, val bytesSucceeded: Output<Double>? = null, val copyStatus: Output<String>? = null, val driveHeaderHash: Output<String>? = null, val driveId: Output<String>? = null, val errorLogUri: Output<String>? = null, val manifestFile: Output<String>? = null, val manifestHash: Output<String>? = null, val manifestUri: Output<String>? = null, val percentComplete: Output<Int>? = null, val state: Output<Either<String, DriveState>>? = null, val verboseLogUri: Output<String>? = null) : ConvertibleToJava<DriveStatusArgs>

Provides information about the drive's status

Constructors

Link copied to clipboard
constructor(bitLockerKey: Output<String>? = null, bytesSucceeded: Output<Double>? = null, copyStatus: Output<String>? = null, driveHeaderHash: Output<String>? = null, driveId: Output<String>? = null, errorLogUri: Output<String>? = null, manifestFile: Output<String>? = null, manifestHash: Output<String>? = null, manifestUri: Output<String>? = null, percentComplete: Output<Int>? = null, state: Output<Either<String, DriveState>>? = null, verboseLogUri: Output<String>? = null)

Properties

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

The BitLocker key used to encrypt the drive.

Link copied to clipboard
val bytesSucceeded: Output<Double>? = null

Bytes successfully transferred for the drive.

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

Detailed status about the data transfer process. This field is not returned in the response until the drive is in the Transferring state.

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

The drive header hash value.

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

The drive's hardware serial number, without spaces.

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

A URI that points to the blob containing the error log for the data transfer operation.

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

The relative path of the manifest file on the drive.

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

The Base16-encoded MD5 hash of the manifest file on the drive.

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

A URI that points to the blob containing the drive manifest file.

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

Percentage completed for the drive.

Link copied to clipboard
val state: Output<Either<String, DriveState>>? = null

The drive's current state.

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

A URI that points to the blob containing the verbose log for the data transfer operation.

Functions

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