View API
|
| Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |
Service - VirtualSAN
- Class
- VMware.Hv.VirtualSAN
- See also
- HostOrClusterId, VirtualCenterId
- Since
- Horizon View 6.0
Service Description
Utility for obtaining information about Virtual SAN (VSAN) support from Virtual Center.Methods
| Methods defined in this Service |
|---|
| VirtualSAN_IsSupportedByHostOrCluster, VirtualSAN_IsSupportedByVirtualCenter |
VirtualSAN_IsSupportedByHostOrCluster
Determines whether virtual SAN is supported for the given virtual center.Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get whether virtual SAN is supported. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VirtualSAN used to make the method call. |
| hostOrCluster | HostOrClusterId |
unique identifier for the host or cluster
|
Return Value
| Type | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| xsd:string | A code that determines whether virtual SAN 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
VirtualSAN_IsSupportedByVirtualCenter
Determines whether virtual SAN is supported for the given virtual center.Privileges
| Privilege | Description |
|---|---|
| GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get whether virtual SAN is supported. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the VirtualSAN used to make the method call. |
| virtualCenter | VirtualCenterId |
unique identifier for the vc
|
Return Value
| Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| xsd:string | A code that determines whether virtual SAN 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 |