Service - RDSServer

Class
VMware.Hv.RDSServer
See also
MapEntry, RDSServerId, RDSServerInfo, RDSServerRegisterResult, RDSServerRegisterSpec, RDSServerSummaryView
Since
Horizon View 6.0


Service Description

Interface representing an RDS server

Methods

Methods defined in this Service
RDSServer_Delete, RDSServer_Get, RDSServer_GetSummaryView, RDSServer_Recover, RDSServer_RecoverMachines, RDSServer_Register, RDSServer_Update

RDSServer_Delete

Remove a given RDSServer from the View LDAP configuration.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT privilege is required to delete RDS Server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
idRDSServerId

The entityId of RDSServer to delete

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_RDSSERVER_DELETED if the RDSServer is successfully deleted.
VLSI_RDSSERVER_DELETE_FAILED if the RDSServer deletion failed.

Show WSDL type definition



RDSServer_Get

Get an RDSServer by Id. Requires at least one of the listed privileges.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW is required to get an RDSServer that is not in-use. It is sufficient to get all RDSServers that may or may not be associated with a Farm.
POOL_VIEW is required to get RDSServer that is associated with a Farm. All in-use RDSServers can be accessed with POOL_VIEW on the Root access group. With POOL_VIEW privilege on a non-Root Farm access group, only the RDSServers associated with the Farm can be accessed.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
idRDSServerId

The entityId of RDSServer to get

Return Value

Type Description
RDSServerInforequested RDSServer entity

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



RDSServer_GetSummaryView

Get an RDSServerSummaryView by Id. Requires at least one of the listed privileges.

Privileges

Privilege Description
GLOBAL_CONFIG_VIEW is required to get an RDSServer that is not in-use. It is sufficient to get all RDSServers that may or may not be associated with a Farm.
POOL_VIEW is required to get RDSServer that is associated with a Farm. All in-use RDSServers can be accessed with POOL_VIEW on the Root access group. With POOL_VIEW privilege on a non-Root Farm access group, only the RDSServers associated with the Farm can be accessed.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
idRDSServerId

The entityId of RDSServer to get

Return Value

Type Description
RDSServerSummaryViewrequested RDSServer entity

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



RDSServer_Recover

Mark the RDS server for recovery. This operation deletes the current RDS server and provisions a new RDS server from latest image. Usually this operation is used to recover RDS server that is in error state or otherwise unusable. This operation applies only to RDS server belonging to Instant Clone Engine farms.
Note :- The RDS server being recovered must not have any active user session, otherwise this operation would fail.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT privilege is required to recover the RDS server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
idRDSServerId

Unique identifier of the RDS server to recover. RDSServerId of this type must originate from the RDSServer service.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_RDSSERVER_RECOVERY_REQUESTED if RDS server was marked for recovery.
VLSI_RDSSERVER_RECOVERY_REQUEST_FAILED if failed to mark the RDS server for recovery.

Show WSDL type definition



RDSServer_RecoverMachines

Mark the RDS servers for recovery. This operation deletes the current RDS servers and provisions new RDS servers from latest image. Usually this operation is used to recover RDS servers that are in error state or otherwise unusable. This operation applies only to RDS servers belonging to Instant Clone Engine farms.
Note :- The RDS servers being recovered must not have any active user session, otherwise this operation would fail.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT privilege is required to recover the RDS servers.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
idsRDSServerId[]

Array of unique identifiers of the RDS servers to recover. RDSServerIds of this type must originate from the RDSServer service.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
PartialFailureFaultThrown if recover operation fails on one or more RDS servers.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_RDSSERVER_RECOVERY_REQUESTED if RDS servers were marked for recovery.
VLSI_RDSSERVER_RECOVERY_REQUEST_FAILED if failed to mark the RDS servers for recovery.

Show WSDL type definition



RDSServer_Register

Registers an RDS server.

Privileges

Privilege Description
GLOBAL_MACHINE_REGISTER Global machine registration privilege is required to register an RDS Server.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
specRDSServerRegisterSpec

The specification for the register operation.

Return Value

Type Description
RDSServerRegisterResultThe registration result.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_RDSSERVER_REGISTERED If the RDS Server is successfully registered.
VLSI_RDSSERVER_REGISTRATION_FAILED If the RDS Server could not be registered.

Show WSDL type definition



RDSServer_Update

Update an RDS server with the set of attributes in the map.

Privileges

Privilege Description
GLOBAL_CONFIG_MANAGEMENT privilege is required to update RDS Server configuration.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the RDSServer used to make the method call.
idRDSServerId

The entity Id of the RDS server to be updated
updatesMapEntry[]

The key-value pairs describing attributes to be updated

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_RDSSERVER_UPDATED for each RDSServer attribute that was updated.
VLSI_RDSSERVER_UPDATE_FAILED if the RDSServer update failed.

Show WSDL type definition