RestorePointInstanceViewResponse

data class RestorePointInstanceViewResponse(val diskRestorePoints: List<DiskRestorePointInstanceViewResponse>? = null, val statuses: List<InstanceViewStatusResponse>? = null)

The instance view of a restore point.

Constructors

Link copied to clipboard
constructor(diskRestorePoints: List<DiskRestorePointInstanceViewResponse>? = null, statuses: List<InstanceViewStatusResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk restore points information.

Link copied to clipboard

The resource status information.