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.
typedef enum FpcCopyElementsType { fpcCopySchedules
All schedules (FPCSchedule objects) defined in the array are to be copied to the enterprise configuration.
= 0x001, fpcCopyProtocols
All protocols (FPCProtocolDefinition objects) defined in the array are to be copied to the enterprise configuration.
= 0x002, fpcCopyUrlSets
All URL sets (FPCURLSet collections) defined in the array are to be copied to the enterprise configuration.
= 0x004, fpcCopyDomainNameSets
All domain name sets (FPCDomainNameSet collections) defined in the array are to be copied to the enterprise configuration.
= 0x008, fpcCopyContentTypeSets
All content type sets (FPCContentTypeSet collections) defined in the array are to be copied to the enterprise configuration.
= 0x010, fpcCopyUserSets
All user sets (FPCUserSet objects) defined in the array are to be copied to the enterprise configuration.
= 0x020, fpcCopyComputers
All computers (FPCComputer objects) defined in the array are to be copied to the enterprise configuration.
= 0x040, fpcCopyAddressRanges
All address ranges (FPCAddressRange objects) defined in the array are to be copied to the enterprise configuration.
= 0x080, fpcCopySubnets
All subnets (FPCSubnet objects) defined in the array are to be copied to the enterprise configuration.
= 0x100, fpcCopyComputerSets
All computer sets (FPCComputerSet objects) defined in the array are to be copied to the enterprise configuration.
= 0x200, fpcCopyNetworks
All networks (FPCNetwork objects) defined in the array are to be copied as enterprise networks (FPCEnterpriseNetwork objects) to the enterprise configuration.
= 0x400 } FpcCopyElementsType;
All schedules (FPCSchedule objects) defined in the array are to be copied to the enterprise configuration.
All protocols (FPCProtocolDefinition objects) defined in the array are to be copied to the enterprise configuration.
All URL sets (FPCURLSet collections) defined in the array are to be copied to the enterprise configuration.
All domain name sets (FPCDomainNameSet collections) defined in the array are to be copied to the enterprise configuration.
All content type sets (FPCContentTypeSet collections) defined in the array are to be copied to the enterprise configuration.
All user sets (FPCUserSet objects) defined in the array are to be copied to the enterprise configuration.
All computers (FPCComputer objects) defined in the array are to be copied to the enterprise configuration.
All address ranges (FPCAddressRange objects) defined in the array are to be copied to the enterprise configuration.
All subnets (FPCSubnet objects) defined in the array are to be copied to the enterprise configuration.
All computer sets (FPCComputerSet objects) defined in the array are to be copied to the enterprise configuration.
All networks (FPCNetwork objects) defined in the array are to be copied as enterprise networks (FPCEnterpriseNetwork objects) to the enterprise configuration.
This enumerated type is applicable only an enterprise with centrally managed arrays.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.