InfrastructureProfileResponse

data class InfrastructureProfileResponse(val biosGuid: String? = null, val checkpointType: String? = null, val checkpoints: List<CheckpointResponse>? = null, val cloudId: String? = null, val generation: Int? = null, val inventoryItemId: String? = null, val lastRestoredVMCheckpoint: CheckpointResponse, val templateId: String? = null, val uuid: String? = null, val vmName: String? = null, val vmmServerId: String? = null)

Specifies the vmmServer infrastructure specific settings for the virtual machine instance.

Constructors

Link copied to clipboard
constructor(biosGuid: String? = null, checkpointType: String? = null, checkpoints: List<CheckpointResponse>? = null, cloudId: String? = null, generation: Int? = null, inventoryItemId: String? = null, lastRestoredVMCheckpoint: CheckpointResponse, templateId: String? = null, uuid: String? = null, vmName: String? = null, vmmServerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val biosGuid: String? = null

Gets or sets the bios guid for the vm.

Link copied to clipboard

Checkpoints in the vm.

Link copied to clipboard
val checkpointType: String? = null

Type of checkpoint supported for the vm.

Link copied to clipboard
val cloudId: String? = null

ARM Id of the cloud resource to use for deploying the vm.

Link copied to clipboard
val generation: Int? = null

Gets or sets the generation for the vm.

Link copied to clipboard
val inventoryItemId: String? = null

Gets or sets the inventory Item ID for the resource.

Link copied to clipboard

Last restored checkpoint in the vm.

Link copied to clipboard
val templateId: String? = null

ARM Id of the template resource to use for deploying the vm.

Link copied to clipboard
val uuid: String? = null

Unique ID of the virtual machine.

Link copied to clipboard
val vmmServerId: String? = null

ARM Id of the vmmServer resource in which this resource resides.

Link copied to clipboard
val vmName: String? = null

VMName is the name of VM on the SCVMM server.