Package version:

InMageRcmFailback protected disk details.

interface InMageRcmFailbackProtectedDiskDetails {
    capacityInBytes?: number;
    dataPendingAtSourceAgentInMB?: number;
    dataPendingInLogDataStoreInMB?: number;
    diskId?: string;
    diskName?: string;
    diskUuid?: string;
    irDetails?: InMageRcmFailbackSyncDetails;
    isInitialReplicationComplete?: string;
    isOSDisk?: string;
    lastSyncTime?: any;
    resyncDetails?: InMageRcmFailbackSyncDetails;
}

Properties

capacityInBytes?: number

The disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

dataPendingAtSourceAgentInMB?: number

The data pending at source agent in MB. NOTE: This property will not be serialized. It can only be populated by the server.

dataPendingInLogDataStoreInMB?: number

The data pending in log data store in MB. NOTE: This property will not be serialized. It can only be populated by the server.

diskId?: string

The disk Id (reported by source agent). NOTE: This property will not be serialized. It can only be populated by the server.

diskName?: string

The disk name. NOTE: This property will not be serialized. It can only be populated by the server.

diskUuid?: string

The disk Uuid (reported by vCenter). NOTE: This property will not be serialized. It can only be populated by the server.

The initial replication details.

isInitialReplicationComplete?: string

A value indicating whether initial replication is complete or not. NOTE: This property will not be serialized. It can only be populated by the server.

isOSDisk?: string

A value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server.

lastSyncTime?: any

The last sync time. NOTE: This property will not be serialized. It can only be populated by the server.

The resync details.