Returns

none

 

 

 

 

 

 

Exceptions

InvalidParameterException

 

 

 

 

 

 

 

IOSoapException

 

 

 

 

 

deleteServerPool

 

 

 

 

 

 

 

Name

deleteServerPool

Deletes an existing server pool. Any servers in the server pool are moved

 

 

 

to the "Unassigned" pool. This operation may be performed only by an

 

 

 

infrastructure orchestration Administrator or Organization Administrator.

 

 

 

 

 

Parameters

String serverPoolName

The name of the server pool to delete.

 

 

 

 

 

Returns

None

 

 

 

 

 

 

Exceptions

InvalidParameterException

 

 

 

 

 

 

 

ServerPoolNotFound

 

 

 

Exception

 

 

 

 

 

 

 

IOSoapException

 

 

 

 

 

moveServerToServerPool

Name

moveServerToServerPool

Moves a server to a different server pool. This operation may be

 

 

performed only by an infrastructure orchestration Administrator or

 

 

Organization Administrator.

 

 

 

Parameters

String

The name of the server pool to which the server is to be moved.

 

destinationPoolName

 

 

 

 

 

String serverResourceId

The resource ID of the server to be moved. (For example, the

 

 

LogicalServerInfo.resourceBindingId value when

 

 

LogicalServerInfo.isVirtual=false.)

 

 

 

 

String note

Optional annotation to be attached to the resource move. This note used

 

 

only when the destination pool is the Maintenance pool.

 

 

 

Returns

none

 

 

 

 

Exceptions

InvalidParameterException

 

 

 

 

 

ServerPoolNotFound

 

 

Exception

 

 

 

 

 

ServerPoolNotFoundFor

 

 

ResourceException

 

 

 

 

 

IOSoapException

 

 

 

 

assignUsersToServerPool

Name

assignUsersToServerPool

Assigns user access to a server pool. This operation may be performed

 

 

only by an infrastructure orchestration Administrator or Organization

 

 

Administrator.

 

 

 

Parameters

String serverPoolName

The name of the server pool to which to assign user access.

 

 

 

 

List<String> userNames

A list of the names of users and Active Directory groups for which to allow

 

 

server pool access.

 

 

 

Returns

none

 

 

 

 

Exceptions

InvalidParameterException

 

 

 

 

30 Operations