Get Virtual Machine Template Result
data class GetVirtualMachineTemplateResult(val computerName: String, val cpuCount: Int, val disks: List<VirtualDiskResponse>, val dynamicMemoryEnabled: String, val dynamicMemoryMaxMB: Int, val dynamicMemoryMinMB: Int, val extendedLocation: ExtendedLocationResponse, val generation: Int, val id: String, val inventoryItemId: String? = null, val isCustomizable: String, val isHighlyAvailable: String, val limitCpuForMigration: String, val location: String, val memoryMB: Int, val name: String, val networkInterfaces: List<NetworkInterfacesResponse>, val osName: String, val osType: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String? = null, val vmmServerId: String? = null)
The VirtualMachineTemplates resource definition.
Constructors
Link copied to clipboard
fun GetVirtualMachineTemplateResult(computerName: String, cpuCount: Int, disks: List<VirtualDiskResponse>, dynamicMemoryEnabled: String, dynamicMemoryMaxMB: Int, dynamicMemoryMinMB: Int, extendedLocation: ExtendedLocationResponse, generation: Int, id: String, inventoryItemId: String? = null, isCustomizable: String, isHighlyAvailable: String, limitCpuForMigration: String, location: String, memoryMB: Int, name: String, networkInterfaces: List<NetworkInterfacesResponse>, osName: String, osType: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String? = null, vmmServerId: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard