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
fpcStatusUnknown

The status of NLB on the Forefront TMG computer is unknown.

							 = 0,
  fpcStatusNoNLBConfiguration
fpcStatusNoNLBConfiguration

NLB is not configured on the Forefront TMG computer.

				= 1,
  fpcStatusNLBConfiguring
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
fpcStatusNLBRunning

NLB is running on the Forefront TMG computer.

						= 3,
  fpcStatusNLBDrainstoppingDueToAdminRequest
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
fpcStatusNLBStoppedDueToAdminRequest

NLB has been stopped on the Forefront TMG computer at the request of an administrator.

		 = 5,
  fpcStatusNLBStoppedDueToLocalProblem
fpcStatusNLBStoppedDueToLocalProblem

NLB has been stopped on the Forefront TMG computer because of a local problem.

		 = 6,
  fpcStatusNLBStoppedDueToVpn
fpcStatusNLBStoppedDueToVpn

NLB has been stopped on the Forefront TMG computer because of a problem in Routing and Remote Access.

				= 7,
  fpcStatusNLBSuspended
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;

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 not applicable to Forefront TMG Medium Business Edition.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.