Users Guide

방법 설명
public VolumeImageIdsCollection
VolumeImageIds { get; private set; }
VM 내보내기에 포함할 볼륨 이미지를 가져오거나
정합니다
.
public ExportJobPriority Priority
{ get; set; }
내보내기 요청에 대한 우선순위를 가져오거나 설정합
니다
.
NightlyAttachabilityJobRequest (namespace Replay.Core.Contracts.Sql)
매개변수 BackgroundJobRequest에서 해당 값을 상속합니다.
RollupJobRequest (namespace Replay.Core.Contracts.Rollup)
매개변수 BackgroundJobRequest에서 해당 값을 상속합니다.
TakeSnapshotResponse (namespace Replay.Agent.Contracts.Transfer)
방법 설명
public Guid SnapshotSetId { get; set; }
VSS 의해 스냅샷에 할당된 GUID 가져오거나
설정합니다.
public VolumeSnapshotInfoDictionary
VolumeSnapshots { get; set; }
스냅에 포함된 볼륨에 대한 스냅샷 정보의 컬렉션
가져오거나 설정합니다.
TransferJobRequest (namespace Replay.Core.Contracts.Transfer)
매개변수 BackgroundJobRequest에서 해당 값을 상속합니다.
방법 설명
public VolumeNameCollection VolumeNames
{ get; set; }
전송할 볼륨 이름의 컬렉션을 가져오거나 설정합니
.
public ShadowCopyType ShadowCopyType
{ get; set; }
전송에 사용할 복사 유형을 가져오거나 설정합니다.
사용 가능한 값은 Unknown( 없음), Copy(
), Full(전체)입니다.
Public AgentTransferConfiguration
TransferConfiguration { get; set; }
전송 구성을 가져오거나 설정합니다.
public
AgentProtectionStorageConfiguration
StorageConfiguration { get; set; }
저장소 구성을 가져오거나 설정합니다.
public string Key { get; set; }
전송 요청을 인증하기 위한 일회용 암호로 사용할
있는 의사 난수(암호화로 보안되지 않음) 키를 생성합
니다.
public bool ForceBaseImage { get;
set; }
기본 이미지가 강제 적용되는지 여부를 나타내는
가져오거나 설정합니다.
public bool IsLogTruncation { get;
set; }
작업이 로그 자르기인지를 나타내는 값을 가져오거나
설정합니다.
162