FpcNetworkTypes enumeration

Applies to: desktop apps only

The FpcNetworkTypes enumerated type contains values that specify types of networks.

Syntax

typedef enum FpcNetworkTypes { 
  fpcStandardNetwork        = 0,
  fpcVPNClients             = 1,
  fpcLocalHost              = 2,
  fpcDefaultExternal        = 3,
  fpcInternalNetwork        = 4,
  fpcQuarantinedVPNClients  = 5
} FpcNetworkTypes;

Constants

  • fpcStandardNetwork
    An unclassified network. All networks other than predefined Forefront TMG networks are this type.

  • fpcVPNClients
    The predefined VPN Clients network.

  • fpcLocalHost
    The predefined Local Host network.

  • fpcDefaultExternal
    The predefined Default External network.

  • fpcInternalNetwork
    The predefined Internal network.

  • fpcQuarantinedVPNClients
    The predefined Quarantined VPN Clients network.

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

Enumerated Types

 

 

Build date: 7/12/2010