VolumeReplicationTransferStat

data class VolumeReplicationTransferStat(val lagDuration: String? = null, val lastTransferBytes: String? = null, val lastTransferDuration: String? = null, val lastTransferEndTime: String? = null, val lastTransferError: String? = null, val totalTransferDuration: String? = null, val transferBytes: String? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(lagDuration: String? = null, lastTransferBytes: String? = null, lastTransferDuration: String? = null, lastTransferEndTime: String? = null, lastTransferError: String? = null, totalTransferDuration: String? = null, transferBytes: String? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lagDuration: String? = null

(Output) The elapsed time since the creation of the snapshot on the source volume that was last replicated to the destination volume. Lag time represents the difference in age of the destination volume data in relation to the source volume data.

Link copied to clipboard

(Output) Size of last completed transfer in bytes.

Link copied to clipboard

(Output) Time taken during last completed transfer.

Link copied to clipboard

(Output) Time when last transfer completed. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".

Link copied to clipboard

(Output) A message describing the cause of the last transfer failure.

Link copied to clipboard

(Output) Cumulative time taken across all transfers for the replication relationship.

Link copied to clipboard
val transferBytes: String? = null

(Output) Cumulative bytes transferred so far for the replication relationship.

Link copied to clipboard
val updateTime: String? = null

(Output) Time when progress was updated last. A timestamp in RFC3339 UTC "Zulu" format. Examples: "2023-06-22T09:13:01.617Z".