Share via


ReprotectAgentDetails Constructors

Definition

Overloads

ReprotectAgentDetails()

Initializes a new instance of the ReprotectAgentDetails class.

ReprotectAgentDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>, Nullable<Int32>, IList<String>, String, Nullable<DateTime>)

Initializes a new instance of the ReprotectAgentDetails class.

ReprotectAgentDetails()

Initializes a new instance of the ReprotectAgentDetails class.

public ReprotectAgentDetails ();
Public Sub New ()

Applies to

ReprotectAgentDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>, Nullable<Int32>, IList<String>, String, Nullable<DateTime>)

Initializes a new instance of the ReprotectAgentDetails class.

public ReprotectAgentDetails (string id = default, string name = default, string biosId = default, string fabricObjectId = default, string fqdn = default, string version = default, DateTime? lastHeartbeatUtc = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default, int? protectedItemCount = default, System.Collections.Generic.IList<string> accessibleDatastores = default, string vcenterId = default, DateTime? lastDiscoveryInUtc = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReprotectAgentDetails : string * string * string * string * string * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> * Nullable<int> * System.Collections.Generic.IList<string> * string * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReprotectAgentDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As String = Nothing, Optional fqdn As String = Nothing, Optional version As String = Nothing, Optional lastHeartbeatUtc As Nullable(Of DateTime) = Nothing, Optional health As String = Nothing, Optional healthErrors As IList(Of HealthError) = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional accessibleDatastores As IList(Of String) = Nothing, Optional vcenterId As String = Nothing, Optional lastDiscoveryInUtc As Nullable(Of DateTime) = Nothing)

Parameters

id
String

The reprotect agent Id.

name
String

The reprotect agent name.

biosId
String

The reprotect agent Bios Id.

fabricObjectId
String

The fabric object Id.

fqdn
String

The reprotect agent Fqdn.

version
String

The version.

lastHeartbeatUtc
Nullable<DateTime>

The last heartbeat received from the reprotect agent.

health
String

The health of the reprotect agent. Possible values include: 'None', 'Normal', 'Warning', 'Critical'

healthErrors
IList<HealthError>

The health errors.

protectedItemCount
Nullable<Int32>

The protected item count.

accessibleDatastores
IList<String>

The list of accessible datastores fetched from discovery.

vcenterId
String

The Vcenter Id.

lastDiscoveryInUtc
Nullable<DateTime>

The last time when SDS information discovered in SRS.

Applies to