FpcIspRedundancyPolicy Enumeration

The FpcIspRedundancyPolicy enumerated type contains values that specify the Internet service provider (ISP) redundancy policy.

Syntax

typedef enum FpcIspRedundancyPolicy {
  fpcIspRedundancyDisabled
fpcIspRedundancyDisabled

ISP redundancy is disabled.

		= 0,
  fpcIspRedundancyLoadBalancing
fpcIspRedundancyLoadBalancing

ISP redundancy is used for load balancing.

   = 1,
  fpcIspRedundancyFailover
fpcIspRedundancyFailover

ISP redundancy is used for failover.

		= 2
} FpcIspRedundancyPolicy;

Constants

fpcIspRedundancyDisabled

ISP redundancy is disabled.

fpcIspRedundancyLoadBalancing

ISP redundancy is used for load balancing.

fpcIspRedundancyFailover

ISP redundancy is used for failover.

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.