Managed Object - VsanSpaceReportSystem(vim.cluster.VsanSpaceReportSystem)

See also
ComputeResource, VsanSpaceUsage
Since
vSphere API 5.5


Managed Object Description

This managed object type provides the service interface to report the vSAN cluster space usage information including the space overview, the space usage breakdown to various vSAN object types and the vSAN data efficiency info after enabling vSAN deduplication.
The ManagedEntity can be accessed with MOID of 'vsan-cluster-space-report-system', through vSAN service at vCenter server side.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
VsanQuerySpaceUsage

VsanQuerySpaceUsage(querySpaceUsage)

Query the vSAN space usage including the space usage overview and the space usage breakdown according to vSAN object type. This API will take less than one or tens seconds to return according to the number of node and object in the vSAN cluster.
Required Privileges
System.Read

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanSpaceReportSystem used to make the method call.
clusterManagedObjectReference
to a ComputeResource

vSAN cluster

Return Value

Type Description
VsanSpaceUsageThe vSAN space usage

Faults

Type Description
InvalidArgument
NotSupported
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition