Disk

A disk on a source server

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
deviceName string Device name
bytes integer Disk size in bytes
View JSON Schema on GitHub

JSON Schema

application-migration-service-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-disk-schema.json",
  "title": "Disk",
  "description": "A disk on a source server",
  "type": "object",
  "properties": {
    "deviceName": {
      "type": "string",
      "description": "Device name"
    },
    "bytes": {
      "type": "integer",
      "description": "Disk size in bytes"
    }
  }
}