RestorePointResponse

data class RestorePointResponse(val consistencyMode: String? = null, val excludeDisks: List<ApiEntityReferenceResponse>? = null, val id: String, val instanceView: RestorePointInstanceViewResponse, val name: String, val provisioningState: String, val sourceMetadata: RestorePointSourceMetadataResponse? = null, val sourceRestorePoint: ApiEntityReferenceResponse? = null, val timeCreated: String? = null, val type: String)

Restore Point details.

Constructors

Link copied to clipboard
constructor(consistencyMode: String? = null, excludeDisks: List<ApiEntityReferenceResponse>? = null, id: String, instanceView: RestorePointInstanceViewResponse, name: String, provisioningState: String, sourceMetadata: RestorePointSourceMetadataResponse? = null, sourceRestorePoint: ApiEntityReferenceResponse? = null, timeCreated: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consistencyMode: String? = null

ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. Please refer to https://aka.ms/RestorePoints for more details.

Link copied to clipboard

List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The restore point instance view.

Link copied to clipboard

Resource name

Link copied to clipboard

Gets the provisioning state of the restore point.

Link copied to clipboard

Gets the details of the VM captured at the time of the restore point creation.

Link copied to clipboard

Resource Id of the source restore point from which a copy needs to be created.

Link copied to clipboard
val timeCreated: String? = null

Gets the creation time of the restore point.

Link copied to clipboard

Resource type