Class MicrosoftFailoverClusterVirtualMachineResourceProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the properties of a virtual machine resource in a Microsoft failover cluster.
public class MicrosoftFailoverClusterVirtualMachineResourceProperties : GlobalSerializableBase
- Inheritance
-
MicrosoftFailoverClusterVirtualMachineResourceProperties
Constructors
MicrosoftFailoverClusterVirtualMachineResourceProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineResourceProperties class.
public MicrosoftFailoverClusterVirtualMachineResourceProperties()
Properties
EnableHeartbeatMonitoring
Gets or sets whether heartbeat monitoring is enabled.
public BooleanOption EnableHeartbeatMonitoring { get; set; }
Property Value
OfflineAction
Gets or sets the offline action.
public MicrosoftFailoverClusterVirtualMachineOfflineAction OfflineAction { get; set; }
Property Value
OfflineActionString
Gets the offline action as a human readable string.
public string OfflineActionString { get; set; }
Property Value
StopAction
Gets or sets the stop action.
public MicrosoftFailoverClusterVirtualMachineStopAction StopAction { get; set; }
Property Value
StopActionString
Gets the stop action as a human readable string.
public string StopActionString { get; set; }
Property Value
VirtualMachineIdentifier
Gets or sets the virtual machine identifier.
public Guid VirtualMachineIdentifier { get; set; }
Property Value
VirtualMachineInformation
Gets or sets the virtual machine information.
public MicrosoftFailoverClusterVirtualMachineInformation VirtualMachineInformation { get; set; }
Property Value
VirtualMachineState
Gets or sets the state of the machine at the time of the scan.
public MicrosoftFailoverClusterVirtualMachineResourceState VirtualMachineState { get; set; }
Property Value
VirtualMachineStateString
Gets the state of the virtual machine at the time of the scan.
public string VirtualMachineStateString { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineResourceProperties cloned from this object.
public MicrosoftFailoverClusterVirtualMachineResourceProperties Clone()
Returns
- MicrosoftFailoverClusterVirtualMachineResourceProperties
A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineResourceProperties.
ToString()
Returns the virtual machine resource properties as a human readable string.
public override string ToString()
Returns
- string
The virtual machine resource properties as a human readable string.