A2AProtectionIntentManagedDiskInputDetails interface
Azure VM managed disk input details.
Properties
disk |
The recovery disk encryption information (for one / single pass flows). |
disk |
The disk Id. |
primary |
The primary staging storage account input. |
recovery |
The recovery disk encryption set Id. |
recovery |
The replica disk type. Its an optional value and will be same as source disk type if not user provided. |
recovery |
The recovery resource group input. |
recovery |
The target disk type after failover. Its an optional value and will be same as source disk type if not user provided. |
Property Details
diskEncryptionInfo
The recovery disk encryption information (for one / single pass flows).
diskEncryptionInfo?: DiskEncryptionInfo
Property Value
diskId
The disk Id.
diskId: string
Property Value
string
primaryStagingStorageAccountCustomInput
The primary staging storage account input.
primaryStagingStorageAccountCustomInput?: StorageAccountCustomDetailsUnion
Property Value
recoveryDiskEncryptionSetId
The recovery disk encryption set Id.
recoveryDiskEncryptionSetId?: string
Property Value
string
recoveryReplicaDiskAccountType
The replica disk type. Its an optional value and will be same as source disk type if not user provided.
recoveryReplicaDiskAccountType?: string
Property Value
string
recoveryResourceGroupCustomInput
The recovery resource group input.
recoveryResourceGroupCustomInput?: RecoveryResourceGroupCustomDetailsUnion
Property Value
recoveryTargetDiskAccountType
The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.
recoveryTargetDiskAccountType?: string
Property Value
string