Dell PowerVault DL4000 Dell PowerVault DL4000 Backup To Disk Appliance - Power - Page 153

TransferPostscriptParameter namespace, public ShadowCopyType ShadowCopyType

Page 153 highlights

Method 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; } Description Gets or sets the transfer configuration. Gets or sets the storage configuration. Generates a pseudorandom (but not cryptographically secure) key, which can be used as a one-time password to authenticate transfer requests. Gets or sets the value indicating whether the base image was forced or not. Gets or sets the value indicating whether the job is log truncation or not. TransferPostscriptParameter (namespace Replay.Common.Contracts.PowerShellExecution) Method Description public VolumeNameCollection VolumeNames Gets or sets the collection of volume names for transfer. { get; set; } public ShadowCopyType ShadowCopyType { get; set; } Gets or sets the type of copying for transfer. Available values: Unknown, Copy, and Full. public AgentTransferConfiguration TransferConfiguration { get; set; } Gets or sets the transfer configuration. public AgentProtectionStorageConfiguration StorageConfiguration { get; set; } Gets or sets the storage configuration. public string Key { get; set; } Generates a pseudorandom (but not cryptographically secure) key, which can be used as a one-time password to authenticate transfer requests. public bool ForceBaseImage { get; set; } Gets or sets the value indicating whether the base image was forced. public bool IsLogTruncation { get; set; } Gets or sets the value indicating whether the job is a log truncation. public uint LatestEpochSeenByCore { get; set; } Gets or sets latest epoch value. 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. 153

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163

Method
Description
Public AgentTransferConfiguration
TransferConfiguration { get; set; }
Gets or sets the transfer configuration.
public
AgentProtectionStorageConfiguration
StorageConfiguration { get; set; }
Gets or sets the storage configuration.
public string Key { get; set; }
Generates a pseudorandom (but not cryptographically
secure) key, which can be used as a one-time password
to authenticate transfer requests.
public bool ForceBaseImage { get;
set; }
Gets or sets the value indicating whether the base image
was forced or not.
public bool IsLogTruncation { get;
set; }
Gets or sets the value indicating whether the job is log
truncation or not.
TransferPostscriptParameter (namespace
Replay.Common.Contracts.PowerShellExecution)
Method
Description
public VolumeNameCollection VolumeNames
{ get; set; }
Gets or sets the collection of volume names for transfer.
public ShadowCopyType ShadowCopyType
{ get; set; }
Gets or sets the type of copying for transfer. Available
values:
Unknown
,
Copy
, and
Full
.
public AgentTransferConfiguration
TransferConfiguration { get; set; }
Gets or sets the transfer configuration.
public
AgentProtectionStorageConfiguration
StorageConfiguration { get; set; }
Gets or sets the storage configuration.
public string Key { get; set; }
Generates a pseudorandom (but not cryptographically
secure) key, which can be used as a one-time password
to authenticate transfer requests.
public bool ForceBaseImage { get;
set; }
Gets or sets the value indicating whether the base image
was forced.
public bool IsLogTruncation { get;
set; }
Gets or sets the value indicating whether the job is a log
truncation.
public uint LatestEpochSeenByCore
{ get; set; }
Gets or sets latest epoch value.
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.
153