Interface PreValidateEnableBackupResponse


  • public interface PreValidateEnableBackupResponse
    An immutable client-side representation of PreValidateEnableBackupResponse.
    • Method Detail

      • status

        ValidationStatus status()
        Gets the status property: Validation Status.
        Returns:
        the status value.
      • errorCode

        String errorCode()
        Gets the errorCode property: Response error code.
        Returns:
        the errorCode value.
      • errorMessage

        String errorMessage()
        Gets the errorMessage property: Response error message.
        Returns:
        the errorMessage value.
      • recommendation

        String recommendation()
        Gets the recommendation property: Recommended action for user.
        Returns:
        the recommendation value.
      • containerName

        String containerName()
        Gets the containerName property: Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;rgname;vmname. This is required for portal.
        Returns:
        the containerName value.
      • protectedItemName

        String protectedItemName()
        Gets the protectedItemName property: Specifies the product specific ds name. E.g. vm;iaasvmcontainer;rgname;vmname. This is required for portal.
        Returns:
        the protectedItemName value.
      • innerModel

        PreValidateEnableBackupResponseInner innerModel()
        Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.PreValidateEnableBackupResponseInner object.
        Returns:
        the inner object.