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
fpcCopySchedules

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

		 = 0x001,
  fpcCopyProtocols
fpcCopyProtocols

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

		 = 0x002,
  fpcCopyUrlSets
fpcCopyUrlSets

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

		 = 0x004,
  fpcCopyDomainNameSets
fpcCopyDomainNameSets

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

	= 0x008,
  fpcCopyContentTypeSets
fpcCopyContentTypeSets

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

   = 0x010,
  fpcCopyUserSets
fpcCopyUserSets

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

		= 0x020,
  fpcCopyComputers
fpcCopyComputers

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

		 = 0x040,
  fpcCopyAddressRanges
fpcCopyAddressRanges

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

	 = 0x080,
  fpcCopySubnets
fpcCopySubnets

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

		 = 0x100,
  fpcCopyComputerSets
fpcCopyComputerSets

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

	= 0x200,
  fpcCopyNetworks
fpcCopyNetworks

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

		= 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 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.