The FpcNLBStatus enumerated type contains values that indicate the status of Network Load Balancing (NLB) on a Forefront TMG computer.
typedef enum FpcNLBStatus { fpcStatusUnknown
The status of NLB on the Forefront TMG computer is unknown.
= 0, fpcStatusNoNLBConfiguration
NLB is not configured on the Forefront TMG computer.
= 1, fpcStatusNLBConfiguring
NLB is processing a request to change its status on the Forefront TMG computer, and one or more network adapters have not completed the requested change.
= 2, fpcStatusNLBRunning
NLB is running on the Forefront TMG computer.
= 3, fpcStatusNLBDrainstoppingDueToAdminRequest
NLB is not accepting new connections, but is allowing existing connections to complete their jobs and terminate gracefully on the Forefront TMG computer. When all the connections are closed, NLB will be stopped on the Forefront TMG computer.
= 4, fpcStatusNLBStoppedDueToAdminRequest
NLB has been stopped on the Forefront TMG computer at the request of an administrator.
= 5, fpcStatusNLBStoppedDueToLocalProblem
NLB has been stopped on the Forefront TMG computer because of a local problem.
= 6, fpcStatusNLBStoppedDueToVpn
NLB has been stopped on the Forefront TMG computer because of a problem in Routing and Remote Access.
= 7, fpcStatusNLBSuspended
NLB has been suspended on the Forefront TMG computer. In this state, NLB is stopped, and all NLB cluster-control commands, except for the resume and query commands, are ignored on the Forefront TMG computer.
= 8 } FpcNLBStatus;
The status of NLB on the Forefront TMG computer is unknown.
NLB is not configured on the Forefront TMG computer.
NLB is processing a request to change its status on the Forefront TMG computer, and one or more network adapters have not completed the requested change.
NLB is running on the Forefront TMG computer.
NLB is not accepting new connections, but is allowing existing connections to complete their jobs and terminate gracefully on the Forefront TMG computer. When all the connections are closed, NLB will be stopped on the Forefront TMG computer.
NLB has been stopped on the Forefront TMG computer at the request of an administrator.
NLB has been stopped on the Forefront TMG computer because of a local problem.
NLB has been stopped on the Forefront TMG computer because of a problem in Routing and Remote Access.
NLB has been suspended on the Forefront TMG computer. In this state, NLB is stopped, and all NLB cluster-control commands, except for the resume and query commands, are ignored on the Forefront TMG computer.
This enumerated type is not applicable to Forefront TMG Medium Business Edition.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.