FpcNLBStatus enumeration
Applies to: desktop apps only
The FpcNLBStatus enumerated type contains values that indicate the status of Network Load Balancing (NLB) on a Forefront TMG computer.
Syntax
typedef enum FpcNLBStatus {
fpcStatusUnknown = 0,
fpcStatusNoNLBConfiguration = 1,
fpcStatusNLBConfiguring = 2,
fpcStatusNLBRunning = 3,
fpcStatusNLBDrainstoppingDueToAdminRequest = 4,
fpcStatusNLBStoppedDueToAdminRequest = 5,
fpcStatusNLBStoppedDueToLocalProblem = 6,
fpcStatusNLBStoppedDueToVpn = 7,
fpcStatusNLBSuspended = 8
} FpcNLBStatus;
Constants
fpcStatusUnknown
The status of NLB on the Forefront TMG computer is unknown.fpcStatusNoNLBConfiguration
NLB is not configured on the Forefront TMG computer.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.fpcStatusNLBRunning
NLB is running on the Forefront TMG computer.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.fpcStatusNLBStoppedDueToAdminRequest
NLB has been stopped on the Forefront TMG computer at the request of an administrator.fpcStatusNLBStoppedDueToLocalProblem
NLB has been stopped on the Forefront TMG computer because of a local problem.fpcStatusNLBStoppedDueToVpn
NLB has been stopped on the Forefront TMG computer because of a problem in Routing and Remote Access.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.
Remarks
This enumerated type is applicable only to Forefront TMG Enterprise Edition.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010