Infrastructure Profile Response
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
fun InfrastructureProfileResponse(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)