Returns none

Exceptions IOSoapException

getCmsQuiesceStatus

Name

getCmsQuiesceStatus

Gets the current quiesce status of the CMS. This operation may be

 

 

performed only by an infrastructure orchestration Administrator.

 

 

 

Parameters

none

 

 

 

 

Returns

CmsQuiesceStatus

The current quiesce state.

 

cmsQuiesceStatus

 

 

 

 

Exceptions

IOSoapException

 

 

 

 

LoadBalancer listLoadBalancers

 

Name

listLoadBalancers

Gets a list of load balancer resources. This operation may be performed

 

 

 

only by an infrastructure orchestration Administrator.

 

 

 

 

 

Parameters

none

 

 

 

 

 

 

Returns

List<LoadBalancerInfo>

A list of LoadBalancerInfo objects containing information about load

 

 

loadBalancers

balancer resources.

 

 

 

 

 

Exceptions

IOSoapException

 

 

 

 

 

addLoadBalancer

 

 

 

 

 

 

 

Name

addLoadBalancer

Adds a load balancer to the infrastructure orchestration server. This

 

 

 

operation may be performed only by an infrastructure orchestration

 

 

 

Administrator.

 

 

 

 

 

Parameters

LoadBalancerInfo

The load balancer definition.

 

 

loadBalancer

 

 

 

 

 

 

Returns

none

 

 

 

 

 

 

Exceptions

InvalidParameterException

 

 

 

 

 

 

 

IOSoapException

 

 

 

 

modifyLoadBalancer

 

 

 

 

 

 

Name

modifyLoadBalancer

Modifies an existing load balancer to the infrastructure orchestration

 

 

 

server. This operation may be performed only by an infrastructure

 

 

 

orchestration Administrator.

 

 

 

 

 

Parameters

LoadBalancerInfo

The load balancer definition. Contains only the load balancer ID and the

 

 

loadBalancer

attributes to be changed. All other attributes are set to null.

 

 

 

 

 

Returns

none

 

 

 

 

 

 

Exceptions

LoadBalancerNotFound

 

 

 

Exception

 

 

 

 

 

 

 

InvalidParameterException

 

 

 

 

 

 

 

IOSoapException

 

 

 

 

 

LoadBalancer 39