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] |
- Prepare the resource
$Swap = Initialize-GrommunioAdminSwap -Percent null `
-Total null `
-Free null `
-Used null
- Convert the resource to JSON
$Swap | ConvertTo-JSON