Storage
                                Storage                            
                            Represents information about storage on a host
JSON Example
                                    {
    "disks": [
        {
            "capacityMB": "number",
            "diskType": "One among: HDD, FLASH",
            "manufacturer": "string",
            "model": "string"
        }
    ],
    "totalCapacityMB": "number",
    "usedCapacityMB": "number"
}
            
            
                                    number As double
                
                                    As double
                
            
        
        
                totalCapacityMB            
                            Optional
            
            
        Total storage capacity in MB
            
            
                                    number As double
                
                                    As double
                
            
        
        
                usedCapacityMB            
                            Optional
            
            
        Used storage capacity in MB
