CloudDestinationStateInfo
CloudDestinationStateInfo
An event describing the state of a destination replication.
JSON Example
{
"currentRpoViolation": 25,
"isMovingReplica": false,
"lastError": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"latestInstance": {
"isPinned": true,
"key": "replica-52f3e775-a8fa-13e3-e9be-39264ed2dfe2",
"quiescedType": "string",
"sequenceNumber": 11,
"timestamp": 1469701818743,
"transferBytes": 512000,
"transferSeconds": 4
},
"spaceRequirement": 0,
"state": "string",
"stateAge": 0
}
integer As int32 As int32
currentRpoViolation
Optional
Currently accumulated RPO violation.
boolean
isMovingReplica
Optional
Shows whether the replica files are being moved right now.
recoveryInfo
Optional
The recovery info of the replication.
integer As int64 As int64
spaceRequirement
Optional
The space used on the destination site.
integer As int64 As int64
stateAge
Optional
The number of milliseconds elapsed since this state was received from the remote site. Client UIs should display a warning if this is greater that the current RPO.