AwsSourceVmDetailsResponse

data class AwsSourceVmDetailsResponse(val committedStorageBytes: String, val firmware: String)

Represent the source AWS VM details.

Constructors

Link copied to clipboard
constructor(committedStorageBytes: String, firmware: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total size of the disks being migrated in bytes.

Link copied to clipboard

The firmware type of the source VM.