In Mage Rcm Protected Disk Details Response
data class InMageRcmProtectedDiskDetailsResponse(val capacityInBytes: Double, val dataPendingAtSourceAgentInMB: Double, val dataPendingInLogDataStoreInMB: Double, val diskEncryptionSetId: String, val diskId: String, val diskName: String, val diskType: String? = null, val irDetails: InMageRcmSyncDetailsResponse? = null, val isInitialReplicationComplete: String, val isOSDisk: String, val logStorageAccountId: String, val resyncDetails: InMageRcmSyncDetailsResponse? = null, val seedBlobUri: String, val seedManagedDiskId: String, val targetManagedDiskId: String)
InMageRcm protected disk details.
Constructors
Link copied to clipboard
constructor(capacityInBytes: Double, dataPendingAtSourceAgentInMB: Double, dataPendingInLogDataStoreInMB: Double, diskEncryptionSetId: String, diskId: String, diskName: String, diskType: String? = null, irDetails: InMageRcmSyncDetailsResponse? = null, isInitialReplicationComplete: String, isOSDisk: String, logStorageAccountId: String, resyncDetails: InMageRcmSyncDetailsResponse? = null, seedBlobUri: String, seedManagedDiskId: String, targetManagedDiskId: String)
Properties
Link copied to clipboard
The disk capacity in bytes.
Link copied to clipboard
The data pending at source agent in MB.
Link copied to clipboard
The data pending in log data store in MB.
Link copied to clipboard
The DiskEncryptionSet ARM Id.
Link copied to clipboard
The initial replication details.
Link copied to clipboard
A value indicating whether initial replication is complete or not.
Link copied to clipboard
The log storage account ARM Id.
Link copied to clipboard
The resync details.
Link copied to clipboard
The uri of the seed blob.
Link copied to clipboard
The ARM Id of the seed managed disk.
Link copied to clipboard
The ARM Id of the target managed disk.