Class MicrosoftFailoverClusterIPv6AddressResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of an IPv6 address resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterIPv6AddressResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterIPv6AddressResourceProperties
Constructors
MicrosoftFailoverClusterIPv6AddressResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPv6AddressResourceProperties class.
public MicrosoftFailoverClusterIPv6AddressResourceProperties()
Properties
Address
Gets or sets the IPv6 address.
public string Address { 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
PrefixLength
Gets or sets the network prefix length.
public uint PrefixLength { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPv6AddressResourceProperties cloned from this object.
public MicrosoftFailoverClusterIPv6AddressResourceProperties Clone()
Returns
- MicrosoftFailoverClusterIPv6AddressResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterIPv6AddressResourceProperties.
ToString()
Returns the IPv6 address resource properties as a human readable string.
public override string ToString()
Returns
- string
The IPv6 address resource properties as a human readable string.