Package version:

A2A provider specific settings.

interface A2ASharedDiskReplicationDetails {
    failoverRecoveryPointId?: string;
    instanceType: "A2A";
    lastRpoCalculatedTime?: any;
    managementId?: string;
    monitoringJobType?: string;
    monitoringPercentageCompletion?: number;
    primaryFabricLocation?: string;
    protectedManagedDisks?: A2AProtectedManagedDiskDetails[];
    recoveryFabricLocation?: string;
    rpoInSeconds?: number;
    sharedDiskIRErrors?: A2ASharedDiskIRErrorDetails[];
    unprotectedDisks?: A2AUnprotectedDiskDetails[];
}

Hierarchy (view full)

Properties

failoverRecoveryPointId?: string

The recovery point id to which the Virtual node was failed over.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

lastRpoCalculatedTime?: any

The time (in UTC) when the last RPO value was calculated by Protection Service.

managementId?: string

The management Id.

monitoringJobType?: string

The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property.

monitoringPercentageCompletion?: number

The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property.

primaryFabricLocation?: string

Primary fabric location.

protectedManagedDisks?: A2AProtectedManagedDiskDetails[]

The list of protected managed disks.

recoveryFabricLocation?: string

The recovery fabric location.

rpoInSeconds?: number

The last RPO value in seconds.

sharedDiskIRErrors?: A2ASharedDiskIRErrorDetails[]

The IR Errors.

unprotectedDisks?: A2AUnprotectedDiskDetails[]

The list of unprotected disks.