Class MicrosoftFailoverClusterDhcpServiceResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a DHCP service resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterDhcpServiceResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterDhcpServiceResourceProperties
Constructors
MicrosoftFailoverClusterDhcpServiceResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDhcpServiceResourceProperties class.
public MicrosoftFailoverClusterDhcpServiceResourceProperties()
Properties
BackupPath
Gets or sets the log file path.
public string BackupPath { get; set; }
Property Value
DatabasePath
Gets or sets the database path.
public string DatabasePath { get; set; }
Property Value
LogFilePath
Gets or sets the log file path.
public string LogFilePath { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDhcpServiceResourceProperties cloned from this object.
public MicrosoftFailoverClusterDhcpServiceResourceProperties Clone()
Returns
- MicrosoftFailoverClusterDhcpServiceResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterDhcpServiceResourceProperties.
ToString()
Returns the DHCP service resource properties as a human readable string.
public override string ToString()
Returns
- string
The DHCP service resource properties as a human readable string.