|
TestFailoverOptionsLvmOptions Property
|
This value represents testfailover logical volume manager (LVM) options for a Linux server.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic LvmOptions LvmOptions { get; set; }
Public Property LvmOptions As LvmOptions
Get
Set
public:
property LvmOptions^ LvmOptions {
LvmOptions^ get ();
void set (LvmOptions^ value);
}
function get_LvmOptions();
function set_LvmOptions(value);
Property Value
Type:
LvmOptions
The LVM Options
See Also