Share via


FpcCopyElementsType enumeration

Applies to: desktop apps only

The FpcCopyElementsType enumerated type contains values that specify the types of rule elements that are to be copied from an array to the enterprise configuration.

Syntax

typedef enum FpcCopyElementsType { 
  fpcCopySchedules        = 0x001,
  fpcCopyProtocols        = 0x002,
  fpcCopyUrlSets          = 0x004,
  fpcCopyDomainNameSets   = 0x008,
  fpcCopyContentTypeSets  = 0x010,
  fpcCopyUserSets         = 0x020,
  fpcCopyComputers        = 0x040,
  fpcCopyAddressRanges    = 0x080,
  fpcCopySubnets          = 0x100,
  fpcCopyComputerSets     = 0x200,
  fpcCopyNetworks         = 0x400
} FpcCopyElementsType;

Constants

  • fpcCopySchedules
    All schedules (FPCSchedule objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyProtocols
    All protocols (FPCProtocolDefinition objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyUrlSets
    All URL sets (FPCURLSet collections) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyDomainNameSets
    All domain name sets (FPCDomainNameSet collections) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyContentTypeSets
    All content type sets (FPCContentTypeSet collections) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyUserSets
    All user sets (FPCUserSet objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyComputers
    All computers (FPCComputer objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyAddressRanges
    All address ranges (FPCAddressRange objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopySubnets
    All subnets (FPCSubnet objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyComputerSets
    All computer sets (FPCComputerSet objects) defined in the array are to be copied to the enterprise configuration.

  • fpcCopyNetworks
    All networks (FPCNetwork objects) defined in the array are to be copied as enterprise networks (FPCEnterpriseNetwork objects) to the enterprise configuration.

Remarks

This enumerated type is applicable only an enterprise with centrally managed arrays.

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