NetworkInterface

Network interface on a source server

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
macAddress string MAC address
ips array IP addresses
isPrimary boolean Whether this is the primary interface
View JSON Schema on GitHub

JSON Schema

application-migration-service-network-interface-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-network-interface-schema.json",
  "title": "NetworkInterface",
  "description": "Network interface on a source server",
  "type": "object",
  "properties": {
    "macAddress": {
      "type": "string",
      "description": "MAC address"
    },
    "ips": {
      "type": "array",
      "description": "IP addresses"
    },
    "isPrimary": {
      "type": "boolean",
      "description": "Whether this is the primary interface"
    }
  }
}