Share via


FpcConnectivityGroupType Enumeration

The FpcConnectivityGroupType enumerated type contains values that specify the group types used in Forefront TMG Management to categorize connectivity verifiers according to the type of servers with which connectivity is checked.

Syntax

typedef enum FpcConnectivityGroupType {
  fpcGroupFirst             = 0,
  fpcGroupActiveDirectory   = 0,
  fpcGroupDHCP              = 1,
  fpcGroupDNS               = 2,
  fpcGroupPublishedServer   = 3,
  fpcGroupWeb               = 4,
  fpcGroupOther             = 5,
  fpcGroupLast              = 5
} FpcConnectivityGroupType;

Constants

  • fpcGroupFirst
    A value that can be used to identify the first group when enumerating through the list of groups.

  • fpcGroupActiveDirectory
    The Active Directory group type.

  • fpcGroupDHCP
    The DHCP group type.

  • fpcGroupDNS
    The DNS group type.

  • fpcGroupPublishedServer
    The Published Servers group type.

  • fpcGroupWeb
    The Web (Internet) group type.

  • fpcGroupOther
    The Others group type.

  • fpcGroupLast
    A value that can be used to identify the last group when enumerating through the list of groups.

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