Builder

class Builder

Properties

Link copied to clipboard
var cpus: List<Cpu>?

An array of CPUs.

Link copied to clipboard
var disks: List<Disk>?

An array of disks.

Link copied to clipboard

Hints used to uniquely identify a machine.

Link copied to clipboard

The date and time the Source Properties were last updated on.

Link copied to clipboard

An array of network interfaces.

Link copied to clipboard
var os: Os?

Operating system.

Link copied to clipboard

The amount of RAM in bytes.

Link copied to clipboard

The recommended EC2 instance type that will be used when recovering the Source Server.

Link copied to clipboard

Are EC2 nitro instance types supported when recovering the Source Server.

Functions

Link copied to clipboard
fun os(block: Os.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.drs.model.Os inside the given block