GetLBVServerService
GetLBVServerService
Gets all services attached to a particular load-balancing vserver.
Properties
LBVserver Name
Type: String
Specifies the name of a load-balancing vserver for which attached service names are to be retrieved.
Output
Type: Object
Contains a list of the services attached to a load-balancing vserver. This is a read-only output parameter.
NetScalerConnection
Type: NetScalerConnections
Specifies the NetScaler connection to use. If connecting to multiple NetScaler devices in the same workflow, you must bind this property to the NetScalerConnection property of the respective connectToDevice activity.
Stop On Error (SOE)
Type: Boolean
If the task throws an exception and this property is 'True' (the default), workflow execution will be stopped. When 'False', the error will be logged and workflow execution will continue as if no error occurred.
Name
Type: String
Please specify the identifier of the activity. It has to be unique in the workflow.
Enabled
Type: Boolean
Please specify if the activity is enabled or not. If an activity is not enabled it will not participate in the execution and validation.
Description
Type: String
Please specify the description of the activity.
Add Comment