Application Migration Service Data Replication Info Replicated Disk Structure

Replication status for an individual disk

Type: record Properties: 0
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Data Replication Info Replicated Disk Structure is a JSON Structure definition published by Amazon Application Migration Service. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-structure/application-migration-service-data-replication-info-replicated-disk-structure.json",
  "title": "DataReplicationInfoReplicatedDisk",
  "description": "Replication status for an individual disk",
  "type": "record",
  "fields": {
    "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"
    }
  }
}