getuservserverResult Structure Definition

The getuservserverResult structure defines the return type for getuservserver API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

uservserverList

List of uservservers


uservserver Structure Definition

The uservserver structure defines the actual return type values for getuservserver API.

Syntax



Members

name

Name for the virtual server.

userprotocol

User protocol uesd by the service.

ipaddress

IPv4 or IPv6 address to assign to the virtual server.

port

Port number for the virtual server.

defaultlb

Name of the default Load Balancing virtual server used for load balancing of services. The protocol type of default Load Balancing virtual server should be a user type.

params

Any comments associated with the protocol.

comment

Any comments that you might want to associate with the virtual server.

state

Current user vserver state.

value

SSL status.

statechangetimesec

Time when last state change happened. Seconds part.

statechangetimemsec

Time at which last state change happened. Milliseconds part.

tickssincelaststatechange

Time in 10 millisecond ticks since the last state change.

state2

Initial state of the user vserver.

nodefaultbindings

to determine if the configuration will have default ssl CIPHER and ECC curve bindings

_nextgenapiresource


See Also