A2ASharedDiskReplicationDetailsResponse

data class A2ASharedDiskReplicationDetailsResponse(val failoverRecoveryPointId: String? = null, val instanceType: String, val lastRpoCalculatedTime: String? = null, val managementId: String? = null, val monitoringJobType: String? = null, val monitoringPercentageCompletion: Int? = null, val primaryFabricLocation: String? = null, val protectedManagedDisks: List<A2AProtectedManagedDiskDetailsResponse>? = null, val recoveryFabricLocation: String? = null, val rpoInSeconds: Double? = null, val sharedDiskIRErrors: List<A2ASharedDiskIRErrorDetailsResponse>? = null, val unprotectedDisks: List<A2AUnprotectedDiskDetailsResponse>? = null)

A2A provider specific settings.

Constructors

Link copied to clipboard
constructor(failoverRecoveryPointId: String? = null, instanceType: String, lastRpoCalculatedTime: String? = null, managementId: String? = null, monitoringJobType: String? = null, monitoringPercentageCompletion: Int? = null, primaryFabricLocation: String? = null, protectedManagedDisks: List<A2AProtectedManagedDiskDetailsResponse>? = null, recoveryFabricLocation: String? = null, rpoInSeconds: Double? = null, sharedDiskIRErrors: List<A2ASharedDiskIRErrorDetailsResponse>? = null, unprotectedDisks: List<A2AUnprotectedDiskDetailsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Gets the Instance type. Expected value is 'A2A'.

Link copied to clipboard

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

Link copied to clipboard
val managementId: String? = null

The management Id.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Primary fabric location.

Link copied to clipboard

The list of protected managed disks.

Link copied to clipboard

The recovery fabric location.

Link copied to clipboard
val rpoInSeconds: Double? = null

The last RPO value in seconds.

Link copied to clipboard
Link copied to clipboard

The list of unprotected disks.