Dell DL4000 User Manual page 164

Tape library
Hide thumbs Also See for DL4000:
Table of Contents

Advertisement

Method
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; }
Table 6. 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.
DatabaseCheckJobRequestBase (namespace Replay.Core.Contracts.Exchange)
Inherits its values from the parameter, BackgroundJobRequest.
ExportJobRequest (namespace Replay.Core.Contracts.Export)
Inherits its values from the parameter, BackgroundJobRequest.
Method
public uint RamInMegabytes { get;
set; }
public VirtualMachineLocation Location
{ get; set; }
164
Description
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.
Description
Gets or sets the memory size for the exported VM.
Set to zero (0) to use the memory size of the
source machine.
Gets or sets the target location for this export. This
is an abstract base class.

Advertisement

Table of Contents
loading

Table of Contents