Package version:

InMageRcm protected disk details.

interface InMageRcmProtectedDiskDetails {
    capacityInBytes?: number;
    customTargetDiskName?: string;
    dataPendingAtSourceAgentInMB?: number;
    dataPendingInLogDataStoreInMB?: number;
    diskEncryptionSetId?: string;
    diskId?: string;
    diskName?: string;
    diskState?: string;
    diskType?: string;
    irDetails?: InMageRcmSyncDetails;
    isInitialReplicationComplete?: string;
    isOSDisk?: string;
    logStorageAccountId?: string;
    resyncDetails?: InMageRcmSyncDetails;
    sectorSizeInBytes?: number;
    seedBlobUri?: string;
    seedManagedDiskId?: string;
    targetManagedDiskId?: string;
}

Properties

capacityInBytes?: number

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

customTargetDiskName?: string

The custom target Azure disk name.

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.

diskEncryptionSetId?: string

The DiskEncryptionSet ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

diskId?: string

The disk Id. 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.

diskState?: string

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

diskType?: string

The disk type.

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.

logStorageAccountId?: string

The log storage account ARM Id. NOTE: This property will not be serialized. It can only be populated by the server.

resyncDetails?: InMageRcmSyncDetails

The resync details.

sectorSizeInBytes?: number

The logical sector size (in bytes), 512 by default.

seedBlobUri?: string

The uri of the seed blob. NOTE: This property will not be serialized. It can only be populated by the server.

seedManagedDiskId?: string

The ARM Id of the seed managed disk. NOTE: This property will not be serialized. It can only be populated by the server.

targetManagedDiskId?: string

The ARM Id of the target managed disk. NOTE: This property will not be serialized. It can only be populated by the server.