DataReplicationDraProperties Class

Definition

Dra model properties.

public class DataReplicationDraProperties
type DataReplicationDraProperties = class
Public Class DataReplicationDraProperties
Inheritance
DataReplicationDraProperties

Constructors

DataReplicationDraProperties(String, String, DataReplicationIdentity, DataReplicationIdentity, DraModelCustomProperties)

Initializes a new instance of DataReplicationDraProperties.

Properties

AuthenticationIdentity

Identity model.

CorrelationId

Gets or sets the Dra correlation Id.

CustomProperties

Dra model custom properties. Please note DraModelCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GeneralDraModelCustomProperties and VMwareDraModelCustomProperties.

HealthErrors

Gets or sets the list of health errors.

IsResponsive

Gets or sets a value indicating whether Dra is responsive.

LastHeartbeatOn

Gets or sets the time when last heartbeat was sent by the Dra.

MachineId

Gets or sets the machine Id where Dra is running.

MachineName

Gets or sets the machine name where Dra is running.

ProvisioningState

Gets or sets the provisioning state of the Dra.

ResourceAccessIdentity

Identity model.

VersionNumber

Gets or sets the Dra version.

Applies to