DataBoxDiskCopyLogDetails interface
Copy Log Details for a disk
- Extends
Properties
copy |
Polymorphic discriminator, which specifies the different types this object can be |
disk |
Disk Serial Number. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Link for copy error logs. NOTE: This property will not be serialized. It can only be populated by the server. |
verbose |
Link for copy verbose logs. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
copyLogDetailsType
Polymorphic discriminator, which specifies the different types this object can be
copyLogDetailsType: "DataBoxDisk"
Property Value
"DataBoxDisk"
diskSerialNumber
Disk Serial Number. NOTE: This property will not be serialized. It can only be populated by the server.
diskSerialNumber?: string
Property Value
string
errorLogLink
Link for copy error logs. NOTE: This property will not be serialized. It can only be populated by the server.
errorLogLink?: string
Property Value
string
verboseLogLink
Link for copy verbose logs. NOTE: This property will not be serialized. It can only be populated by the server.
verboseLogLink?: string
Property Value
string