InMageAzureV2ProtectedDiskDetailsResponse

data class InMageAzureV2ProtectedDiskDetailsResponse(val diskCapacityInBytes: Double? = null, val diskId: String? = null, val diskName: String? = null, val diskResized: String? = null, val fileSystemCapacityInBytes: Double? = null, val healthErrorCode: String? = null, val lastRpoCalculatedTime: String? = null, val progressHealth: String? = null, val progressStatus: String? = null, val protectionStage: String? = null, val psDataInMegaBytes: Double? = null, val resyncDurationInSeconds: Double? = null, val resyncLast15MinutesTransferredBytes: Double? = null, val resyncLastDataTransferTimeUTC: String? = null, val resyncProcessedBytes: Double? = null, val resyncProgressPercentage: Int? = null, val resyncRequired: String? = null, val resyncStartTime: String? = null, val resyncTotalTransferredBytes: Double? = null, val rpoInSeconds: Double? = null, val secondsToTakeSwitchProvider: Double? = null, val sourceDataInMegaBytes: Double? = null, val targetDataInMegaBytes: Double? = null)

InMageAzureV2 protected disk details.

Constructors

constructor(diskCapacityInBytes: Double? = null, diskId: String? = null, diskName: String? = null, diskResized: String? = null, fileSystemCapacityInBytes: Double? = null, healthErrorCode: String? = null, lastRpoCalculatedTime: String? = null, progressHealth: String? = null, progressStatus: String? = null, protectionStage: String? = null, psDataInMegaBytes: Double? = null, resyncDurationInSeconds: Double? = null, resyncLast15MinutesTransferredBytes: Double? = null, resyncLastDataTransferTimeUTC: String? = null, resyncProcessedBytes: Double? = null, resyncProgressPercentage: Int? = null, resyncRequired: String? = null, resyncStartTime: String? = null, resyncTotalTransferredBytes: Double? = null, rpoInSeconds: Double? = null, secondsToTakeSwitchProvider: Double? = null, sourceDataInMegaBytes: Double? = null, targetDataInMegaBytes: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk capacity in bytes.

Link copied to clipboard
val diskId: String? = null

The disk id.

Link copied to clipboard
val diskName: String? = null

The disk name.

Link copied to clipboard
val diskResized: String? = null

A value indicating whether disk is resized.

Link copied to clipboard

The disk file system capacity in bytes.

Link copied to clipboard
val healthErrorCode: String? = null

The health error code for the disk.

Link copied to clipboard

The last RPO calculated time.

Link copied to clipboard
val progressHealth: String? = null

The Progress Health.

Link copied to clipboard
val progressStatus: String? = null

The Progress Status.

Link copied to clipboard
val protectionStage: String? = null

The protection stage.

Link copied to clipboard

The PS data transit in MB.

Link copied to clipboard

The resync duration in seconds.

Link copied to clipboard

The resync last 15 minutes transferred bytes.

Link copied to clipboard

The last data transfer time in UTC.

Link copied to clipboard

The resync processed bytes.

Link copied to clipboard

The resync progress percentage.

Link copied to clipboard
val resyncRequired: String? = null

A value indicating whether resync is required for this disk.

Link copied to clipboard
val resyncStartTime: String? = null

The resync start time.

Link copied to clipboard

The resync total transferred bytes.

Link copied to clipboard
val rpoInSeconds: Double? = null

The RPO in seconds.

Link copied to clipboard

The seconds to take for switch provider.

Link copied to clipboard

The source data transit in MB.

Link copied to clipboard

The target data transit in MB.