Table of Contents

Class HyperVServerVirtualMachineIntegrationServices

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the integration services settings for a Hyper-V virtual machine.

public class HyperVServerVirtualMachineIntegrationServices : BypassSection
Inheritance
HyperVServerVirtualMachineIntegrationServices
Inherited Members

Constructors

HyperVServerVirtualMachineIntegrationServices()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineIntegrationServices class.

public HyperVServerVirtualMachineIntegrationServices()

Properties

Backup

Gets or sets whether backup (volume shadow copy) is enabled.

public BooleanOption Backup { get; set; }

Property Value

BooleanOption

DataExchange

Gets or sets whether data exchange is enabled.

public BooleanOption DataExchange { get; set; }

Property Value

BooleanOption

GuestServices

Gets or sets whether guest services is enabled. This only applies to Windows Server 2012 R2 and above.

public BooleanOption GuestServices { get; set; }

Property Value

BooleanOption

Heartbeat

Gets or sets whether heartbeat is enabled.

public BooleanOption Heartbeat { get; set; }

Property Value

BooleanOption

OperatingSystemShutdown

Gets or sets whether operating system shutdown is enabled.

public BooleanOption OperatingSystemShutdown { get; set; }

Property Value

BooleanOption

TimeSynchronization

Gets or sets whether time synchronization is enabled.

public BooleanOption TimeSynchronization { get; set; }

Property Value

BooleanOption

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineIntegrationServices cloned from this object.

public HyperVServerVirtualMachineIntegrationServices Clone()

Returns

HyperVServerVirtualMachineIntegrationServices

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineIntegrationServices.

ToString()

Returns the integration services settings as a human readable string.

public override string ToString()

Returns

string

The integration services settings as a human readable string.