Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 863 Bytes

SystemDashboardResponseSwap.md

File metadata and controls

executable file
·
27 lines (21 loc) · 863 Bytes

SystemDashboardResponseSwap

Properties

Name Type Description Notes
Percent Decimal Percentage of used swap memory [optional]
Total Int32 Total swap memory (bytes) [optional]
Free Int32 Available swap memory (bytes) [optional]
Used Int32 Used swap memory (bytes) [optional]

Examples

  • Prepare the resource
$SystemDashboardResponseSwap = Initialize-GrommunioAdminSystemDashboardResponseSwap  -Percent null `
 -Total null `
 -Free null `
 -Used null
  • Convert the resource to JSON
$SystemDashboardResponseSwap | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]