Dell PowerVault DL4000 User Manual page 151

Backup to disk appliance - poweredby appassure
Hide thumbs Also See for PowerVault DL4000:
Table of Contents

Advertisement

Method
public Guid ProviderId{ get; set; }
public
Collection<ExcludedWriter>ExcludedWrite
rIds { get; set; }
public ushort TransferDataServerPort
{ get; set; }
public TimeSpan SnapshotTimeout { get;
set; }
public TimeSpan TransferTimeout { get;
set; }
public TimeSpan NetworkReadTimeout
{ get; set; }
public TimeSpan NetworkWriteTimeout
{ get; set; }
BackgroundJobRequest (namespace Replay.Core.Contracts.BackgroundJobs)
Method
public Guid AgentId { get; set; }
public bool IsNightlyJob { get; set; }
public virtual bool
InvolvesAgentId(Guid agentId)
ChecksumCheckJobRequest (namespace
Replay.Core.Contracts.Exchange.ChecksumChecks)
Inherits its values from the parameter, DatabaseCheckJobRequestBase.
Description
Gets or sets the GUID of the VSS provider to use for
snapshots on this host. Administrators typically accept the
default.
Gets or sets the collection of VSS writer IDs, which is
excluded from this snapshot. The writer ID is determined
by the name of the writer. This name is for documentation
purposes only and does not have to exactly match the
name of the writer.
Gets or sets a value containing the TCP port upon which to
accept connections from the Core for the actual transfer
of data from the agent to the Core. The agent attempts to
listen on this port, but if the port is in use, the agent can
use a different port instead. The Core uses the port
number specified in the BlockHashesUri and
BlockDataUri properties of the
VolumeSnapshotInfo object for each snapped
volume.
Gets or sets the amount of time to wait for a VSS snapshot
operation to complete before giving up and timing out.
Gets or sets the amount of time to wait for further contact
from the Core before abandoning the snapshot.
Gets or sets the timeout for network read operations
related to this transfer.
Gets or sets the timeout for network write operations
related to this transfer.
Description
Gets or sets the ID of the agent.
Gets or sets the value indicating whether the background
job is a nightly job.
Determines the value indicating whether the concrete
agent is involved in job.
151

Advertisement

Table of Contents
loading

Table of Contents