Microsoft Internet Security and Acceleration Server 2004 SDK

FPCArray

The FPCArray object defines a single ISA Server array and provides access to the ISA Server configuration settings through its properties. In ISA Server 2004 Standard Edition, the FPCArray object provides access to the configuration settings of a single ISA Server computer.

This object is typically an element of an FPCArrays collection.

The FPCArray object that represents the array associated with the current ISA Server computer can be retrieved by calling the GetContainingArray method of the FPC root object. The current ISA Server computer is the computer that executes the code calling this method.

For examples using the FPCArray object, see ISA Server Administration Scripting.

Click here to see the ISA Server object hierarchy.

Inheritance

This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting the object's data to and importing it from an XML document.

Methods

The FPCArray object defines the following methods.

Method Description
RestartServices Restarts the services specified in a bitmask of the FpcServices enumerated type and any services that depend on them.
SelectNetworkTemplateAndPolicy Sets a selected network template and default policy for the array.

Properties

The FPCArray object has the following properties.

Property Description
AdminSecurity Gets an FPCAdminSecurity object that holds the administration security settings for the array.
AdminVersionMajor Gets the major version number of the schema of the array.
AdminVersionMinor Gets the minor version number of the schema of the array.
Alerts Gets an FPCAlerts collection that contains objects defining all the alerts in the array.
ArrayPolicy Gets an FPCArrayPolicy object that specifies the array policy for the array.
Cache Gets an FPCCache object that provides access to the cache configuration settings for the array and to a method for downloading content to the cache.
Components Gets a set of flags indicating the components that are installed in the array.
ConnectivityVerifiers Gets an FPCConnectivityVerifiers collection that contains objects defining all the connectivity verifiers for the array.
CreatedTime Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the object was created.
Description Gets or sets the description of the array in the form of a string.
Extensions Gets an FPCExtensions object that represents the set of application filters and Web filters for the array.
FWClientConfigSettings Gets an FPCClientConfigSettings collection that contains the Firewall client settings for the array.
LastModifiedTime Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the array was modified.
Logging Gets an FPCLogs collection that contains objects defining all the logging configurations for the array.
LogViewer Gets an FPCLogViewer object that represents the log viewer for the array.
MailCodePage Gets or sets the mail code page of the array.
Name Gets or sets the name of the array.
NetworkConfiguration Gets an FPCNetworkConfiguration object that holds all the network configuration settings for the array.
NetworkTemplateUsed Gets an FPCRef object that references the FPCNetworkTemplate object defining the network template used by the array.
Reports Gets an FPCReports object that holds the ready reports, report jobs, and summary report configuration for the array.
RuleElements Gets an FPCRuleElements object that holds all rule elements for the array.
Servers Gets an FPCServers collection that contains objects representing all the ISA Server computers in the array.
SessionsMonitors Gets an FPCSessionsMonitors object that provides access to the firewall and the ISA Server Web proxy session monitors for the array.
SystemPolicy Gets an FPCSystemPolicy object that holds the system policy information for the array.
Type Gets the array's type.

Methods Inherited from FPCPersist

Name Description
CancelWaitForChanges Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only).
CanImport Returns a Boolean value that indicates whether the object's properties can be imported from the specified XML document.
Export Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML document.
ExportToFile Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML file.
GetServiceRestartMask Retrieves a 32-bit bitmask of the FpcServices enumerated type that specifies which services need to be restarted for currently unsaved changes to take effect.
Import Recursively copies the values of all the properties of the object and of its subobjects from the specified XML document to persistent storage.
ImportFromFile Recursively copies the values of all the properties of the object and of its subobjects from the specified XML file to persistent storage.
LoadDocProperties Provides the XML document's properties so that you can know what information can be imported from the document.
Refresh Recursively reads the values of all the properties of the object and of its subobjects from persistent storage, overwriting any changes that have not been saved.
Save Recursively writes the current values of all the properties of the object and its subobjects to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the object have changed (for use in C and C++ programming only).

Properties Inherited from FPCPersist

Name Description
PersistentName Gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy.
VendorParametersSets Gets an FPCVendorParametersSets collection that can hold sets of custom data for extending the object.

Remarks

This object implements the IFPCArray interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects