Get-VsanEffectiveCapacity
This cmdlet retrieves effective capacity details of a vSAN cluster, including usable capacity, data reduction ratios, and detailed breakdown of space usage by object types. (Note that the output attribute denoted with 'GB' signifies the unit of Gibibytes (GiB), utilizing a base-2 binary representation.)
Syntax
Parameters
| Required | Parameter Name | Type | Position | Features | Description |
|---|---|---|---|---|---|
| optional | Cluster | Cluster[] | named |
|
Specifies the vSAN clusters for which to retrieve effective capacity details. |
| optional | Server | VIServer[] | named |
|
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. |
Output
VMware.VimAutomation.Storage.Types.V1.Vsan.VsanEffectiveCapacityExamples
Example 1
Get-VsanEffectiveCapacity -Cluster $cluster
Retrieves effective capacity details of the $cluster vSAN cluster.
Example 2
Get-Cluster "MyVsanCluster" | Get-VsanEffectiveCapacity
Retrieves effective capacity details for the specified vSAN cluster using pipeline input.
Related Commands
VsanEffectiveCapacity
This cmdlet retrieves effective capacity details of a vSAN cluster. (Note that the output attribute denoted with 'GB' signifies the unit of Gibibytes (GiB), utilizing a base-2 binary representation.)