Class IaasVmilrRegistrationRequest


  • public final class IaasVmilrRegistrationRequest
    extends IlrRequest
    Restore files/folders from a backup copy of IaaS VM.
    • Constructor Detail

      • IaasVmilrRegistrationRequest

        public IaasVmilrRegistrationRequest()
    • Method Detail

      • recoveryPointId

        public String recoveryPointId()
        Get the recoveryPointId property: ID of the IaaS VM backup copy from where the files/folders have to be restored.
        Returns:
        the recoveryPointId value.
      • withRecoveryPointId

        public IaasVmilrRegistrationRequest withRecoveryPointId​(String recoveryPointId)
        Set the recoveryPointId property: ID of the IaaS VM backup copy from where the files/folders have to be restored.
        Parameters:
        recoveryPointId - the recoveryPointId value to set.
        Returns:
        the IaasVmilrRegistrationRequest object itself.
      • virtualMachineId

        public String virtualMachineId()
        Get the virtualMachineId property: Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored.
        Returns:
        the virtualMachineId value.
      • withVirtualMachineId

        public IaasVmilrRegistrationRequest withVirtualMachineId​(String virtualMachineId)
        Set the virtualMachineId property: Fully qualified ARM ID of the virtual machine whose the files / folders have to be restored.
        Parameters:
        virtualMachineId - the virtualMachineId value to set.
        Returns:
        the IaasVmilrRegistrationRequest object itself.
      • initiatorName

        public String initiatorName()
        Get the initiatorName property: iSCSI initiator name.
        Returns:
        the initiatorName value.
      • withInitiatorName

        public IaasVmilrRegistrationRequest withInitiatorName​(String initiatorName)
        Set the initiatorName property: iSCSI initiator name.
        Parameters:
        initiatorName - the initiatorName value to set.
        Returns:
        the IaasVmilrRegistrationRequest object itself.
      • renewExistingRegistration

        public Boolean renewExistingRegistration()
        Get the renewExistingRegistration property: Whether to renew existing registration with the iSCSI server.
        Returns:
        the renewExistingRegistration value.
      • withRenewExistingRegistration

        public IaasVmilrRegistrationRequest withRenewExistingRegistration​(Boolean renewExistingRegistration)
        Set the renewExistingRegistration property: Whether to renew existing registration with the iSCSI server.
        Parameters:
        renewExistingRegistration - the renewExistingRegistration value to set.
        Returns:
        the IaasVmilrRegistrationRequest object itself.