DL4300 Appliance
Input Parameters for PowerShell Scripting
509
Method
Description
public uint JobStartsCount { get; set; }
Gets or sets the number of attempts to start a job.
public virtual bool InvolvesAgentId(Guid agentId)
Determines the value indicating whether the
concrete agent is involved in job.
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.
Table 262. Objects for the DatabaseCheckJobRequestBase parameter
Method
Description
public string RecoveryPointId { get; set; }
Gets or sets the ID of the recovery point for which
databases will be checked.
ExportJobRequest (namespace Replay.Core.Contracts.Export)
Inherits its values from the parameter, BackgroundJobRequest.
The following table presents the available objects for the ExportJobRequest parameter.
Table 263. Objects for the ExportJobRequest parameter
Method
Description
public uint RamInMegabytes { get; set; }
Gets or sets the memory size for the exported VM.
Set to zero (0) to use the memory size of the source
machine.
public ushort CpuCount { get; set; }
Gets or sets the CPU count for the exported VM. Set
to 0 to use the CPU count of the source machine.
public ushort CoresPerCpu { get; set; }
Gets or sets the Cores per CPU count for the
exported VM. Set to 0 to use the Cores per CPU
count of the source machine.
public VirtualMachineLocation Location { get; set; }
Gets or sets the target location for this export. This is
an abstract base class.
public VolumeImageIdsCollection VolumeImageIds
{ get; private set; }
Gets or sets the volume images to include in the VM
export.
public ExportJobPriority Priority { get; set; }
Gets or sets the priority for export request.
NightlyAttachabilityJobRequest (namespace Replay.Core.Contracts.Sql)
Inherits its values from the parameter, BackgroundJobRequest.