Delen via


InMageRcmFailbackDiscoveredProtectedVmDetails Constructors

Definition

Overloads

InMageRcmFailbackDiscoveredProtectedVmDetails()

Initializes a new instance of the InMageRcmFailbackDiscoveredProtectedVmDetails class.

InMageRcmFailbackDiscoveredProtectedVmDetails(String, String, IList<String>, IList<String>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<DateTime>)

Initializes a new instance of the InMageRcmFailbackDiscoveredProtectedVmDetails class.

InMageRcmFailbackDiscoveredProtectedVmDetails()

Initializes a new instance of the InMageRcmFailbackDiscoveredProtectedVmDetails class.

public InMageRcmFailbackDiscoveredProtectedVmDetails ();
Public Sub New ()

Applies to

InMageRcmFailbackDiscoveredProtectedVmDetails(String, String, IList<String>, IList<String>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<DateTime>)

Initializes a new instance of the InMageRcmFailbackDiscoveredProtectedVmDetails class.

public InMageRcmFailbackDiscoveredProtectedVmDetails (string vCenterId = default, string vCenterFqdn = default, System.Collections.Generic.IList<string> datastores = default, System.Collections.Generic.IList<string> ipAddresses = default, string vmwareToolsStatus = default, string powerStatus = default, string vmFqdn = default, string osName = default, DateTime? createdTimestamp = default, DateTime? updatedTimestamp = default, bool? isDeleted = default, DateTime? lastDiscoveryTimeInUtc = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackDiscoveredProtectedVmDetails : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmFailbackDiscoveredProtectedVmDetails
Public Sub New (Optional vCenterId As String = Nothing, Optional vCenterFqdn As String = Nothing, Optional datastores As IList(Of String) = Nothing, Optional ipAddresses As IList(Of String) = Nothing, Optional vmwareToolsStatus As String = Nothing, Optional powerStatus As String = Nothing, Optional vmFqdn As String = Nothing, Optional osName As String = Nothing, Optional createdTimestamp As Nullable(Of DateTime) = Nothing, Optional updatedTimestamp As Nullable(Of DateTime) = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional lastDiscoveryTimeInUtc As Nullable(Of DateTime) = Nothing)

Parameters

vCenterId
String

The VCenter Id.

vCenterFqdn
String

The VCenter fqdn.

datastores
IList<String>

The list of datastores.

ipAddresses
IList<String>

The list of IP addresses.

vmwareToolsStatus
String

The VMware tools status.

powerStatus
String

The VM power status.

vmFqdn
String

The VM fqdn.

osName
String

The VM's OS name.

createdTimestamp
Nullable<DateTime>

The SDS created timestamp.

updatedTimestamp
Nullable<DateTime>

The SDS updated timestamp.

isDeleted
Nullable<Boolean>

A value indicating whether the VM is deleted.

lastDiscoveryTimeInUtc
Nullable<DateTime>

The last time when SDS information discovered in SRS.

Applies to