DataReplicationInfoReplicatedDisk

Replication status for an individual disk

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
deviceName string Device name of the disk
totalStorageBytes integer Total storage in bytes
replicatedStorageBytes integer Amount of storage replicated in bytes
rescannedStorageBytes integer Amount rescanned in bytes
backloggedStorageBytes integer Amount backlogged in bytes
View JSON Schema on GitHub

JSON Schema

application-migration-service-data-replication-info-replicated-disk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-data-replication-info-replicated-disk-schema.json",
  "title": "DataReplicationInfoReplicatedDisk",
  "description": "Replication status for an individual disk",
  "type": "object",
  "properties": {
    "deviceName": {
      "type": "string",
      "description": "Device name of the disk"
    },
    "totalStorageBytes": {
      "type": "integer",
      "description": "Total storage in bytes"
    },
    "replicatedStorageBytes": {
      "type": "integer",
      "description": "Amount of storage replicated in bytes"
    },
    "rescannedStorageBytes": {
      "type": "integer",
      "description": "Amount rescanned in bytes"
    },
    "backloggedStorageBytes": {
      "type": "integer",
      "description": "Amount backlogged in bytes"
    }
  }
}