Testing
/* * ============================================================================ * WF_ESXiSecurityAssessment * ============================================================================ * * INPUT * ----- * host : VC:HostSystem * * OUTPUT * ------ * reportText : string * excelFilePath : string * excelAttachment : MimeAttachment * * READ ONLY * --------- * No configuration-changing vSphere API is called. * * Excel * ----- * The report is generated as an Excel-compatible .xls document containing * an HTML table. Excel opens this format directly. * * This avoids requiring Apache POI or another third-party XLSX library * inside vRO. * * ============================================================================ */ /* * ===================================================================...