DataBoxDiskGranularCopyLogDetails interface
Granular Copy Log Details for customer disk
- Extends
Properties
account |
Account id. NOTE: This property will not be serialized. It can only be populated by the server. |
copy |
Polymorphic discriminator, which specifies the different types this object can be |
error |
Link for copy error logs. NOTE: This property will not be serialized. It can only be populated by the server. |
serial |
Disk Serial Number. 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
accountId
Account id. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
copyLogDetailsType
Polymorphic discriminator, which specifies the different types this object can be
copyLogDetailsType: "DataBoxCustomerDisk"
Property Value
"DataBoxCustomerDisk"
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
serialNumber
Disk Serial Number. NOTE: This property will not be serialized. It can only be populated by the server.
serialNumber?: 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