A2ASharedDiskReplicationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A2A provider specific settings.
public class A2ASharedDiskReplicationDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SharedDiskReplicationProviderSpecificSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ASharedDiskReplicationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2ASharedDiskReplicationDetails>
type A2ASharedDiskReplicationDetails = class
inherit SharedDiskReplicationProviderSpecificSettings
interface IJsonModel<A2ASharedDiskReplicationDetails>
interface IPersistableModel<A2ASharedDiskReplicationDetails>
Public Class A2ASharedDiskReplicationDetails
Inherits SharedDiskReplicationProviderSpecificSettings
Implements IJsonModel(Of A2ASharedDiskReplicationDetails), IPersistableModel(Of A2ASharedDiskReplicationDetails)
- Inheritance
- Implements
Constructors
A2ASharedDiskReplicationDetails() |
Initializes a new instance of A2ASharedDiskReplicationDetails. |
Properties
FailoverRecoveryPointId |
The recovery point id to which the Virtual node was failed over. |
LastRpoCalculatedOn |
The time (in UTC) when the last RPO value was calculated by Protection Service. |
ManagementId |
The management Id. |
MonitoringJobType |
The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property. |
MonitoringPercentageCompletion |
The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property. |
PrimaryFabricLocation |
Primary fabric ___location. |
ProtectedManagedDisks |
The list of protected managed disks. |
RecoveryFabricLocation |
The recovery fabric ___location. |
RpoInSeconds |
The last RPO value in seconds. |
SharedDiskIRErrors |
The IR Errors. |
UnprotectedDisks |
The list of unprotected disks. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |