View API
| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Service - SpaceReclamation
- Class
- VMware.Hv.SpaceReclamation
- See also
- ServerDefinition, VirtualCenterId
- Since
- Horizon View 6.0
Service Description
The object for fetching space reclamation attributes from virtual center.Methods
Methods defined in this Service |
---|
SpaceReclamation_IsSupportedByServerDefinition, SpaceReclamation_IsSupportedByVirtualCenter |
SpaceReclamation_IsSupportedByServerDefinition
Determines whether space reclamation is supported for the given virtual center. Using a ServerDefinition allows querying the server before it has been added to the broker. Requires at least one of the listed privileges.Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get whether space reclamation is supported. |
VC_CONFIG_VIEW | privilege is required to get whether space reclamation is supported. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the SpaceReclamation used to make the method call. |
serverDefinition | ServerDefinition |
Details (ip, user, passord, etc.) needed to connect to a server.
|
Return Value
Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
xsd:string | A code that determines whether space reclamation is supported.
|
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
SpaceReclamation_IsSupportedByVirtualCenter
Determines whether space reclamation is supported for the given virtual center. Requires at least one of the listed privileges.Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get whether space reclamation is supported. |
VC_CONFIG_VIEW | privilege is required to get whether space reclamation is supported. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the SpaceReclamation used to make the method call. |
virtualCenter | VirtualCenterId |
unique identifier for vc entry
|
Return Value
Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
xsd:string | A code that determines whether space reclamation is supported.
|
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |