Get Virtual Machine Template Result
data class GetVirtualMachineTemplateResult(val customResourceName: String, val disks: List<VirtualDiskResponse>, val extendedLocation: ExtendedLocationResponse? = null, val firmwareType: String, val folderPath: String, val id: String, val inventoryItemId: String? = null, val kind: String? = null, val location: String, val memorySizeMB: Int, val moName: String, val moRefId: String? = null, val name: String, val networkInterfaces: List<NetworkInterfaceResponse>, val numCPUs: Int, val numCoresPerSocket: Int, val osName: String, val osType: String, val provisioningState: String, val statuses: List<ResourceStatusResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val toolsVersion: String, val toolsVersionStatus: String, val type: String, val uuid: String, val vCenterId: String? = null)
Define the virtualMachineTemplate.
Constructors
Link copied to clipboard
fun GetVirtualMachineTemplateResult(customResourceName: String, disks: List<VirtualDiskResponse>, extendedLocation: ExtendedLocationResponse? = null, firmwareType: String, folderPath: String, id: String, inventoryItemId: String? = null, kind: String? = null, location: String, memorySizeMB: Int, moName: String, moRefId: String? = null, name: String, networkInterfaces: List<NetworkInterfaceResponse>, numCPUs: Int, numCoresPerSocket: Int, osName: String, osType: String, provisioningState: String, statuses: List<ResourceStatusResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, toolsVersion: String, toolsVersionStatus: String, type: String, uuid: String, vCenterId: 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