Package version:

InMageAzureV2 protected disk details.

interface InMageAzureV2ProtectedDiskDetails {
    diskCapacityInBytes?: number;
    diskId?: string;
    diskName?: string;
    diskResized?: string;
    fileSystemCapacityInBytes?: number;
    healthErrorCode?: string;
    lastRpoCalculatedTime?: any;
    progressHealth?: string;
    progressStatus?: string;
    protectionStage?: string;
    psDataInMegaBytes?: number;
    resyncDurationInSeconds?: number;
    resyncLast15MinutesTransferredBytes?: number;
    resyncLastDataTransferTimeUTC?: any;
    resyncProcessedBytes?: number;
    resyncProgressPercentage?: number;
    resyncRequired?: string;
    resyncStartTime?: any;
    resyncTotalTransferredBytes?: number;
    rpoInSeconds?: number;
    secondsToTakeSwitchProvider?: number;
    sourceDataInMegaBytes?: number;
    targetDataInMegaBytes?: number;
}

Properties

diskCapacityInBytes?: number

The disk capacity in bytes.

diskId?: string

The disk id.

diskName?: string

The disk name.

diskResized?: string

A value indicating whether disk is resized.

fileSystemCapacityInBytes?: number

The disk file system capacity in bytes.

healthErrorCode?: string

The health error code for the disk.

lastRpoCalculatedTime?: any

The last RPO calculated time.

progressHealth?: string

The Progress Health.

progressStatus?: string

The Progress Status.

protectionStage?: string

The protection stage.

psDataInMegaBytes?: number

The PS data transit in MB.

resyncDurationInSeconds?: number

The resync duration in seconds.

resyncLast15MinutesTransferredBytes?: number

The resync last 15 minutes transferred bytes.

resyncLastDataTransferTimeUTC?: any

The last data transfer time in UTC.

resyncProcessedBytes?: number

The resync processed bytes.

resyncProgressPercentage?: number

The resync progress percentage.

resyncRequired?: string

A value indicating whether resync is required for this disk.

resyncStartTime?: any

The resync start time.

resyncTotalTransferredBytes?: number

The resync total transferred bytes.

rpoInSeconds?: number

The RPO in seconds.

secondsToTakeSwitchProvider?: number

The seconds to take for switch provider.

sourceDataInMegaBytes?: number

The source data transit in MB.

targetDataInMegaBytes?: number

The target data transit in MB.