SourceProperties

Properties of the Source Server machine.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

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

An array of CPUs.

Link copied to clipboard
val 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
val 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
inline fun copy(block: SourceProperties.Builder.() -> Unit = {}): SourceProperties
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String