Table of Contents

Class MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties

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

Represents the properties of a virtual machine replication broker resource in a Microsoft failover cluster.

public class MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties : GlobalSerializableBase
Inheritance
MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties

Constructors

MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties()

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

public MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties()

Properties

HttpPort

Gets or sets the HTTP port.

public uint HttpPort { get; set; }

Property Value

uint

HttpsPort

Gets or sets the HTTPS port.

public uint HttpsPort { get; set; }

Property Value

uint

IsEnabled

Gets or sets whether the cluster is enabled as a replica server.

public BooleanOption IsEnabled { get; set; }

Property Value

BooleanOption

Methods

Clone()

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

public MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties Clone()

Returns

MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterVirtualMachineReplicationBrokerResourceProperties.

ToString()

Returns the virtual machine replication broker resource properties as a human readable string.

public override string ToString()

Returns

string

The virtual machine replication broker resource properties as a human readable string.