IaasVMILRRegistrationRequest Class
Restore files/folders from a backup copy of IaaS VM.
Constructor
IaasVMILRRegistrationRequest()
Variables
| Name | Description |
|---|---|
|
recoveryPointId
|
ID of the IaaS VM backup copy from where the files/folders have to be restored. |
|
virtualMachineId
|
Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored. |
|
initiatorName
|
iSCSI initiator name. |
|
renewExistingRegistration
|
Whether to renew existing registration with the iSCSI server. |
|
objectType
|
Literal["IaasVMILRRegistrationRequest"]
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "IaasVMILRRegistrationRequest". |
Attributes
initiatorName
iSCSI initiator name.
initiatorName: str
objectType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Required. Default value is "IaasVMILRRegistrationRequest".
objectType: Literal['IaasVMILRRegistrationRequest']
recoveryPointId
ID of the IaaS VM backup copy from where the files/folders have to be restored.
recoveryPointId: str
renewExistingRegistration
Whether to renew existing registration with the iSCSI server.
renewExistingRegistration: bool
virtualMachineId
Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored.
virtualMachineId: str