Share via


FpcCopyElementsType Enumeration

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

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