Service - VirtualSAN
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.virtualcenter.VirtualSAN
See also
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_GetVsanDatastoreCostForFullClone, VirtualSAN_GetVsanDatastoreCostForInstantClone, VirtualSAN_GetVsanDatastoreCostForLinkedClone, VirtualSAN_IsSupportedByHostOrCluster, VirtualSAN_IsSupportedByVirtualCenter
Returns datastore cost factors for full clone pools when VSAN is used. Requires at least one of the listed privileges.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get VSAN data store cost. |
VC_CONFIG_VIEW | privilege is required to get VSAN data store cost. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualSAN used to make the method call. |
virtualCenter | VirtualCenterId | unique identifier for the vc |
isPersistent | xsd:boolean | cost factor for a persistent pool |
Return Value
Type | Description |
---|---|
VsanDatastoreCost | datastore cost factor |
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
Returns datastore cost factors for instant clone pools when VSAN is used. Requires at least one of the listed privileges.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get VSAN data store cost. |
VC_CONFIG_VIEW | is required to get VSAN data store cost. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualSAN used to make the method call. |
virtualCenter | VirtualCenterId | unique identifier for the vc |
isPersistent | xsd:boolean | cost factor for a persistent pool |
Return Value
Type | Description |
---|---|
VsanDatastoreCost | datastore cost factor |
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
Returns datastore cost factors for linked clone pools when VSAN is used. Requires at least one of the listed privileges.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) is required to get VSAN data store cost. |
VC_CONFIG_VIEW | privilege is required to get VSAN data store cost. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VirtualSAN used to make the method call. |
virtualCenter | VirtualCenterId | unique identifier for the vc |
isPersistent | xsd:boolean | cost factor for a persistent pool |
Return Value
Type | Description |
---|---|
VsanDatastoreCost | datastore cost factor |
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
Determines whether virtual SAN 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 virtual SAN is supported. |
VC_CONFIG_VIEW | privilege 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. * This property will be one of:
|
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
Determines whether virtual SAN 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 virtual SAN is supported. |
VC_CONFIG_VIEW | privilege 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. * This property will be one of:
|
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