Vmware Vm Details Response
data class VmwareVmDetailsResponse(val bootOption: String, val committedStorageMb: String, val cpuCount: Int, val datacenterDescription: String, val datacenterId: String, val diskCount: Int, val displayName: String, val guestDescription: String, val memoryMb: Int, val powerState: String, val uuid: String, val vmId: String)
VmwareVmDetails describes a VM in vCenter.