%SYS
Configuration Class Reference

Static configuration elements for the destination system. More...

Inheritance diagram for Configuration:
Collaboration diagram for Configuration:

Public Member Functions

_.Library.Status ImportFromShadowDestination (_.Library.String shadowname)
 Resets this configuration based on the shadow configuration specified. More...
 

Public Attributes

 DBXMap
 Mapping from source database paths to destination database paths. More...
 
 Host
 Hostname or IP address of source system. More...
 
 PauseCheckingBackupWhenNotActive
 For DataCheck configured to check a mirror, pause DataCheck if either. More...
 
 Port
 Port of source system. More...
 
 PrimarySourceRequirement
 For DataCheck configured to check a mirror, sets requirements about the state. More...
 
 SSLConfig
 Optional name of SSL configuration to use for secure connection. More...
 
 SourceMirrorMember
 Mirror member to connect to. More...
 
 SystemName
 Name of the DataCheck Destination system that uses this object. More...
 

Detailed Description

Static configuration elements for the destination system.

An instance of this class is referenced by each <CLASS>Destination</CLASS> object. The Configuration object cannot be changed while the system is running. The configuration elements in this are primary concerned with defining the source system to connect to. The <CLASS>RunParameters</CLASS> defines the performance characteristics and what should be checked, and <CLASS>Workflow</CLASS> defines the strategy for performing the check.

Member Function Documentation

◆ ImportFromShadowDestination()

_.Library.Status ImportFromShadowDestination ( _.Library.String  shadowname)

Resets this configuration based on the shadow configuration specified.

by 'shadowname'.

Member Data Documentation

◆ DBXMap

DBXMap

Mapping from source database paths to destination database paths.

Keyed by source database path; value is destination database path. Not used when DataCheck is configured to check a mirror.  

◆ Host

Host

Hostname or IP address of source system.

Not used when DataCheck is configured to check a mirror  

◆ PauseCheckingBackupWhenNotActive

PauseCheckingBackupWhenNotActive

For DataCheck configured to check a mirror, pause DataCheck if either.

the source or the destination system is the backup failover member and the backup is not marked as active.  

◆ Port

Port

Port of source system.

Not used when DataCheck is configured to check a mirror  

◆ PrimarySourceRequirement

PrimarySourceRequirement

For DataCheck configured to check a mirror, sets requirements about the state.

of the <property>SourceMirrorMember</property> -1 - Wait until SourceMirrorMember is no longer primary 0 - No Requirement 1 - Wait until SourceMirrorMember is primary  

◆ SSLConfig

SSLConfig

Optional name of SSL configuration to use for secure connection.

Not used when DataCheck is configured to check a mirror  

◆ SourceMirrorMember

SourceMirrorMember

Mirror member to connect to.

This property is not intended to be changed once created.

 

◆ SystemName

Name of the DataCheck Destination system that uses this object.

Set upon creating the destination object and should not be changed.