Drive Status Args
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<Double>? = 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<Double>? = null, state: Output<Either<String, DriveState>>? = null, verboseLogUri: Output<String>? = null)
Properties
Link copied to clipboard
The BitLocker key used to encrypt the drive.
Link copied to clipboard
Bytes successfully transferred for the drive.
Link copied to clipboard
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
The drive header hash value.
Link copied to clipboard
A URI that points to the blob containing the error log for the data transfer operation.
Link copied to clipboard
The relative path of the manifest file on the drive.
Link copied to clipboard
The Base16-encoded MD5 hash of the manifest file on the drive.
Link copied to clipboard
A URI that points to the blob containing the drive manifest file.
Link copied to clipboard
Percentage completed for the drive.
Link copied to clipboard
The drive's current state.
Link copied to clipboard
A URI that points to the blob containing the verbose log for the data transfer operation.