Integer blockIndex
The block index.
String firstBlockToken
The block token for the block index of the FirstSnapshotId specified in the
ListChangedBlocks 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 SecondSnapshotId specified in the
ListChangedBlocks 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 BlockIndex by running the ListChangedBlocks or
ListSnapshotBlocks operations.
String blockToken
The block token of the block from which to get data.
Obtain the BlockToken by running the ListChangedBlocks or
ListSnapshotBlocks 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, which is Base64 encoded.
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.
The FirstSnapshotID parameter must be specified with a SecondSnapshotId parameter;
otherwise, an error occurs.
String secondSnapshotId
The ID of the second snapshot to use for the comparison.
The SecondSnapshotId parameter must be specified with a FirstSnapshotID parameter;
otherwise, an error occurs.
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 BlockToken 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 BlockToken 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.