Integer blockIndex
The block index.
String firstBlockToken
The block token for the block index of the first snapshot ID specified in the
list changed blocks operation. This value is absent if the first snapshot does not have the changed
block that is on the second snapshot.
String secondBlockToken
The block token for the block index of the second snapshot ID specified in the
list changed blocks operation.
String snapshotId
The ID of the snapshot containing the block from which to get data.
Integer blockIndex
The block index of the block from which to get data.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
String blockToken
The block token of the block from which to get data.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
Integer dataLength
The size of the data in the block.
InputStream blockData
The data content of the block.
String checksum
The checksum generated for the block.
String checksumAlgorithm
The algorithm used to generate the checksum for the block, such as SHA256.
String firstSnapshotId
The ID of the first snapshot to use for the comparison.
String secondSnapshotId
The ID of the second snapshot to use for the comparison.
String nextToken
The token to request the next page of results.
Integer maxResults
The number of results to return.
Integer startingBlockIndex
The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
List<E> changedBlocks
An array of objects containing information about the changed blocks.
Date expiryTime
The time when the block token expires.
Long volumeSize
The size of the volume in GB.
Integer blockSize
The size of the block.
String nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
String snapshotId
The ID of the snapshot from which to get block indexes and block tokens.
String nextToken
The token to request the next page of results.
Integer maxResults
The number of results to return.
Integer startingBlockIndex
The block index from which the list should start. The list in the response will start from this block index or the next valid block index in the snapshot.
List<E> blocks
An array of objects containing information about the blocks.
Date expiryTime
The time when the block token expires.
Long volumeSize
The size of the volume in GB.
Integer blockSize
The size of the block.
String nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
String reason
The reason for the validation exception.
Copyright © 2020. All rights reserved.