Class MicrosoftFailoverClusterIPAddressResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of an IP address resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterIPAddressResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterIPAddressResourceProperties
Constructors
MicrosoftFailoverClusterIPAddressResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPAddressResourceProperties class.
public MicrosoftFailoverClusterIPAddressResourceProperties()
Properties
Address
Gets or sets the IP address.
public string Address { get; set; }
Property Value
DhcpAddress
Gets or sets the DHCP address.
public string DhcpAddress { get; set; }
Property Value
DhcpEnabled
Gets or sets whether DHCP is enabled.
public BooleanOption DhcpEnabled { get; set; }
Property Value
DhcpLeaseExpires
Gets or sets the date and time the DHCP lease expires.
public DateTime DhcpLeaseExpires { get; set; }
Property Value
DhcpLeaseObtained
Gets or sets the date and time the DHCP lease was obtained.
public DateTime DhcpLeaseObtained { get; set; }
Property Value
DhcpSubnetMask
Gets or sets the DHCP subnet mask.
public string DhcpSubnetMask { get; set; }
Property Value
EnableNetBios
Gets or sets whether to enable NetBIOS.
public BooleanOption EnableNetBios { get; set; }
Property Value
NetworkName
Gets or sets the name of the network on which the address resides.
public string NetworkName { get; set; }
Property Value
SubnetMask
Gets or sets the subnet mask.
public string SubnetMask { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPAddressResourceProperties cloned from this object.
public MicrosoftFailoverClusterIPAddressResourceProperties Clone()
Returns
- MicrosoftFailoverClusterIPAddressResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPAddressResourceProperties.
ToString()
Returns the IP address resource properties as a human readable string.
public override string ToString()
Returns
- string
The IP address resource properties as a human readable string.