CloudDestinationStateInfo

CloudDestinationStateInfo
CloudDestinationStateInfo
JSON Example
{
    "currentRpoViolation": 25,
    "isMovingReplica": false,
    "lastError": {
        "args": [
            "string"
        ],
        "code": "string",
        "msg": "string",
        "stacktrace": "string"
    },
    "latestInstance": {
        "key": "replica-52f3e775-a8fa-13e3-e9be-39264ed2dfe2",
        "quiescedType": "fileSystemQuiesced",
        "sequenceNumber": 11,
        "timestamp": 1469701818743,
        "transferBytes": 512000,
        "transferSeconds": 4
    },
    "recoveryInfo": {
        "recoveryState": "NOT_STARTED",
        "vAppId": "null",
        "vcdVmId": "null"
    },
    "spaceRequirement": 0,
    "state": "opened",
    "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.

lastError
Optional

lastError

latestInstance
Optional

latestInstance

recoveryInfo
Optional

recoveryInfo

integer As int64 As int64
spaceRequirement
Optional

The space used on the destination site.

string
state
Optional

State of the replication on the destination site (reported by the HBR). Can be one of [idle, passive, opened, fullsync, lwd, prune, paused, unknown]

Possible values are : idle, passive, opened, fullsync, lwd, prune, paused, unknown,
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.