DL4300 Appliance
Input Parameters for PowerShell Scripting
510
Table 264. Objects for the NightlyAttachabilityJobRequest parameter
Method
Description
public int SimultaneousJobsCount { get; set; }
Gets or sets count of jobs that can be run
simultaneously.
RollupJobRequest (namespace Replay.Core.Contracts.Rollup)
Inherits its values from the parameter, BackgroundJobRequest.
TakeSnapshotResponse (namespace Replay.Agent.Contracts.Transfer)
The following table presents the available objects for the TakeSnapshotResponse parameter.
Table 265. Objects for the TakeSnapshotResponse parameter
Method
Description
public Guid SnapshotSetId { get; set; }
Gets or sets the GUID assigned by VSS to this
snapshot.
public VolumeSnapshotInfoDictionary
VolumeSnapshots { get; set; }
Gets or sets the collection of snapshot info for each
volume included in the snap.
TransferJobRequest (namespace Replay.Core.Contracts.Transfer)
Inherits its values from the parameter, BackgroundJobRequest.
The following table presents the available objects for the TransferJobRequest parameter.
Table 266. Objects for the TransferJobRequest parameter
Method
Description
public VolumeNameCollection VolumeNames { get;
set; }
Gets or sets the collection of names for transfer.
VolumeNames is a data structure that contains the
following data:
•
GuidName. The Guid associated with the volume,
used as the name if a DisplayName is not set.
•
DisplayName. The displayed name of the volume.
public VolumeNameCollection TransferredVolumes
{ get; set; }
Gets or sets the collection of transferred volumes.
public VolumeNameCollection
DependentVolumeNames { get; set; }
Gets or sets the collection of dependent volumes.
public QuotaSettingsCollection EnabledDiskQuotas
{ get; set; }
Gets or sets quotas that are enabled on a volume.
public ShadowCopyType ShadowCopyType { get }
Gets the type of copying for transfer. The available
values are:
•
Copy
•
Full