Share via


FpcNLBStatus Enumeration

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

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Comenum.h.

See Also

Enumerated Types

Send comments about this topic to Microsoft

Build date: 6/30/2010